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 Software Engineer Interview Questions
9,747 intern software engineer interview questions shared by candidates
Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
Write a function to convert First Name, Last Name to Last Name, First Name.
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.
You have two sorted arrays - how can you effectively merge them into one giant sorted array?
2nd largest number in an array
Given two linked lists, find out IF they intersect.
Implement a selection sort, and then he asked me: Given a single-elimination tournament with 99 players, how many games must be played until there is one winner left.
There are ten buckets of lead weights, with nine of them having equal weights of 10 grams each, while one of them has weights of 11 grams each. You want to find out which bucket has weights of 11 grams each, by using a scale, but you can only turn on the scale once.
Reverse the word order in a string.
Viewing 91 - 100 interview questions