Upload Button Icon Add office photos

Oracle Cerner

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Oracle Cerner Software Engineer2 Interview Questions and Answers

Updated 14 May 2024

Oracle Cerner Software Engineer2 Interview Experiences

5 interviews found

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

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on hashmap and hashset Java 8 features Previous project and company Coding questions on strings and arrays
Round 2 - Technical 

(1 Question)

  • Q1. Behavioural questions and managerial discussion on tech stack
Round 3 - Versant round 

(1 Question)

  • Q1. English vocabulary rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Baiscs on resume, Javascript basics, Promises
Round 2 - Technical 

(1 Question)

  • Q1. Js code playground, output based, find vowels in a string

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Design a Order and Cart Page in iOS. The user should be able to o ... read more
Q3. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q4. Can you describe the system design for the checkout feature on Am ... read more
Q5. Given an integer array , and a target k , we need to find the pai ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Learn basic mathematics and english comprehension concepts

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

I applied via Naukri.com and was interviewed in Mar 2022. There were 4 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 - Coding Test 

Few programming questions related to string. Reversing a string.

Round 3 - Technical 

(1 Question)

  • Q1. Related to Java 8 features and also few questions from spring boot annotations. And also they'll ask about your project and it's used technologies.
Round 4 - Other 

(1 Question)

  • Q1. Varsant English test

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and talk about your project

Oracle Cerner interview questions for designations

 Software Engineer

 (26)

 Software Developer

 (11)

 Software Analyst

 (1)

 Senior Software Engineer

 (4)

 Software Development Engineer

 (1)

 Software Developer Intern

 (1)

 Software Engineer III

 (1)

 Software Engineer Level 1

 (4)

I applied via Naukri.com and was interviewed in Mar 2022. There were 4 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 - Coding Test 

Few programming questions related to string. Reversing a string.

Round 3 - Technical 

(1 Question)

  • Q1. Related to Java 8 features and also few questions from spring boot annotations. And also they'll ask about your project and it's used technologies.
Round 4 - Other 

(1 Question)

  • Q1. Varsant English test

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and talk about your project

Interview questions from similar companies

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

I applied via Naukri.com 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 - One-on-one 

(1 Question)

  • Q1. Coding multiple choice questions
Round 3 - Coding Test 

Write code to sort numbers

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

(1 Question)

  • Q1. HL7 related question
Round 2 - One-on-one 

(1 Question)

  • Q1. Purely managerial

I applied via Naukri.com and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. String permutations with atleast 3 letters in it and first letter vowel
  • Ans. 

    Generate string permutations with first letter as vowel and atleast 3 letters

    • Create a list of vowels and a list of consonants

    • Generate all possible permutations of length 3 or more using itertools.permutations

    • Filter out permutations that do not start with a vowel

    • Join the remaining permutations into strings

  • Answered by AI
  • Q2. Oops concepts, C# concepts, palindrome of string and number
  • Q3. Questions related to mvvm wpf c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall there were 4 rounds. Interviewer were very cool. Just study all the basic concepts of c# wpf mvvm and focus on problem solving skills.

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

10 Aptitude questions with difficulty level hard were asked in this test.

  • Q1. What is the minimum number of planes required to go around the world?
  • Ans. 

    The minimum number of planes required to go around the world is one.

    • One plane can fly around the world without needing to stop.

    • The plane can refuel mid-air or carry enough fuel for the entire journey.

    • Examples: Non-stop flights like the Boeing 787 Dreamliner or Airbus A350 can circumnavigate the globe with one plane.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with questions based on data structures and algorithms. Questions about previous projects done and my roles on it and my leadership capabilities. Few technical questions from Threads and multi-processing.

  • Q1. 

    Search in a Row-wise and Column-wise Sorted Matrix Problem Statement

    You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positi...

  • Ans. 

    Given a sorted N * N matrix, find the position of a target integer 'X'.

    • Start from the top-right corner of the matrix and compare the target with the element at that position.

    • Based on the comparison, move left or down in the matrix to narrow down the search.

    • Repeat the process until the target is found or the search goes out of bounds.

    • Return the position of the target if found, else return {-1, -1}.

  • Answered by AI
  • Q2. 

    Rectangular Numbers Problem Statement

    Ninja has a number 'N'. Your task is to generate a pattern where the outer rectangle is filled with the number 'N', and as you move inward, the numbers decrease conse...

  • Ans. 

    Generate a pattern with outer rectangle filled with number 'N' and decreasing consecutively inward.

    • Start by filling the outermost rectangle with the number 'N'.

    • Decrease the numbers consecutively as you move inward towards the center.

    • Continue this pattern until you reach the center of the rectangle.

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

