Tip 1: Focus on strengthening basics like Java, OOPS, and SQL along with daily coding practice.
Tip 2: Practice hands-on scenarios in Selenium, XPath writing, and API testing regularly instead of only reading theory.
Tip 3: Revise automation frameworks and prepare short notes for quick last-minute review.
Tip 1: Highlight your technical skills and automation projects clearly on the resume.
Tip 2: Keep the resume concise, accurate, and avoid adding tools or skills you have not worked on.
The round was scheduled in the afternoon and lasted around an hour. The environment was professional and the interviewer was polite and encouraging. They focused more on my problem-solving skills and hands-on ability rather than only theoretical knowledge. The interviewer gave enough time to think and asked me to explain my approach step by step.
The interviewer asked me to write an XPath expression to capture all the hyperlinks present at the bottom of Amazon’s homepage. The condition was that I should not use the text() function in my XPath. I had to identify a correct locator strategy that works for multiple links and demonstrate how I would retrieve and validate them in automation. The problem tested my understanding of DOM structure, XPath functions, and how to handle multiple web elements efficiently in test automation.

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