Join Regular Classroom : Visit ClassroomTech

interview experience

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 »

Hexaware Overall Interview Questions + Coding Solutions – codewindow.in

Hot Topics Hexaware Solution Technical Round Question 1 Java multi-threading. Answer Multi-threading in Java refers to the execution of more than one thread simultaneously for maximum utilization of CPU. Question 2 What are Java 9 features? Answer Features of Java 9 are: Interface Private Methods  Platform Module System Try-with Resources The Java Shell (REPL) Control

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

Coding Questions | Longest Palindromic Subsequence | Codewindow.in

Given a string x (1<=len(x)<=1000) find the length of its longest palindromic subsequence. The string contains only lowercase letters. Write a program that takes in input as String x and returns the length of the longest palindromic subsequence of x. Input Format:String input. Output Format:return the length of the longest palindromic subsequence. Example :Input:ababa Output:5

Coding Questions | Longest Palindromic Subsequence | Codewindow.in Read More »