I applied through an employee referral. The process took 1 day. I interviewed at EY (New Delhi) in Sep 2021
Interview
The interview was completely technical, and everything was asked. From Java to selenium and frameworks, SQL queries, cucumber, API, there was no single topic that was left untouched.
Do not recall all the questions, so wrote all those questions that I remember.
Interview questions [5]
Question 1
1. Questions about OOPs concepts (Diff between overload & override, and where is this concept used in the selenium framework, interface vs abstraction).
2. Write a program related to strings.
3. Shared code snippets of Java, and asked the output of the same.
4. What collections have you used in your framework, and how?
SQL:
1. SQL query to fetch second highest salary of an employee from a table.
2. Shared details of 2 tables, and asked to create SQL query from those 2 tables using joins.
1. Types of waits.
2. What is fluent wait?
3. Diff between explicit & fluent waits.
4. What is the default polling time?
5. Gave me link of the website, and was asked to create xpath to get text of an element.
6. For another web page, write a program to fetch specific data from one single row.
7. Few questions about TestNG framework.
8. How to read from excel, xml, txt in selenium?