Join Regular Classroom : Visit ClassroomTech

Author name: CodeWindow Co-Author

Lexmark International Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Lexmark International Solution Technical Round Question 1 Questions like virtual function, friend function, virtual destructors. Answer Virtual functions: Virtual functions are member functions in a base class that can be overridden by derived classes. They are typically used to provide a common interface for different types of objects, while allowing each derived class […]

Lexmark International Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Fractal Analytics Overall Interview Questions – codewindow.in

Hot Topics Fractal Analytics Solution Technical Round Question 1 There are 3 ants on an equilateral triangle and they can move in either direction, what is the probability that they will never intersect and what is the probability that any two of them will intersect. Answer The probability that the ants will never intersect is

Fractal Analytics Overall Interview Questions – codewindow.in Read More »

Kantar Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Kantar Solution Technical Round Question 1 Let us consider an array of 9 elements. In that array first few elements were sorted (assume the first five) and the last four were in a random manner. Which sorting technique would be efficient and why? Answer If the first five elements of the array are

Kantar Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Tejas Network Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Tejas Solution Technical Round Question 1 What are the events that occur when we write something in the browser till the results appear? Answer Browser looks for the IP address for the domain Browser initiates TCP connection with the server Browser sends the HTTP request to the server Server processes request and sends

Tejas Network Overall Interview Questions + Coding Solutions – codewindow.in Read More »

HCL Overall Interview Questions – codewindow.in

Hot Topics HCL Solution Technical Round Question 1 What is the use of the finalize() method in Java? Answer finalize() method in Java is an object class method that the Garbage collector calls to perform cleanup activity before destroying any object. Question 2 What is the use of polymorphism in Java? Answer Polymorphism is briefly

HCL Overall Interview Questions – codewindow.in Read More »

ZOHO Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics ZOHO Solution Technical Round Question 1 What is the difference between interface and abstract class? Answer Interface Abstract class 1.    Interface supports the concept of multiple inheritance. Abstract class doesn’t support the concept of multiple inheritance. 2.    Interface has only abstract methods. Abstract class can have non-abstract method but it must have at

ZOHO Overall Interview Questions + Coding Solutions – codewindow.in Read More »

Persistent Overall Interview Question + Coding Solutions – codewindow.in

Hot Topics Persistent Solution Technical Round Question 1 Give an example of real world scenario where you see inheritance. Answer Suppose a child inherits some characteristics from their parents. Question 2 There is a base class and derived class both having same function name with same signature, will it compile? Answer Yes, that will compile;

Persistent Overall Interview Question + Coding Solutions – codewindow.in Read More »

NTT Data Overall Interview Questions – codewindow.in

Hot Topics NTT Data Solution Technical Round Question 1 Explain function overloading and function overriding. Answer Function overloading in Java is when we have multiple functions with same name but different parameters. Function overriding happens when a child class has same function as parent class. Question 2 What are the OOPs concept? Answer Important features

NTT Data Overall Interview Questions – codewindow.in Read More »

Mindtree Overall Interview Questions + Coding solutions – codewindow.in

Hot Topics Mindtree Solution Technical Round Question 1 How many programming languages do you know? Answer Tell about the programming languages you know. Question 2 What is the difference between call by value and call by reference in C? Answer Call By Value Call By Reference 1.    When a copy of a value is passed

Mindtree Overall Interview Questions + Coding solutions – codewindow.in Read More »

Wipro overall Interview Questions – codewindow.in

Hot Topics Wipro Solution Technical Round Question 1 What is data? Answer Data in context of DBMS is a single item that are stored in a database, either individually or as a set. Question 2 What is database? Answer A database is a logically coherent collection of data with some inherent meaning, representing some aspect

Wipro overall Interview Questions – codewindow.in Read More »