Given a list of ones and zeros, how would you sort the list efficiently so the zeros are in the front and the ones are in the second half.
Financial Software Developer Internship Interview Questions
758 financial software developer internship interview questions shared by candidates
template<class T1; class T2; class T3> int Product (T1 a, T2 b, T3 c) { return a * b * c; } What is the error in the sample code above?
what is the return type of sizeof()
C#, if you set lock in a method, will you be able to do a recursive call again?
Count the number of appearance of h from given passage
how can I count the bit set to 1 in an integer? What if I want to optimize the process to work with several integers?
How will you find out what has happened in the network if - initially the network speed is 10Mbps but suddenly it drops down to 10Kbps.
Suppose your software requires the client to enter information into a database. What do you do if data insertion takes too long?
Nothing to bad, just need to know your basics well.
What function in the Standard C library may be used to convert a long to a string?
Viewing 71 - 80 interview questions