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

Filter interviews by

Oracle Senior Automation Test Engineer Interview Questions and Answers

Updated 30 May 2024

Oracle Senior Automation Test Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Programs on strings and collections
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is TestNG and its Real time usage
  • Ans. 

    TestNG is a testing framework for Java that supports various testing levels and annotations.

    • TestNG allows for easy configuration of test suites, test cases, and test methods.

    • It supports parallel execution of tests, data-driven testing, and parameterization.

    • TestNG provides detailed test reports and allows for grouping of test methods.

    • Real-time usage includes automating test cases for web applications, API testing, and i

  • Answered by AI

Skills evaluated in this interview

Senior Automation Test Engineer Interview Questions Asked at Other Companies

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) w ... read more
asked in Capgemini
Q2. what are the different types of datatypes in python?
asked in Capgemini
Q3. how do you concatenate a string and integer? is it possible ?
asked in Capgemini
Q4. what is xpath ? How do you find an element ? what is the differen ... read more
asked in Capgemini
Q5. if some data is not found on the page, do page refresh and how do ... read more

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1.Asked questions related to selenium framework2.asked about load balancer3. Questions related to db queries on subqueries
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question based on resume
  • Q2. Count occurrences of each character in a string
  • Ans. 

    Count occurrences of each character in a string

    • Create a map to store character counts

    • Iterate through the string and update counts in the map

    • Return the map with character counts

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java programming
  • Q2. Explain framework
  • Ans. 

    Framework is a structured set of guidelines, tools, and practices used to develop and maintain software applications.

    • Framework provides a foundation for developing software applications by defining the structure, behavior, and interactions of components.

    • It helps in organizing code, improving code reusability, and enhancing maintainability.

    • Frameworks can be categorized into different types such as test automation framew...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about Oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q2. What is the difference between Abstract class and Interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while Interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while Interface cannot have any implementation.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to provide a common base for multiple classes, while Interfaces are used to define a contrac...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write xpath for makemy trip application
  • Ans. 

    XPath for locating elements on MakeMyTrip application

    • Use unique attributes like id, class, name, etc. to create XPath

    • Avoid using indexes in XPath as they can be unreliable

    • Use contains() and starts-with() functions for dynamic attributes

    • Consider using parent-child relationships for complex structures

  • Answered by AI
  • Q2. Exception handling , stale element exception

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

6 questions asked in an interview

Round 2 - Technical 

(2 Questions)

  • Q1. Slider window problem
  • Ans. 

    The slider window problem involves finding the maximum sum of a subarray of a fixed size k within an array of integers.

    • Use a sliding window approach to efficiently find the maximum sum subarray.

    • Keep track of the current sum within the window and update it as you slide the window.

    • Maintain a variable to store the maximum sum found so far.

    • Example: Given array [1, 3, -1, -3, 5, 3, 6, 7] and window size k=3, the maximum sum

  • Answered by AI
  • Q2. Stock buy sell problem
  • Ans. 

    The stock buy sell problem involves finding the maximum profit that can be made by buying and selling a stock at the right times.

    • Calculate the difference between each pair of consecutive prices in the array

    • Find the maximum subarray sum of the differences using Kadane's algorithm

    • The maximum subarray sum is the maximum profit that can be made

  • Answered by AI

Skills evaluated in this interview

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

2 array question 1 on sorting other one is for searching

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

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 dsa questions 1 hour time limit. easy-medium level

Round 2 - Technical 

(1 Question)

  • Q1. Questions on python,c,c++. OOPS and DSA questions
Round 3 - Technical 

(1 Question)

  • Q1. Implementations of projects mentioned on my resume, couple of DSA questions

Oracle Interview FAQs

How many rounds are there in Oracle Senior Automation Test Engineer interview?
Oracle interview process usually has 1 rounds. The most common rounds in the Oracle interview process are Technical and One-on-one Round.
How to prepare for Oracle Senior Automation Test 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, Java, Automation Framework, Linux and SDET.
What are the top questions asked in Oracle Senior Automation Test Engineer interview?

Some of the top questions asked at the Oracle Senior Automation Test Engineer interview -

  1. What is TestNG and its Real time us...read more
  2. Programs on strings and collecti...read more

Tell us how to improve this page.

Oracle Senior Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Google Interview Questions
4.4
 • 871 Interviews
Amdocs Interview Questions
3.8
 • 532 Interviews
Zoho Interview Questions
4.3
 • 513 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
View all
Oracle Senior Automation Test Engineer Salary
based on 41 salaries
₹9 L/yr - ₹32 L/yr
37% more than the average Senior Automation Test Engineer Salary in India
View more details

Oracle Senior Automation Test Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

3.0

Salary

2.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
2.4k salaries
unlock blur

₹10.2 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9 L/yr - ₹24.9 L/yr

Principal Consultant
2k salaries
unlock blur

₹10.9 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

₹9.5 L/yr - ₹34 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
Compare

Salesforce

4.1
Compare

IBM

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview