Second round (programming pen & paper test) : 1) again I don't remember this exactly but I want to give you the idea of the question: In an inland there are white and black rats live. Both of these kind of rats have certain life span and it is as follows: White rats, At the end of the: 1) First year, white rats give birth to 2 rats 2) Second year, white rats give birth to 3 rats 3) Third year, it dies Black rats, At the end of the: 1) First year, black rats give birth to 3 rats 2) Second year, black rats die. Design a way to calculate the difference of their population if positive number N is the year and positive integer K is the initial number of rats. The output can be a large value so print it with the modulo of 10007. --------------end of the question------ Thats it. I think I have given you the most exact question asked in this round( ~98% accurate) 😁.
Java Developer Intern Interview Questions
30,827 java developer intern interview questions shared by candidates
Define java exceptions
write a program to find out suffix of two strings are same
simple oops concept
All Are Logical Questions To Check Your Logic Capacity.
first technical test
Introduce yourself to me and told me what you have done about j2ee, and some basic question in java and what's your favorite movie.
3. Trees (binary and otherwise) form the basis of many common data structures. Please describe some of these data structures and when they might be used.
database: describe the 1NF, 2NF and 3NF.
You have an array of int with different numbers. You have to sort it in a way that the all the even numbers should come in the starting and odd numbers in the end. You cannot use a temp array or extra array in your solution.
Viewing 291 - 300 interview questions