I've been asked three questions. The only one I missed is quite a basic question:If you want to do something before Java GC recycle the object?
Intern Engineer Interview Questions
18,167 intern engineer interview questions shared by candidates
given the utitlies getFriend(User u) and areFriends(User u1, User u2), write the function which takes as parameter the array of users and return a bool saying if you can divide the users in 2 groups s.t. if u1 and u2 both belong to a certain group, they are not friends.
How to retrieve a file with a specific string or keyword using UNIX command line
Calculate the square root of a number.
2nd largest number in an array
Given two linked lists, find out IF they intersect.
Find the max ;length palindrome in an input string.
There is an array of numbers, containing the integers 1-n, how can you find the sum of the numbers in that array?
How would you implement Amazon's "users who bought this item also bought ..." feature?
Given a triangle of integers, find the path of the largest sum without skipping.
Viewing 141 - 150 interview questions