Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Oracle Team. If you also belong to the team, you can get access from here

Oracle Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 5k Reviews

Filter interviews by

Oracle QA Engineer Interview Questions and Answers

Updated 21 Nov 2024

Oracle QA Engineer Interview Experiences

9 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2021

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java fundamental
  • Q2. Selenium fundamental
  • Q3. SQL query for minimum salary of employees
  • Ans. 

    SQL query to find minimum salary of employees

    • Use the SELECT statement to retrieve the minimum salary

    • Use the MIN() function to find the minimum value

    • Specify the column name for the salary field

    • Specify the table name where the salary field is located

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make fundamental strong
SQL query
Selenium functionality
OOPS concept

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Was easy, basic fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions on resume and DevOps and basic array questions
Round 3 - Technical 

(1 Question)

  • Q1. Asked questions regarding projects and dsa
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions asked related to SQL and manual testing
Round 2 - Technical 

(1 Question)

  • Q1. Asked questions related to java selenium and manual testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Few technical and few behavioural questions were asked

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Telephonic round for manual testing
Round 2 - Technical 

(1 Question)

  • Q1. Telephonic round for automation testing
Round 3 - Technical 

(1 Question)

  • Q1. SQL and SDLC related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round, mix of all, Mostly behavioral

Interview Preparation Tips

Interview preparation tips for other job seekers - Domain knowledge adds points for Testing profile

Oracle interview questions for designations

 Senior QA Engineer

 (4)

 QA Analyst

 (2)

 QA Project Lead

 (1)

 Senior QA Analyst

 (1)

 Quality Assurance Engineer

 (1)

 Qa Program Manager

 (1)

 Senior Quality Assurance Engineer

 (2)

 SMT Engineer

 (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test, java, agile, REST API

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 30 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Previous project conversation

QA Engineer Jobs at Oracle

View all

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Types of status codes found in API testing.
  • Ans. 

    Status codes in API testing indicate the outcome of a request made to the API.

    • 200 - OK: Request was successful

    • 400 - Bad Request: Invalid input or missing parameters

    • 401 - Unauthorized: Authentication required

    • 404 - Not Found: Resource not found

    • 500 - Internal Server Error: Server-side issue

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Exception found while testing
  • Ans. 

    When an exception is found while testing, it means that the software did not behave as expected.

    • Identify the root cause of the exception by analyzing the code and test cases.

    • Reproduce the exception to ensure it is consistent.

    • Document the exception with detailed information such as steps to reproduce, environment details, and screenshots.

    • Collaborate with developers to fix the issue and retest after the fix is implemente

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose patience and do hardwork.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Testing Methologies
Round 2 - One-on-one 

(1 Question)

  • Q1. Situational questions- Test cases on elevator

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 31 May 2021

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Testing concepts and agile methodology, linux commands, few java programmings, logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basic concepts.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is test case
  • Ans. 

    A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.

    • Test case is a detailed procedure that outlines a series of steps to be taken to verify the functionality of a software application.

    • It includes input data, expected results, and execution conditions.

    • Test cases are designed to cover different scenarios and edge cases t...

  • Answered by AI
  • Q2. Why do you prefer qa role rather than coding role
  • Ans. 

    I prefer QA role over coding role because I enjoy ensuring quality and finding bugs in software.

    • I have a keen eye for detail and enjoy identifying issues in software.

    • I like the variety in tasks that QA role offers, such as writing test cases, executing tests, and reporting bugs.

    • I find satisfaction in improving the overall quality of a product by catching and fixing bugs before they reach customers.

  • Answered by AI
  • Q3. Tell a eg and tell me the test cases that is to be checked in the product
  • Ans. 

    Test cases for an e-commerce website

    • Verify that users can successfully add items to their cart

    • Check that the correct shipping options are displayed based on user location

    • Ensure that the payment gateway is secure and functional

    • Test the search functionality to ensure accurate results are returned

    • Verify that discounts and promotions are applied correctly

  • Answered by AI
  • Q4. Tell the test cases thats been checked for a pen and water bottle
  • Ans. 

    Test cases for a pen and water bottle include functionality, durability, and usability checks.

    • Functionality test: Check if the pen writes smoothly and the water bottle opens and closes properly.

    • Durability test: Drop the pen and water bottle from a certain height to check for damage.

    • Usability test: Check if the pen is comfortable to hold and write with, and if the water bottle is easy to drink from.

    • Leak test: Fill the w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your communication skills and be confident because the interviewer will be trying to prove that you don't know anything... But you should be enough to go to the level crossing these pricks...

Skills evaluated in this interview

Oracle Interview FAQs

How many rounds are there in Oracle QA Engineer interview?
Oracle interview process usually has 2-3 rounds. The most common rounds in the Oracle interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Oracle QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Oracle. The most common topics and skills that interviewers at Oracle expect are Automation Testing, Software Testing, Java, Manual Testing and Python.
What are the top questions asked in Oracle QA Engineer interview?

Some of the top questions asked at the Oracle QA Engineer interview -

  1. SQL query for minimum salary of employe...read more
  2. types of status codes found in API testi...read more
  3. exception found while test...read more

Tell us how to improve this page.

Oracle QA Engineer Interview Process

based on 7 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 7 Oracle interviews
Job Portal
Referral
Campus Placement
43%
43%
14%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 41 Interviews
IBM QA Engineer Interview Questions
4.1
 • 10 Interviews
View all
Oracle QA Engineer Salary
based on 259 salaries
₹6.2 L/yr - ₹20 L/yr
126% more than the average QA Engineer Salary in India
View more details

Oracle QA Engineer Reviews and Ratings

based on 35 reviews

4.3/5

Rating in categories

4.1

Skill development

4.4

Work-Life balance

3.5

Salary & Benefits

4.3

Job Security

4.3

Company culture

3.2

Promotions/Appraisal

3.9

Work Satisfaction

Explore 35 Reviews and Ratings
QA Engineer

Bangalore / Bengaluru

1-5 Yrs

Not Disclosed

Qa Engineer

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.3k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9 L/yr - ₹24.4 L/yr

Principal Consultant
2k salaries
unlock blur

₹14 L/yr - ₹36 L/yr

Senior Member of Technical Staff
1.8k salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Senior Application Engineer
1.4k salaries
unlock blur

₹8.5 L/yr - ₹34 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.9
Compare

Salesforce

4.1
Compare

IBM

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview