|
You have to get from point A to point B. You don’t know if you can get there. What would you do?
http://linkmingle.com/details/983
created by interview_questions on 2008-06-11 22:33:33
|
|
Explain a database in three sentences to your eight-year-old nephew.
http://linkmingle.com/details/981
created by interview_questions on 2008-06-11 22:24:06
|
|
Assuming 10,000 city blocks, 600 windows per block, five minutes per window, and a rate of $20 per hour, about $10 million
http://money.cnn.com/2007/08/29/technology/brain_t
created by interview_questions on 2008-06-11 21:49:29
|
|
I arrived early to the Microsoft interviewing building, filled out my forms, and sat and watched all the other nervous candidates trickle in for their 8:30 appointments. A number of other students were called up before me, but then it was my chance. The day started with HR.
http://blog.mattgoyer.com/technical-interview-at-a
created by interview_questions on 2008-06-11 21:34:40
|
|
Given a linked list how will you efficiently sort the linked list in O(nlogn) time.
http://linkmingle.com/details/969
created by interview_questions on 2008-06-11 20:45:47
|
|
How many lines can be drawn in a 2D plane such that they are equidistant from 3 non-collinear points ?
http://linkmingle.com/details/968
created by interview_questions on 2008-06-11 12:30:10
|
|
There is linked list of millions of node and you do not know the length of it. Write a function which will return a random number from the list.
http://linkmingle.com/details/945
created by interview_questions on 2008-06-09 23:10:22
|
|
Given an array of size N in which every number is between 1 and N. Find duplicates if you are allowed to destroy the array.
http://linkmingle.com/details/946
created by interview_questions on 2008-06-09 23:55:08
|
|
Question: What is the difference between an Interface and an Abstract class?
Question: What is the purpose of garbage collection in Java, and when is it used?
Question: Describe synchronization in respect to multithreading.
http://www.allapplabs.com/interview_questions/java
created by interview_questions on 2008-06-09 19:48:51
|
|
Question: What is the Collections API?
Question: What is the List interface?
Question: What is the Vector class?
http://www.allapplabs.com/interview_questions/java
created by interview_questions on 2008-06-09 19:51:25
|