Tip 1 : go through top 100 interview questions of selenium and java
Tip 2 : prepare java and oops concepts
Tip 3 : go through at least on framework with hands on experience
Tip 1 : presice and mention all keywords. given in the job description
Tip 2 : resume should not be boring and leangthy with spell error



Suppose you are at position (x, y) then you can move to : [ (x + 1 , y ), ( x - 1 , y ), ( x , y + 1), (x , y - 1), (x + 1, y + 1), (x + 1, y - 1), (x - 1, y + 1), (x - 1, y - 1) ].
If ‘N’ = 2, ‘M’ = 2, 'STR’ = "a" and the input matrix is
[ [ ab ]
[ ed ] ]
We need to find the maximum length of the path from starting character ’a’. So the maximum length is 2, which is [a, b]. Hence, the answer is [2].



Testing concepts and given scenarios and was asked to create test cases
how will you measure 4 litres from 3 litre and 5 liter mug
Given a login page and asked to write all possible test cases
It was basic Hr round to know about personality of the candidate
asked about weakness and strength
where do you see yourself in 5 years and how it will help our company

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?