You have a 100 story building and two glasses. By dropping glasses from a given floor, figure out what is the highest floor from which you can drop and glass and it will not break.
Software Developer Fresher Interview Questions
96,250 software developer fresher interview questions shared by candidates
Most difficult question involved graphs and path finding.
They asked me find last digit on n!
Come up a most efficient way to determine if a integer is odd or even.
Write a function to compute a factorial n
You are given an array with negative and positive unsorted numbers. Find out a pair whose sum = 0. If no such pair exists, find the pair whose sum is the closest to 0.
Can we use the final keyword with the constructor?
what is inheritance
Implement a lock-free queue/stack/... using atomic test-and-set functions.
Tell me the inheritance concept in c++..?
Viewing 571 - 580 interview questions