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
Software Interview Questions
748,264 software interview questions shared by candidates
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
Stuff like linked lists & basic recursion
Assuming you have a large cube shaped by small cubes together, their number is 1000 How many cubes will be visible?
Given 9 ball with only one differ in weight, how to find out by measuring them only twice?
1) How to reverse a string?
Return the second-smallest element of a list.
Find the second largest number in the array.
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()); } }
Viewing 1391 - 1400 interview questions