Upload Button Icon Add office photos

Oracle Cerner

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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)

 Storage Engineer

 (1)

 Softwaretest 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 Resume 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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Selenium webdriver basic knowledge. CI and AWS/Azure
  • Q2. What do you understand about ad hoc testing?
  • Ans. 

    Ad hoc testing is informal testing without any predefined test cases or plans.

    • Ad hoc testing is performed without any specific guidelines or documentation.

    • It is usually done randomly to explore the system and find defects.

    • Testers use their domain knowledge and experience to perform ad hoc testing.

    • Ad hoc testing can be useful for uncovering unexpected issues in the software.

    • Example: Clicking randomly on different button...

  • Answered by AI
  • Q3. What should be added to automation?
  • Ans. 

    Automation should include continuous integration, robust error handling, and integration testing.

    • Implement continuous integration to ensure code is regularly tested and integrated.

    • Include robust error handling to catch and handle exceptions during automation execution.

    • Integrate automation tests with other systems for end-to-end testing.

    • Consider adding performance testing to automation suite for comprehensive testing.

    • Ut...

  • Answered by AI
  • Q4. How to reverse and count individual character in a string
  • Ans. 

    To reverse and count individual characters in a string, iterate through the string and store each character count in a map.

    • Iterate through the string and store each character count in a map

    • Reverse the string by iterating from the end to the beginning

    • Count the individual characters by checking the map for each character

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Work under stress, how to react

Skills evaluated in this interview

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Discussion with panel
Round 3 - HR 

(1 Question)

  • Q1. Discussion with hr manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was nice. Panel members has lot of knowledge.
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Standard Chartered

SALARIES

Standard Chartered

SALARIES

Standard Chartered

SALARIES

NextComm Corporation

SALARIES

NextComm Corporation

SALARIES

Standard Chartered

SALARIES

NextComm Corporation

SALARIES

Standard Chartered

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 362 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 48 reviews

3.6/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 48 Reviews and Ratings
Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
533 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
402 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
362 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
300 salaries
unlock blur

₹0 L/yr - ₹0 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