Interview Experience Oracle| Automation Testing | SDET
In this article we will cover Oracle Automation Testing Interview Questions from 2022 which could help you prepare in advance.
Interview Experience Oracle| Automation Testing | SDET
Company - Oracle
Job role - Automation Engineer
Job location- India
Interviewer - Syed
Date - September 7 2022
- Tools used for doing Automation testing?
- Selenium WebDriver, Java, TestNG, Maven, Jenkins, Git, ExtentReport, Java Mail API
- Experience with Test management tool - JIRA?
- Are you doing End-to-End testing? - SYSTEM
- Booking, Checkin??
2nd Round -
Interviewer -Yashwant
Date - September 8 , 2022
- OOPS in Selenium - Your project
- Collection in Java and and Exceptions in Java and in Selenium
- List vs Set, Set vs MapInsertion order maintained in (with no duplicacy)?
- Dynamic table - 3*3, 10*10
- button - SunOrcale
- Find the position and Then, click
- New window opens -> Print all the links and
- write down in Excel sheet
- Code for iterating and handling new window
- Set<String> windows = driver.getWindowHandles();
- Iterator<String> iterate = windows.iterator();
- iterate.next();
- String second_window = iterate.next();
- Methods return type - findElement and findElements
- WebElement and List<WebElement>
- POST vs PUT
- PUT - update an single resource
- https://www.guru99.com/put-vs-post.html
- SQL query - 2nd max salary
- https://www.geeksforgeeks.org/sql-query-to-find-second-largest-salary/
SELECT salary FROM employee ORDER BY salary desc limit n-1,1
Comments
Post a Comment