Tip 1 : practice java programs
Tip 2 : clear data structure concepts
Tip 3 : selenium program practice
Tip 1 : use keyword java and selenium
Tip 2 : rest assured and automation framework
what is agile
test cases for login web page
how linkedlist work
difference between list and set
difference between interface and abstract
testng programs
java programs
agile terminologies






1. The array follows 0-based indexing, so you need to return the 0-based index of the element.
2. Note that the element at the equilibrium index won’t be considered for either left sum or right sum.
3. If there are multiple indices which satisfy the given condition, then return the left-most index i.e if there are indices i,j,k…. which are equilibrium indices, return the minimum among them
4. If no such index is present in the array, return -1.
test ng problem - 4 test cases are given , test case1 has priority -1, test case2 has priority 0 and test case3 have priority 1 and test case4 has no priority what is the sequence of running test cases.
testcase 1 will run first then testcase 2 or testcase 4 (alphabetical order) then testcase3 will run
java program
give example of interface in real life
what are oops concepts and explain them , how we can use them in automation framework



‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’.
‘ARR1’ = [3 4 6 9 10]
give example of interface in real life
Tip 1 : cellphone
discussion round with head of technology
what is the most interesting bug that you have found ?

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