Given an unweighted directed graph, how would you find the shortest path from s to t? Print out all vertices along the shortest path. Assume no two vertices have the same value.
Developer Interview Questions
270,915 developer interview questions shared by candidates
Questions from the resume and tons of questions related to programming.
Diff b/w var1 == var2 and var1.equals(var2) Which method needs to be implemented along with equals()?
Can a batch be called from the execute method of another batch apex?
What does the operating system do when you call a function?
If you had twelve identical looking-balls except that one weighed more or less than the other 11, and could weigh the balls (or any subset) three times, how can you find the correct ball and whether it weighed more or less?
Build a simple app that involves displaying data that changes in realtime
If I knew what the cross apply operator was
How would you write a sort routine to ensure that identical elements in the input are maximally spread in the output?
Given 2 eggs, how would you find the exact floor at which the egg breaks when thrown from a building comprising 100 floors
Viewing 271 - 280 interview questions