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
Financial Software Developer Interview Questions
591 financial software developer interview questions shared by candidates
How to tell if a series of parenthesis is valid
given an integer (say 1234), write a function to reverse that number as an integer (ie 4321)
What's a pointer
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.
Why should malloc never be directly used to dynamically allocate instances of a class?
I was asked about the difference in how garbage collection would be handled in Java v. C or C++
Given some random letters , for example "a,e,o,g,z,k,l,j,w,n" and a dictionary. Try to find a word in the dictionary that has most letters given.
implement a hash function, implement a linkedlist, implement atoi
online screening test is primarily brainteaser on logic thinking, observation and memorization phone interview and the first 2 onsite sessions are brainteasers and coding/programming language questions 3rd session onsite is HR
Viewing 271 - 280 interview questions