It was ver smooth and easy throughout the interview process and questions were moderate too. There were three rounds , first- the evaluation round and then 2nd Technical round for one hour and then HR round.
Interview questions [1]
Question 1
1. Create a program to sort elements in an array using the bubble sort algorithm.
2.Implement a program to calculate the area of a circle given its radius.
Write a Java program to count the occurrences of a specific character in a string.
3. Create a program to find the second largest element in an array.
4. Implement a program to check if a string is a palindrome.
Write a Java program to convert a decimal number to binary.
5. Create a program to find the GCD (Greatest Common Divisor) of two numbers.
6. Implement a program to find the power of a number using recursion.
The Interviewer was friendly and questions are mostly related to Java ,TESTNG and Questions related to the Framework that we worked on current or previous Project.Few Questions related to Agile Methodologies
Interview questions [1]
Question 1
Difference betweenmethod Overloading and OverRiding