Oracle Interview Questions for QA role
- Introduce yourself
- Write a test case for the scenario where the search button on Amazon was not working, and you raised an issue.
- Write complete steps for navigating to Google in Selenium
- What is WebDriver? Interface or class
- Can’t we write ChromeDriver() instead of WebDriver, and why?
- Do you know the difference between class and interfaces?
- Why can’t we write class logic in the interface instead of writing in class implementing it?
- Later, they asked me to proceed further and log in to Google and verify whether you were able to log in successfully. They asked me to
- write this as per my project’s framework, such as how you are calling drivers and browsers and how you are extending from parent classes and POM structure as well.
- Java program to find 2nd max element from an array and later asked to debug.
- Did you develop the framework for your project?
- Later asked for POJO classes and how I am sending requests and extracting responses in API automation. Write the logic
- Do u know Jenkins can you build a pipeline?
- Can we use the script to create the Jenkins pipeline?
- Do you know Linux? Write a Linux command to create a file.
- Fetch 2nd and then 3rd largest salary of emp with name.
- Fetch duplicate emp ID records from the employee table.