DSA based questions were asked in this round. Questions on implementation of Linux directory structure were also asked.

  • Q1. 

    Binary Array Sorting Problem Statement

    You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting.

    Input:

     The fir...
  • Ans. 

    Yes, the binary array sorting problem can be solved in linear time and constant space using a single traversal.

    • Use two pointers approach to swap 0s to the left and 1s to the right.

    • Maintain two pointers, one for 0s and one for 1s, and swap elements accordingly.

    • Example: Input: [1, 0, 1, 0, 1], Output: [0, 0, 1, 1, 1]

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater ele...

  • Ans. 

    The task is to find the next greater element for each element in an array to its right, if no greater element exists, return -1.

    • Iterate through the array from right to left and use a stack to keep track of elements.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Store the next greater element for each element in the output array.

  • Answered by AI
  • Q3. What is the difference between Binary Search Trees (BST) and Tries?
  • Ans. 

    BST is a binary tree structure where each node has at most two children, while Tries are tree structures used for storing strings.

    • BST is used for searching, inserting, and deleting elements in a sorted manner.

    • Tries are used for storing and searching strings efficiently.

    • BST has a hierarchical structure with left and right child nodes.

    • Tries have nodes representing characters, forming a tree-like structure for strings.

    • Exa...

  • Answered by AI
Round 4 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round. Questions about previous projects and current one were asked. I was also asked about aptitude problems from the first round and how I understood and approached towards solution?

  • Q1. 

    N Queens Problem

    Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

    Explanation:

    A queen can attack another queen if they ar...

  • Ans. 

    The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard without threatening each other.

    • Use backtracking algorithm to explore all possible configurations.

    • Keep track of rows, columns, and diagonals to ensure queens do not threaten each other.

    • Generate valid configurations recursively and backtrack when a solution is not possible.

  • Answered by AI
  • Q2. 

    Form a Triangle Problem Statement

    You are provided with an integer array/list ARR of length N. Your task is to determine if it is possible to construct at least one non-degenerate triangle using the value...

  • Ans. 

    Check if it is possible to form a non-degenerate triangle using the sides provided in the array.

    • Check if the sum of any two sides is greater than the third side for all combinations.

    • If any such combination exists, return true; otherwise, return false.

    • Handle multiple test cases as per the constraints provided.

  • Answered by AI
Round 5 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Behavioral questions and team skills were discussed in this round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAAthenahealth interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Sep 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about the Summer Project
  • Ans. 

    Developed a web application for tracking student attendance and performance

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Integrated authentication and authorization features for secure access

  • Answered by AI
  • Q2. Questions on Sql Dbms Java C
  • Q3. Basic Programming Question
  • Q4. Questions on hobbies and CV related

Interview Preparation Tips

Round: Technical Interview
Experience: Use diagrams to describe your project and the interviewer should fully understand your project
Tips: Be Clear and say things which you know

Round: HR Interview
Experience: She asked me about everything related to my hobbies.
Tips: Don't lie about your Interests and Hobbies in CV. Know everything there is to know about the hobbies which you have specified.

Skills: C Programming, Java Programming, SQL, Basic Knowledge Of DBMS, Problem Solving Abilties
College Name: BP Poddar Institute OF Management & Technology
Contribute & help others!
anonymous
You can choose to be anonymous

Oracle Cerner Interview FAQs

How many rounds are there in Oracle Cerner Software Engineer2 interview?
Oracle Cerner interview process usually has 3 rounds. The most common rounds in the Oracle Cerner interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Oracle Cerner Software Engineer2 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 Java, SQL, GIT, Spring and AWS.
What are the top questions asked in Oracle Cerner Software Engineer2 interview?

Some of the top questions asked at the Oracle Cerner Software Engineer2 interview -

  1. Behavioural questions and managerial discussion on tech st...read more
  2. js code playground, output based, find vowels in a str...read more
  3. Baiscs on resume, Javascript basics, Promi...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Standard Chartered

SALARIES

Standard Chartered

SALARIES

NextComm Corporation

SALARIES

NextComm Corporation

SALARIES

Standard Chartered

SALARIES

NextComm Corporation

SALARIES

Standard Chartered

SALARIES

Standard Chartered

Tell us how to improve this page.

Oracle Cerner Software Engineer2 Interview Process

based on 6 interviews

Interview experience

4.2
  
Good
View more
Oracle Cerner Software Engineer2 Salary
based on 263 salaries
₹7.5 L/yr - ₹16 L/yr
44% less than the average Software Engineer2 Salary in India
View more details

Oracle Cerner Software Engineer2 Reviews and Ratings

based on 32 reviews

3.5/5

Rating in categories

3.0

Skill development

3.9

Work-life balance

2.8

Salary

3.8

Job security

3.7

Company culture

2.3

Promotions

3.2

Work satisfaction

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