Join Regular Classroom : Visit ClassroomTech

Interview Questions

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 »

Itron Overall Interview Questions + Coding Solutions codewindow.in

Hot Topics Itron Solution Technical Round Question 1 Difference between interface and abstract 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 least one abstract method.

Itron 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 »

Media.net Overall Interview Questions + Coding Solutions codewindow.in

Hot Topics Media.net Solution Technical Round Question 1 There are some eggs in the basket, if egg doubles every minute and it takes 1hour to fill the basket how much time it will take to fill half the basket? Answer If an egg doubles every minute, it will take log2(1/2) = log2(0.5) = -1 minutes

Media.net Overall Interview Questions + Coding Solutions codewindow.in Read More »

Samsung Research Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Samsung Research Solution Technical Round Question 1 Is JVM a process based system or a thread based system? Answer The Java Virtual Machine (JVM) is a process-based system. Question 2 Measure difference between two vectors. Answer There are several ways to measure the difference between two vectors, depending on the context and the

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

UndosTres Overall Interview Questions – codewindow.in

Hot Topics UdosTres Solution Technical Round Question 1 Given an array of integers (both negative and positive), split this array such that sum of elements in each piece is equal. You have to find the total number of possible configurations. Answer The problem of splitting an array into pieces such that the sum of elements

UndosTres Overall Interview Questions – codewindow.in Read More »

Genpact Overall Interview Questions – codewindow.in

Hot Topics Genpact Solution Technical Round Question 1 Do you have any technical certification? Answer If you have any technical certification from world’s leading technological companies then only say yes or else try to avoid it. Question 2 Give an example of how you apply technical knowledge in a practical way Answer If you apply

Genpact Overall Interview Questions – 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 »