Upload Button Icon Add office photos

Oracle Cerner

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Oracle Cerner Softwaretest Engineer Interview Questions and Answers

Updated 10 Nov 2024

Oracle Cerner Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the importance of manual testing when compared to automation testing
  • Ans. 

    Manual testing is important for exploratory testing, usability testing, and ad-hoc testing.

    • Manual testing allows for exploratory testing where testers can explore the application and identify unexpected issues.

    • Usability testing, which involves real users interacting with the software, is best done manually to capture user experience.

    • Ad-hoc testing, where testers randomly test the application without predefined test cas...

  • Answered by AI
  • Q2. Real life scenario on web application testing
  • Ans. 

    Testing a web application for an online shopping platform

    • Testing the functionality of adding items to the cart and checking out

    • Testing the payment gateway integration for secure transactions

    • Testing the search functionality to ensure accurate results are displayed

    • Testing the responsiveness of the website on different devices and browsers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If some one want to apply any of the job in this company then please do have some experience even though they mentioned for freshers bsc, however you do your interview as best as possible at last they gonna reject bsc of lack of experience. Same happened to me.So plzz only attened any Oracle company interview if you have experience.

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic test difficulty level was decent. Mathematics and reasoning based.

Round 2 - Coding Test 

Coding questions on basic DSA . Difficulty level was medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and never give up. You will make it to your dream company. Just try to gain practical experience by internships or projects.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is interrupt vector table
  • Ans. 

    Interrupt vector table is a data structure that maps interrupt numbers to their corresponding interrupt service routines.

    • It is used in microcontrollers and operating systems to handle interrupts.

    • Each entry in the table contains the address of the interrupt service routine for a specific interrupt.

    • When an interrupt occurs, the processor looks up the corresponding entry in the table to find the address of the ISR to exec...

  • Answered by AI
  • Q2. C program to pass array in function
  • Ans. 

    Passing array of strings in a C function

    • Declare the function prototype with array parameter

    • Pass the array as argument when calling the function

    • Access elements of the array within the function

    • Example: void printStrings(char *strings[], int size) { }

  • Answered by AI

Skills evaluated in this interview

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 Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Multiple choice question based on data structure, DBMS, os, 2 coding question.

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting algorithm,
  • Q2. Solve question using recursion
Round 3 - Technical 

(2 Questions)

  • Q1. Project related information
  • Q2. Java, oops. Java vs c+ +
  • Ans. 

    Java and C++ are both object-oriented programming languages, but Java is platform-independent while C++ is platform-dependent.

    • Java is platform-independent, meaning it can run on any platform with the help of JVM (Java Virtual Machine)

    • C++ is platform-dependent, as it needs to be compiled separately for each platform

    • Java has automatic garbage collection, while in C++ memory management is manual

    • Java does not support point...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with a passion for ensuring quality in software products.

    • Experienced in creating test plans and test cases

    • Proficient in automated testing tools such as Selenium

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Why this role attracts you? Why Philips?

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2022. There were 2 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 

Good

Interview Preparation Tips

Topics to prepare for Philips Softwaretest Engineer interview:
  • Manual Testing
Interview preparation tips for other job seekers - Good company build in new career in this company for the fresher
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Bdd framework oops

I applied via Company Website and was interviewed in May 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 

(1 Question)

  • Q1. Explained agile methodologies
  • Ans. 

    Agile methodologies are iterative and incremental approaches to software development that prioritize customer satisfaction and adaptability.

    • Agile emphasizes collaboration and communication between team members and stakeholders

    • It values working software over comprehensive documentation

    • It involves frequent testing and feedback to ensure quality and responsiveness

    • Examples of agile methodologies include Scrum, Kanban, and

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your Expected ctc.

Interview Preparation Tips

Topics to prepare for Cognizant Softwaretest Engineer interview:
  • Manual Testing
Interview preparation tips for other job seekers - Good work environment and good luck. And also new technologies that offers Financial advisory services.

I applied via Recruitment Consulltant and was interviewed in Aug 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 

(1 Question)

  • Q1. 1.project related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary decisions only

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare manual and automation interview questions and your current project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are the types of locators used in cypress
  • Ans. 

    The types of locators used in Cypress are CSS selectors, XPath selectors, and custom locators.

    • CSS selectors are the most commonly used locators in Cypress and are used to select elements based on their attributes, classes, or IDs.

    • XPath selectors are used to locate elements based on their position in the HTML document or their attributes.

    • Custom locators can be created using Cypress commands like 'get' and 'contains' to

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Softwaretest Engineer interview:
  • Cypress

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Qa engineer .............. . .. . .. ... .. ... ... ... ... .... .... .... ...... ..... ........ .... .... .... ..... .. . . . . .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong in basics and explain real time experience roles and responsibilities
Contribute & help others!
anonymous
You can choose to be anonymous

Oracle Cerner Interview FAQs

How many rounds are there in Oracle Cerner Softwaretest Engineer interview?
Oracle Cerner interview process usually has 1 rounds. The most common rounds in the Oracle Cerner interview process are Technical.
What are the top questions asked in Oracle Cerner Softwaretest Engineer interview?

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

  1. What is the importance of manual testing when compared to automation test...read more
  2. Real life scenario on web application test...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Cholamandalam Investment & Finance

JOBS

Cholamandalam Investment & Finance

No Jobs

LIST OF COMPANIES

Discover companies

Find best workplace

REVIEWS

Cholamandalam Investment & Finance

No Reviews

SALARIES

Oracle Financial Services Software

No Salaries

INTERVIEWS

Oracle Cerner

No Interviews

SALARIES

Oracle Financial Services Software

No Salaries

SALARIES

Cholamandalam Investment & Finance

Tell us how to improve this page.

Oracle Cerner Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Oracle Cerner Softwaretest Engineer Salary
based on 46 salaries
₹3.5 L/yr - ₹10.2 L/yr
35% more than the average Softwaretest Engineer Salary in India
View more details

Oracle Cerner Softwaretest Engineer Reviews and Ratings

based on 14 reviews

3.9/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.6

Salary

3.1

Job security

4.0

Company culture

2.6

Promotions

4.2

Work satisfaction

Explore 14 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