Oracle Interview Questions

Oracle Overview

  • www.oracle.com
  • Redwood City, CA (US)
  • 10000+ employees
  • 1977
  • Public (ORCL)
  • Enterprise Software & Network Solutions
  • ₹500+ billion per year
  • Microsoft

Oracle Interview Questions: The most crucial part of preparing for an interview is practice. Knowing what the interviewer may ask is essential – that way, you can craft your answers well in advance and feel confident in your responses when the pressure is on.

Wouldn’t it be great to know what interview questions were asked for the Test Engineer and QA for Manual & Automation Positions? Unfortunately, we can’t read minds, but we’ll give you the next best thing: a list of previously asked Oracle interview questions and answers.

Post On:Oracle Interview Questions
Post Type:Interview Questions
Published On:www.softwaretestingo.com
Applicable For:Freshers & Experience

We have tried to share some tricky, selenium interview questions & testing interview questions. But we recommend spending some quality time to get comfortable with what might be asked when you go for the Oracle interview.

Still, we need your love and support to make this platform more helpful to our fellow testers. So please share your recent interview questions and experience with us. You Can share those details by connecting with us at softwaretestingo.com@gmail.com.

Oracle Selenium Interview Questions

Company Name: Oracle
Position: QA Role
Company Location: Bangalore
Experience: 4 Yrs
Updated on: 21.06.2024

  • Introduce yourself
  • Are you aware of SQL?
  • Write a test case for the scenario where the search button on Amazon was not working and u raised an issue. Write testcases?
  • 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 asked to proceed further and to log in to Google and verify if you were able to successfully log in or not. They asked me to write this as per my project’s framework like how are you calling drivers, and browsers and how are you 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 in creating the Jenkins pipeline?
  • Do you know Linux? Write a Linux command to create a file.
  • Two SQL queries were asked:
Emp IDEMP NameSalary
1Rajesh2000
2Akash3000
3Om4000
2Ak5000
  • Fetch 2nd and then 3rd largest salary of emp with name.
  • Fetch duplicate emp ID records from the employee table.

Company Name: Oracle
Position: QA Lead
Company Location: Hyderabad
Experience: 9 Yrs
Shared By: Mallidi Shanti Priya
No Of Rounds: 5
Updated on: 30.10.2021

The interview was smooth, with clarity in each round. During the discussion with HR, he has given me clarity on each round. I had five rounds – Core Java, Automation Testing-1, Automation Testing-2, Managerial-1, and Managerial-2.

Questions:

  • Program: We have a list of integers 1-99. We need to find a missing number. How to find and also should calculate the time complexity.
  • Program: There is a string. Reverse the string so that words should be reversed, not a complete string.
  • Difference between array and ArrayList
  • Difference between HashMap and HashTable
  • What is a reflection in Java?
  • Explain the Oops concepts of overloading and overriding.
  • Static keyword in Java
  • Programs on Map, ArrayList
  • How to handle Firefox download popups using Selenium
  • How to select a checkbox, radio button
  • How to get options from a dropdown list
  • How to navigate to iFrames and come back to the parent page
  • How to test if a window is opened or not after clicking on a link
  • How do you do the Parallel execution
  • What is the order of execution of TestNG annotation?
  • What are the different ways to click on a button?
  • Actions class, JavascriptExecutor
  • Project framework
  • Some questions on runner class
  • Given some sample programs with string methods, we need to tell the output
  • Some statements were given on interfaces
  • How to read a notepad file
  • How to identify a span element
  • Some scenario-based questions
  • Program: Reverse the array in the subset of N -> input: [1,3,5,7,9,11,15,17,19] order N =3

Company Name: Oracle Financial Services
Position: QA Automation
Company Location: Bangalore
Experience: 3 Yrs
Shared By: Venkata Kushal
No Of Rounds: 2
Updated on: 03.10.2022

Experience

I got referred by my friend and got a call back after 2weeks. The interview will consist of 2 seconds (Technical Round and Managerial Round).

  • Technical Round went on for 60Mins.
  • The managerial Round went on for 15 minutes.

Questions

Technical Round:

Managerial Round:

  • Tell me about yourself.
  • Explain different frameworks you worked on.
  • Given an opportunity, are you willing to work in manual testing also?
  • Willing to relocate and have salary discussion.

Interview Location: Bangalore(Virtual Interview)
Position: Sr. Quality Analyst
Experience: 6.3 yrs
Updated On: 18.05.2022

  • Tell me your role and responsibilities.
  • Are you comfortable working in Manual Testing?
  • What tools have you used to automate the UI application?
  • How to handle the bulk data in selenium. (They wanted to ask about Data-driven testing)
  • How do you run the test cases in bulk in TestNG?
  • How to use Excel and test the single test cases with multiple sets of data(@dataprovider)?
  • How to do backend testing?
  • What is the difference between black-box testing and white-box testing?
  • What is the difference between a test strategy and a Test Plan?
  • Have you worked on Database testing before?
  • How do you build your project using Jenkins?
  • How do you run your test cases in a regression test?
  • How do you set up Jenkins and run the test cases?
  • Write a program to count the occurrence of words and sort it.
  • Write a program to remove the white space from the string.
  • Which collection will you use to delete a country from 100 values from the dropdown?
  • Why do we use LinkedList for manipulation, not Arraylist?
  • Some questions related to API
  • What will be the output of the below program?
Class Testcase()
{
	Static
	{
		System.out.println("This is static method")
	}
	public Static void main(String args[])
	System.out.println("Main")
}
Oracle Interview Questions 1

Company Location: Bangalore
Interview Date: 07/07/2021(Tech Round), 09/07/2021(Managerial Round)
Experience: 2 Years 10 months
Position: QA Automation

Experience

I got referred by my friend and got a call back after 2weeks. The interview will consist of 2 seconds ( Technical Round and Managerial Round ).

  • The Technical Round went on for 60 Mins.
  • The managerial round went on for 15mins

Technical Round:

  • Tell me about yourself.
  • Frameworks and tools used in your experience.
  • Explain the OOPS concept in detail with examples.
  • They gave me a scenario to automate and asked me to write the script in VBScript and Selenium.
  • Difference between severity and priority of the defects.
  • They gave me a Java program and asked me about the output.
  • How will you establish a database connection between UFT and Selenium?
  • Will you work in any other technology other than selenium?
  • How did you handle exceptions in your project?

Managerial Round:

  • Tell me about yourself.
  • Explain different frameworks you worked on.
  • Given an opportunity, are you willing to work in manual testing also?
  • Willing to relocate and have salary discussion.

About Oracle Company

Oracle Corporation is an American multinational computer technology corporation headquartered in Redwood Shores, California.

Avatar for Softwaretestingo Editorial Board

I love open-source technologies and am very passionate about software development. I like to share my knowledge with others, especially on technology that's why I have given all the examples as simple as possible to understand for beginners. All the code posted on my blog is developed, compiled, and tested in my development environment. If you find any mistakes or bugs, Please drop an email to softwaretestingo.com@gmail.com, or You can join me on Linkedin.

Leave a Comment