Questions about resume then 1 Prog Question on Data structures
Financial Software Developer Interview Questions
757 financial software developer interview questions shared by candidates
What's a pointer
Which one of the following function types CANNOT be overloaded? 1. The constructor function of a structure 2. The constructor function of a class 3. The destructor function of a class 4. Any constant method of a class 5. Any static method of a class
Why should malloc never be directly used to dynamically allocate instances of a class?
Describe how you would implement a HUGE phone book where a user would enter the first three letters of a name and the program retrieve all names with those first three letters as fast as possible.
What are the differences between Java and C++?
If you have an array, how will you find an element?
1-100 integer sequence, how to find the missing 2 numbers
25 horses problem.
There is a row of stones leading across a river; you can either step to the next stone or skip that one; how many possible sequences are there to get across the river with n stones
Viewing 321 - 330 interview questions