first questions : 1,3,5,7,11,13,17,19,23,29,..... next element
Developer Interview Questions
269,242 developer interview questions shared by candidates
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
array related questions
Give me 5 reasons why manhole covers are round.
what is session management.
The number of lilies in a pond double every day. So, on the first day of the month there is one lily. On the second day, two lilies. Then the next day four lilies, then eight, sixteen, thirty two, etc. If the pond is full on the 30th day of the month, what day is it half full?
What is the result if we do following Null + 90
Viewing 791 - 800 interview questions