Tip 1 : Basics should be clear
Tip 2 : Give straight answers point to point
Tip 3 : If you know the topics well then say the word in your answers so that interviewer ask the topics you know and you can drive interview like the way you want.
Tip 1 : Write only the topics you have worked on
Tip 2 : Resume should not be very long
OOPS concept and core java concepts
covarient in function overriding
difference between final finally and finally
thread concept
BDD framework structure
testng concepts
singleton design pattern



If the string is: “abccba”, then the first repeated character is ‘c’, but the repeated character that is present first in the string is ‘a’. You need to print ‘a’.
Keep in mind that you need to print the repeated character that is present first in the string and not the first repeating character.


1) ‘arr1’ consists of distinct positive integers, and ‘arr2’ can contain duplicates.
2) You are allowed to insert integers at any position in ‘arr2’. For example, if ‘arr2’ = {1, 2, 3}, you can insert 4 at 2nd position to make it {1, 4, 2, 3}.



For the given string “deed”, the string is already a palindrome, thus, minimum characters needed to be added are 0.
Similarly, for the given string “abb”, the minimum characters needed is 1 i.e. ‘a’ which is to be added to the end of the string, which makes the string “abba”, which is a palindrome.
salary negotiation
Introduction.
Questions about projects.
Discussion about salary.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?