Upload Button Icon Add office photos

Filter interviews by

Oracle Cerner Software Engineer Level 1 Interview Questions and Answers

Updated 7 Jun 2023

Oracle Cerner Software Engineer Level 1 Interview Experiences

4 interviews found

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

I applied via Referral and was interviewed in Dec 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to SQL
  • Q2. Few Aptitude Questions as well
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to SQL
  • Q2. Joins with DDL, DML
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used in SQL to retrieve data from multiple tables based on a related column

    • DDL (Data Definition Language) is used to define the structure of database objects like tables, views, etc.

    • DML (Data Manipulation Language) is used to manipulate data in the database like inserting, updating, deleting records

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, C, DBMS previous company roles and responsibilities Behavioral questions
Round 2 - Technical 

(1 Question)

  • Q1. SQL C Oops Data structure Behavioral question
Round 3 - Versant Test 

(1 Question)

  • Q1. Verbal communication test by Pearson 60/100 is cutoff to clear

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL is important

Behavioral questions

Good communication

Software Engineer Level 1 Interview Questions Asked at Other Companies

asked in PayPal
Q1. Input a file. Select first 3 lines of the file. Select the longes ... read more
asked in PayPal
Q2. But amazon can do the search in O(n). Why it has to go for O(nk)? ... read more
asked in PayPal
Q3. When you search for a particular product in amazon, it displays s ... read more
asked in PayPal
Q4. There exists a 3x3 matrix, start from the first element reach the ... read more
Q5. 1. Abstraction Vs Interface 2. Sealed class 3. why do we use a pr ... read more

I applied via Campus Placement and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Most questions based on oops concepts(theory). At the interviewer asked me to write any searching or sorting algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good on basics. If you don't know the answer just tell that you don't know(in polite way).

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. ER diagrams concepts
  • Q2. SQL Joins and types of sql statements
  • Ans. 

    SQL Joins are used to combine data from multiple tables. There are four types of SQL statements: SELECT, INSERT, UPDATE, and DELETE.

    • SQL Joins are used to combine data from two or more tables based on a related column between them.

    • The four types of SQL statements are SELECT, INSERT, UPDATE, and DELETE.

    • SELECT is used to retrieve data from one or more tables.

    • INSERT is used to add new data to a table.

    • UPDATE is used to modi...

  • Answered by AI
  • Q3. Java string and APIs
  • Q4. A simple loop code was given to find out the time complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews questions were very basic. If your basics are clear they know that you are a trainable resource. As there are wide variety of projects in Cerner, so just the fundamemtals need to be in place, rest they coach you in the 3-6months training period.

Skills evaluated in this interview

Oracle Cerner interview questions for designations

 Software Engineer

 (26)

 System Engineer 1

 (1)

 Senior Software Engineer

 (4)

 Software Development Engineer

 (1)

 Software Engineer III

 (1)

 Software Development Engineer II

 (1)

 Senior Associate Software Engineer

 (1)

 Software Developer

 (11)

Interview questions from similar companies

I applied via campus placement at Inderprastha Engineering College, Ghaziabad and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

There were some technical questions MCQ based. Then there were 2 coding questions,i don't remember the questions exactly ,but one was a medium level array manipulation question and the other was medium level string manipulation question.

Round 2 - Aptitude Test 

The round was of 1 hour .SHL platform conducts the Aptitude and Verbal Reasoning. It had two sections, first was a numerical ability which had questions mostly on Data interpretation (Tables, Bar graphs, and Pie charts). Calculators were allowed however you had to be extremely fast in your calculations as the timing constraints were very strict and you could not go back to the previous question. The second section was verbal reasoning which was mostly reading comprehension based. I was preparing for GMAT so I was all brushed up. I would recommend to go through the SHL sample papers to become familiar with the format of aptitude and Verbal reasoning questions.

Round 3 - HR 

(1 Question)

  • Q1. It went for about 1.25 hours. TR round : The interviewer was very supportive and wanted a healthy discussion. First he asked about my project and questions based on my project. Q1.He asked me what is 4...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the SHL format and focus on logic building.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops, .net framework and .net core
  • Q2. Sql query for student department id
  • Ans. 

    SQL query to retrieve student department id.

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected, including the department id column

    • Specify the table where the student data is stored

    • Use WHERE clause to filter the results based on student information

  • Answered by AI
  • Q3. Solid principles and design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to code palindrome
  • Q2. Code duplicate string from main string and get index of sub string
  • Ans. 

    Code to find index of sub string in main string and duplicate the sub string

    • Use a loop to iterate through the main string and check for the sub string

    • If sub string is found, duplicate it and store the index

    • Return the index of the duplicated sub string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Manager asked me to code the count index of substring and sum of substring
  • Q2. Questions as HR informed, it was worst and all interviews were scheduled at night time.he was more technical than the second round team lead instead of asking manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - worst manager round and salary is also provided less compared to market rate.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Written coding test
Basic coding questions
Only c c++
Easy level

Round 2 - Technical 

(2 Questions)

  • Q1. Bit manipulation
  • Q2. Rtos concepts,c coding concepts like structures,pointers
Round 3 - Technical 

(2 Questions)

  • Q1. About projects more detailly
  • Q2. About memory management and layout in c
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Bubble sort and array was given
  • Q2. Create binary tree
  • Ans. 

    A binary tree is a data structure where each node has at most two children.

    • Start by creating a Node class with left and right child pointers.

    • Implement methods to insert, search, and delete nodes in the tree.

    • Consider different traversal methods like inorder, preorder, and postorder.

  • Answered by AI
  • Q3. HightBuilding Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - just go through strivers videos

Skills evaluated in this interview

Oracle Cerner Interview FAQs

How many rounds are there in Oracle Cerner Software Engineer Level 1 interview?
Oracle Cerner interview process usually has 3-4 rounds. The most common rounds in the Oracle Cerner interview process are Technical and Resume Shortlist.
How to prepare for Oracle Cerner Software Engineer Level 1 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 Healthcare, Debugging, Information Technology, SQL and Computer science.
What are the top questions asked in Oracle Cerner Software Engineer Level 1 interview?

Some of the top questions asked at the Oracle Cerner Software Engineer Level 1 interview -

  1. SQL Joins and types of sql stateme...read more
  2. Joins with DDL, ...read more
  3. Most questions based on oops concepts(theory). At the interviewer asked me to w...read more

Tell us how to improve this page.

Oracle Cerner Software Engineer Level 1 Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amdocs Interview Questions
3.8
 • 529 Interviews
Salesforce Interview Questions
4.0
 • 270 Interviews
Adobe Interview Questions
4.0
 • 249 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 169 Interviews
Chetu Interview Questions
3.3
 • 166 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
View all
Oracle Cerner Software Engineer Level 1 Salary
based on 198 salaries
₹6 L/yr - ₹9 L/yr
20% less than the average Software Engineer Level 1 Salary in India
View more details

Oracle Cerner Software Engineer Level 1 Reviews and Ratings

based on 40 reviews

3.2/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

2.8

Salary

3.2

Job security

3.3

Company culture

2.2

Promotions

3.0

Work satisfaction

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

₹5 L/yr - ₹15 L/yr

System Engineer
458 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Senior Software Engineer
419 salaries
unlock blur

₹6.7 L/yr - ₹26.1 L/yr

Automation Test Engineer
359 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