Java and MySQL Base Question Collection API Concept of String in Java Concept of Inheritance Just ask have you heard about the JDBC and ODBC concept no question but just ask And from my side, Prepare Well
Java Intern Interview Questions
30,830 java intern interview questions shared by candidates
Find Binary GAP of zero between an integer for example integer 9 will be represented as 1001, so here binary gap of zero is 2 and so on
Solve the codility task with the best performance.
How to make HashMap object Synchronized? (without using any keyword)
Tell me about Java 8 features. After I mentioned in lambda expressions etc, he asked me, what is new with interfaces in Java-8.
Coding test online.
There is a group of n people. A serial killer comes and kills every kth person from the group and keeps on repeating this until there is only one person left and he spares the life of that person. Write an equation/algorithm which takes n and k as input and give the position of the guy who will be alive after the complete process. For eg: Let us assume there is a group of 13 (n) people and the serial killer kills every 3rd (k) person. The positions on which they are standing are marked 1 to 13. The order in which he kills will be: 3, 6, 9, 12, 2, 7, 11, 4, 10, 5, 1, 8. This way the guy on 13th positon will be saved.
The questions I was asked are as follows :- 1. Difference between pass by value and pass by reference 2. Finding the largest number in an array 3. How would you test a Lamp ? 5. How would you test a Twitter application ? 6. Find a missing number in an array of sorted numbers. 7. What are primitive types and non primitives types. 8. How would you test a Restful Web Service
What is Hashcode default implementation?
Difference between Linked List/Array List. Which is better for insertion in the middle?
Viewing 321 - 330 interview questions