Upload Button Icon Add office photos

Oracle Cerner

Compare button icon Compare button icon Compare

Filter interviews by

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 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 Developer Intern

 (1)

 Software Development Engineer

 (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 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

I applied via LinkedIn and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C++ basic questions, also asked me to run few programs on online gdb

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your primary skill set very well, data structure and algorithm is also mandatory also a little bit of system design.

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java, SQL, java framework, weblogic and OMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic. Just be honest in what you know and you will succeed

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

Timing was in the afternoon. 
The platform was easy to operate and worked on considerable speed. 
Both the webcam and audio was supposed to be ON during the test duration.
We could switch between the questions of the same section in case we wanted to change the answers.

  • Q1. 

    Minimum Spanning Tree Problem Statement

    You are provided with an undirected, connected, and weighted graph G(V, E). The graph comprises V vertices (numbered from 0 to V-1) and E edges.

    Determine and retu...

  • Ans. 

    Find the total weight of the Minimum Spanning Tree in a graph using Kruskal's algorithm.

    • Implement Kruskal's algorithm to find the Minimum Spanning Tree.

    • Sort the edges based on their weights and add them to the MST if they don't form a cycle.

    • Keep track of the total weight of the MST and return it as the output.

  • Answered by AI
  • Q2. 

    Maximum Points On Straight Line Problem Statement

    You are provided with a 2-D plane and a set of integer coordinates. Your task is to determine the maximum number of these coordinates that can be aligned ...

  • Ans. 

    Find the maximum number of points that can be aligned in a straight line on a 2-D plane.

    • Iterate through each pair of points and calculate the slope between them.

    • Store the slope in a hashmap and keep track of the frequency of each slope.

    • The maximum frequency of slopes + 1 gives the maximum number of points on a straight line.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria6 CGPAAmdocs interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, DBMSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : You should be very fluent in each and every data structure that you have studied so that you are able to answer even the trickiest question by knowing the basics. This will happen only if you have tried enough questions on different platforms.
Tip 2 : Object Oriented Programming is the easiest and the most underrated concept. In every interview I have given so far, they have asked me the OOPs concepts. I have learnt and understood each and every basic concept of OOPs, primarily from the videos of Coding Ninjas which have polished my skill in this area and now I can answer any question of this topic. 
Tip 3 : The projects that you have done in your college life should be on your tips. You should know each and every little detail of it, and sometimes the interviewer may also ask what would happen if you changed some things in your project, so you should be clear with it's working and how would your project work after changing some specifications.

Application resume tips for other job seekers

Tip 1 : Highlight your technical skills and write only the things from which you will be comfortable answering from.
Tip 2 : Try to maximize the number of technical achievements on the resume and minimize the extra curricular part.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. RPA Development Automation Anywhere V11 questions.Scenarios,Ui automation,SAP automation,Excel Automation,Power automate desktop

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a Hands on experience and Clear understanding of your Skill and Project.

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

Tell us how to improve this page.

Oracle Cerner Software Engineer2 Interview Process

based on 6 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 864 Interviews
Amdocs Interview Questions
3.7
 • 517 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 175 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
Dassault Systemes Interview Questions
4.0
 • 164 Interviews
Freshworks Interview Questions
3.5
 • 164 Interviews
View all
Oracle Cerner Software Engineer2 Salary
based on 261 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

₹5 L/yr - ₹13.4 L/yr

System Engineer
533 salaries
unlock blur

₹4.8 L/yr - ₹10.1 L/yr

Senior Software Engineer
420 salaries
unlock blur

₹8 L/yr - ₹31.1 L/yr

Automation Test Engineer
366 salaries
unlock blur

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

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

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