Upload Button Icon Add office photos

Oracle Cerner

Compare button icon Compare button icon Compare

Filter interviews by

Oracle Cerner Automation Test Engineer Interview Questions and Answers

Updated 4 Nov 2024

Oracle Cerner Automation Test Engineer Interview Experiences

8 interviews found

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to playwright and selenium
Round 2 - HR 

(1 Question)

  • Q1. Behavioural questions

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Online Versant round 

(2 Questions)

  • Q1. English fluency test
  • Q2. English written test
Round 2 - Technical 

(2 Questions)

  • Q1. Java inheritance
  • Q2. Selenium related questions

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. For my interview ,the interviewers are cool &they taken interview very smoothly manner.
  • Q2. They asked questions on java oops concepts ,manual on BBT ,SQL on SQL languages , automation on xpath locators and some personal questions related on us
  • Q3. They conducted two rounds of interviews first is versant then technical 1 and technical 2

Interview Preparation Tips

Interview preparation tips for other job seekers - I liked the interview rounds and interviewers they handled very smooth manner

Oracle Cerner interview questions for designations

 Senior Test Engineer

 (1)

 Test Analyst

 (4)

 Senior Test Analyst

 (1)

 Software Engineer

 (26)

 System Engineer

 (12)

 Network Engineer

 (2)

 Softwaretest Engineer

 (1)

 Storage Engineer

 (1)

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

All objective questions of Basic aptitude questions, English, and any relevant language like java, python

Round 3 - Group Discussion 

Some topic will be given in a group of 6-10 people and need to speak on that for a min or two.

Round 4 - One-on-one 

(1 Question)

  • Q1. About your projects and skill. Some coding questions.
Round 5 - Versant Test 

(1 Question)

  • Q1. To check English compatibility.

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Few questions regarding my role, experience.
  • Q2. Few questions on selenium
Round 2 - Technical 

(2 Questions)

  • Q1. Question related to API testing
  • Q2. Manual testing related questions
Round 3 - English test 

(1 Question)

  • Q1. Some questions to test on the ability of speaking, listening and writing

Interview Preparation Tips

Interview preparation tips for other job seekers - you can prepare selenium and API related stuff

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1)Program to read/write data using eggplant
  • Ans. 

    Eggplant can read/write data using its built-in scripting language SenseTalk.

    • Use the 'put' command to write data to a file or variable.

    • Use the 'read' command to read data from a file or variable.

    • Eggplant also supports reading/writing data to databases and spreadsheets.

    • Example: put "Hello World" into myVariable; read myVariable

    • Example: put "123" into file "myFile.txt"; read file "myFile.txt"

  • Answered by AI
  • Q2. 2)Basic programs using Java
  • Q3. 3) Different methods to identify an object using eggplant
  • Ans. 

    Different methods to identify an object using eggplant

    • Using text recognition

    • Using image recognition

    • Using coordinates

    • Using attributes

    • Using tags

  • Answered by AI
  • Q4. Etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the basics of any programming language(java/python)
Have a basic understanding of SQL

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Good got offer and accepted

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing general questions and defects metrics
Round 2 - Technical 

(1 Question)

  • Q1. Overall testing concepts and latest trends
Round 3 - One-on-one 

(1 Question)

  • Q1. Logical question and situations related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were general as per the JD mentioned

Oracle Cerner Interview FAQs

How many rounds are there in Oracle Cerner Automation Test Engineer interview?
Oracle Cerner interview process usually has 2-3 rounds. The most common rounds in the Oracle Cerner interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Oracle Cerner 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 Cerner. The most common topics and skills that interviewers at Oracle Cerner expect are Automation Testing, Test execution, Healthcare, Computer science and Continuous Integration.
What are the top questions asked in Oracle Cerner Automation Test Engineer interview?

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

  1. 3) Different methods to identify an object using eggpl...read more
  2. 1)Program to read/write data using eggpl...read more
  3. They asked questions on java oops concepts ,manual on BBT ,SQL on SQL languages...read more

Tell us how to improve this page.

Oracle Cerner Automation Test Engineer Interview Process

based on 4 interviews

2 Interview rounds

  • HR Round
  • Technical Round
View more
Oracle Cerner Automation Test Engineer Salary
based on 347 salaries
₹5.2 L/yr - ₹10 L/yr
At par with the average Automation Test Engineer Salary in India
View more details

Oracle Cerner Automation Test Engineer Reviews and Ratings

based on 47 reviews

3.5/5

Rating in categories

2.8

Skill development

3.8

Work-life balance

3.0

Salary

3.8

Job security

3.5

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 47 Reviews and Ratings
Software Engineer
1.1k salaries
unlock blur

₹5 L/yr - ₹10.1 L/yr

System Engineer
453 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Senior Software Engineer
420 salaries
unlock blur

₹6.7 L/yr - ₹28.3 L/yr

Automation Test Engineer
347 salaries
unlock blur

₹5.2 L/yr - ₹10 L/yr

Software Engineer II
300 salaries
unlock blur

₹7.5 L/yr - ₹13.3 L/yr

Explore more salaries
Compare Oracle Cerner with

Siemens

4.1
Compare

Veradigm

4.0
Compare

McKesson

4.5
Compare

Siemens Healthineers

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