Tip 1 : Build a framework from scratch using any of the ecommerce or travelling sites using both TestNG and cucumber frameworks to get a detailed knowledge about the POM architecture and design.
Tip 2 : Practise a lot of coding questions from OOPS (Java/Python), Be spontaneous in giving multiple solutions for a program.
Tip 3 : Explore all the latest features in the tools that we are using and compare it with the older versions.
Tip 4 : Practise the most trickiest locators in the DOM and try writing customised Xpaths.
Tip 1 : Highlight the keywords that is matching with the Job description.
Tip 2 : Be precise and crisp in mentioning the key points.
Tip 3 : Don't add the skills and tools that you are not practical using or used very long back.
2 Programming questions from Java followed by multiple questions from the skills mentioned in my resume based on real time scenarios.
Interview was scheduled based upon my availability in the evening.
Interviewer was very friendly and came up with excellent questions.
Programming questions was done using online compiler as well as using notepad.



Pretty straight forward question I solved it using two for loops using the traditional approach as well as explained the easiest way to solve it using the built in functions.
To write xpath for a dynamic element in the DOM structure followed by few other.
Wrote customised xpath and located the element for the dynamic elements in the DOM.
Coding round followed by scenario based questions from my previous framework experience



If the given string is:
abcadeecfb
Then after deleting all duplicate occurrences, the string looks like this:
abcdef
Solved it in the traditional approach with the default logic and explain it using the inbuilt functions.

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?