<< Previous |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
Next >>
To post a question, please login or sign up.
-
anonymous
What is a nested class in Java ? Why would you use a nested class ?
(no answers yet)
-
anonymous
You have an array with numbers 1..n. You don't know the value of n ( It could be extremely large). The maximum value that a number could have in the array is 32,000. There could be duplicate entries in the array. You have 4KB of memory available. How would you use this memory to find out if a particular number exists in the array or not ?
(no answers yet)
-
anonymous
What is a Singleton?
(no answers yet)
-
anonymous
Which data structure would you use if you want to retrieve data in LIFO order ?
(no answers yet)
-
anonymous
Implement Atoi(char *str)
(no answers yet)
-
anonymous
Count the number of set bits in an integer - gave him 4 different ways to do this.
(no answers yet)
-
anonymous
Given a linked list of n elements. Swap(reference swap only) every group of k>=1 elements starting from the first element. Ran out of time on the swap procedure. Told me to show how far I gotten.
(no answers yet)
-
anonymous
Why Microsoft?
(no answers yet)
-
anonymous
What could you create with unlimited resources?
(no answers yet)
-
anonymous
What's 2^10?
(no answers yet)
-
anonymous
Questions about past experience. Teamwork and leadership skills.
(no answers yet)
-
anonymous
Questions about Linkers and Loaders.
(no answers yet)
-
anonymous
Questions about OOP, Design Patterns, Java, and C++. Just basic OOP questions like Pure Virtual Functions, Virtual Pointer Table, Abstract classes, Interfacce, Inheritance, Polymorphism.
(no answers yet)
-
anonymous
Basic data structures questions. Linked List, Arrays, Splay Tres, Binary Tree, Hash. Discuss when you should use Hashing over Tress.
(no answers yet)
-
anonymous
Binary Tree, Splay Tree
(no answers yet)
-
anonymous
Differences between process and thread
(no answers yet)
-
anonymous
what are core dumps? What kind of editor do you use to look at core dumps?
(no answers yet)
-
anonymous
virtual and pure virtual functions. Virtual inheritance.
(no answers yet)
-
anonymous
Behavorial questions. How do you motivate your team? How do you tell a co-worker that he/she aren't doing a good job.
(no answers yet)
-
anonymous
Talked about Garbage Collector. Explained Mark & Sweep Algorithm.
(no answers yet)
<< Previous |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
Next >>