Upload Button Icon Add office photos

Oracle Cerner

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple questions, easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to domain
  • Q2. Simple questions related to projects

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The question were related to Pharmacovigilance domain related to ICSRs and behavioral aspect.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and try to control your nerves during interview process because interviewer seek overall technical as well as behavioral aspect.

Interview Questionnaire 

1 Question

  • Q1. Where did you work on the specific skill required for the job?

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They asked on java and spring boot related questions then hr round after that got the offer

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company to work and it is depend on project, if you get good project then u may learn new technology

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions based on the resume.
  • Q2. About the organization
  • Q3. Why should they hire you
  • Q4. Be clear with project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear with your answers

I was interviewed before Mar 2021.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Medium

This test consisted of 10 questions with no negative marking to test my problem solving ability.

Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical Interview round with questions based on DSA and algorithms.

  • Q1. 

    Word Distance Calculation

    Given a document represented as an array/list ARR of words with length N, find the smallest distance between two given words for multiple queries. The distance is defined as the ...

  • Ans. 

    Find the smallest distance between two words in a document for multiple queries.

    • Iterate through the document to find the indices of the given words in the document array.

    • Calculate the distance between the two indices for each query.

    • Return the smallest distance or 'N' if a word from the query is not present in the document.

  • Answered by AI
  • Q2. 

    Sudoku Solver Problem Statement

    Given a 9 x 9 2D matrix 'MATRIX', where some cells are filled with digits (1-9) and others are empty (denoted by 0), determine if there is a way to fill the empty cells suc...

  • Ans. 

    The task is to determine if a given 9x9 Sudoku puzzle can be solved.

    • Check if each row, column, and 3x3 subgrid contains all numbers from 1 to 9 without repetition.

    • Iterate through each empty cell and try filling it with a valid number, then recursively check if the puzzle can be solved.

    • If all empty cells are filled without violating Sudoku rules, output 'yes'; otherwise, output 'no'.

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

You will be having 2 or 3 members per panel and questions may be from databases , object oriented programming, operating systems, Linux commands and algorithm may be asked for problems

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving at double the speed of the other

    • If the two pointers meet at any point, there is a cycle in the linked list

    • If one of the pointers reaches the end of the list (null), there is no cycle

  • Answered by AI
  • Q2. 

    Level Order Traversal Problem Statement

    Given a binary tree of integers, return the level order traversal of the binary tree.

    Input:

    The first line contains an integer 'T', representing the number of te...
  • Ans. 

    The task is to implement a function that returns the level order traversal of a binary tree given in level order.

    • Create a queue to store nodes for level order traversal

    • Start with the root node and enqueue it

    • While the queue is not empty, dequeue a node, print its value, and enqueue its children

    • Repeat until all nodes are traversed

  • Answered by AI
  • Q3. What are virtual functions?
  • Ans. 

    Virtual functions are functions in a base class that are overridden in derived classes, allowing for polymorphic behavior.

    • Virtual functions are declared in a base class with the 'virtual' keyword.

    • They are meant to be overridden in derived classes to provide specific implementations.

    • They allow for polymorphism, where a pointer to a base class can call a derived class's overridden function.

    • Example: virtual void display()

  • Answered by AI

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

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

COMPANY BENEFITS

ICICI Lombard General Insurance Company

No Benefits

INTERVIEWS

Oracle Cerner

No Interviews

LIST OF COMPANIES

ICICI Lombard General Insurance Company

Overview

JOBS

Cholamandalam Investment & Finance

No Jobs

SALARIES

Oracle Financial Services Software

JOBS

ICICI Lombard General Insurance Company

No Jobs

INTERVIEWS

Oracle Cerner

No Interviews

SALARIES

ICICI Lombard General Insurance Company

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.7
 • 5.6k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 222 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Dassault Systemes Interview Questions
4.0
 • 161 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
View all
Oracle Cerner Software Engineer Level 1 Salary
based on 202 salaries
₹6 L/yr - ₹9.2 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

₹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