you have a list of people, and a function that return true/false if one person knows the second person. write a function that finds a VIP, which everybody knows and he doesn't know anybody else.
Developer Interview Questions
269,139 developer interview questions shared by candidates
Giving a circular sorted array Ex: [7,9,3,5,6], write an algorithm that finds the smaller element index.
How would you implement UIView hitTest mehtod?
Friends A, B, C, D go for a trip. They spend on various expenses. Cost of the expense is shared. Example : A spends 100 for breakfast for A, B, C and D D spends 500 for cab for B and C B spends 300 for lunch for A, B and C Write a program to calculate how much each should get or each should give to one another. App should be scalable that number of friends can change
Write a javascript function to draw a chessboard
first questions : 1,3,5,7,11,13,17,19,23,29,..... next element
Ed Round( Given an interface with 3 methods AddEmployee(int empid, String department); updateEmployee(int empid, String department); Collection<Integer> reportEmployees(String Department);
void sort(String s){ } void sort(Integer I){ } void sort(Object o){ } calling : sort(null) which function will be called?
Code some code that checks if any items in an array are greater than 10
Describe the technologies you are comfortable with
Viewing 811 - 820 interview questions