Interview Experience:
If you are applying for the java developer profile then you should be mainly focussed on the core java part and data structure.
Round 1:
The solution for three questions to be written on paper.
Question 1: Print * Pyramid Pattern.
Question 2: Merge 3 sorted arrays.
Question 3: Reverse an integer without using any libraries.
Round 2:
Technical Discussion Round:
More focussed on Data Structure.
Q1: Write a program to implement Stack Data Structure.
Q2: Write a program to reverse a linked list without using collection API.
Q2: What is deadlock?. Write a program where deadlock occurs and resolve that deadlock.
Q3: What are threads? How to create?
Q4: What is Synchronised Hash Map? How it is different from HashTable?
Q5: Difference between Comparable and Comparator.Gives a situation program to sort the elements
on the basis of age and name uniquely.
-------------------
No comments:
Post a Comment