if a frog falls down in a well 30m deep, if he climbs 3m everyday and fall 2m in night, then in hw many days he will get out.
Developer Interview Questions
268,884 developer interview questions shared by candidates
How do you find the biggest number ?
1.find second max salary hint using count
f2f technical asked me about my work basic mysql queries Manager asked me my experience at work AVP asked me about agile method and scrum and my learning experience
Tell me about your self? Some questions about my thesis. What is the expectation value by rolling a dice? What if you have the second chance if you feel the first result is not large enough?
Create an app fetching car details from a server and showing them in a list. Then localize hem in a google map. Also showing all the cars in the map as pins
Given 9 ball with only one differ in weight, how to find out by measuring them only twice?
public class WhichReturns{ public String whichReturns(){ try{ return "1"; }finally{ return "2"; } public static void main(String argv){ System.out.println("Return val: " + WhichReturns.whichReturns()); } }
Convert : person_First_Name to personFirstName
Find the bug in code. int sum; for (int i=1; i<11; ++i) sum=sum+i; printf("%d",sum);
Viewing 331 - 340 interview questions