Upload Button Icon Add office photos

Filter interviews by

Oracle Cerner Senior Technical Staff Member 1 Interview Questions, Process, and Tips

Updated 28 Nov 2024

Top Oracle Cerner Senior Technical Staff Member 1 Interview Questions and Answers

Oracle Cerner Senior Technical Staff Member 1 Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hash...

  • Answered by AI
  • Q2. Find Anagram from string array
  • Ans. 

    Find anagrams from a string array

    • Iterate through each string in the array

    • Sort the characters of each string to create a key for comparison

    • Use a hashmap to group anagrams together

    • Return the grouped anagrams as arrays

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Top view of binary Tree
  • Ans. 

    A top view of a binary tree shows the nodes visible when looking at the tree from the top.

    • The top view of a binary tree is the set of nodes visible when looking at the tree from the top.

    • Nodes at the same horizontal distance from the root are considered at the same level.

    • Use a map to store the horizontal distance of each node and only keep the first node encountered at each horizontal distance.

  • Answered by AI
  • Q2. Java based questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Hight of binary tree
  • Ans. 

    Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.

    • Height of an empty tree is -1

    • Height of a tree with only one node is 0

    • Height of a binary tree can be calculated recursively by finding the height of left and right subtrees and adding 1 to the maximum of the two heights

  • Answered by AI
  • Q2. Garbage Collector
Round 4 - One-on-one 

(1 Question)

  • Q1. Library Management System

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. React based question
  • Q2. Auto complete component

Senior Technical Staff Member 1 Interview Questions Asked at Other Companies

asked in Salesforce
Q1. how to handle dynamic web elements
Q2. find Anagram from string array
Q3. Internal working of hashmap
Q4. Top view of binary Tree
Q5. Hight of binary tree

Interview questions from similar companies

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

(1 Question)

  • Q1. Design parking lot
  • Ans. 

    Design a parking lot with efficient layout and features

    • Consider the size and layout of the parking lot

    • Include designated spots for different types of vehicles (compact, regular, handicapped)

    • Implement a clear signage system for easy navigation

    • Incorporate security measures such as lighting and surveillance cameras

    • Include payment options for parking fees (e.g. ticket machines, mobile app)

    • Consider environmental factors lik

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - While I was giving my last round, in between I got an email that I am not selected. Worst experience ever.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

A coding question and different questions on computer networks and os

Round 3 - Technical 

(1 Question)

  • Q1. It was a techincal one on one round and questions on python were asked
Round 4 - Technical 

(1 Question)

  • Q1. Techincal with a panel and in depth knowledge of os and a few linked list questions were asked to detect and remove loop
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Software Testing Process Coding questions Puzzle
  • Q2. How to get individual character from string
  • Ans. 

    Use indexing to access individual characters from a string.

    • Use square brackets and the index number to access a specific character in the string.

    • Remember that indexing starts at 0 in most programming languages.

    • Example: str = 'hello', to get the first character 'h', use str[0].

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse linked list
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Oracle RDBMS concepts, core java, data structures

Round 3 - One-on-one 

(1 Question)

  • Q1. More like a discussion
Round 1 - One-on-one 

(1 Question)

  • Q1. Data Structures, Core Java
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring boot, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic programs. Basic unit tests. Basic Rest API
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Hyderabad and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was basic DSA round consisting of DP question and Graph question.

Round 2 - Technical 

(1 Question)

  • Q1. 2 Technical Rounds with standard DSA of around 1300 codeforces level. OS was also asked.
Round 3 - HR 

(1 Question)

  • Q1. Final HR round asking general questions about myself and my future goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have faith in yourself and have unique approach towards problem solving.

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic Coding questions around LRU Cache and Top View Tree Traversal

Round 2 - Coding Test 

Multi threading and Internal Working of Hash Map!

Round 3 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 5 - HR 

(1 Question)

  • Q1. Behavioural Questions

Interview Preparation Tips

Topics to prepare for VMware Software Member Technical Staff interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Good knowledge in Java if applying for Java Background and medium level Data Structures knowledge is essential

Oracle Cerner Interview FAQs

How many rounds are there in Oracle Cerner Senior Technical Staff Member 1 interview?
Oracle Cerner interview process usually has 2-3 rounds. The most common rounds in the Oracle Cerner interview process are One-on-one Round and Technical.
What are the top questions asked in Oracle Cerner Senior Technical Staff Member 1 interview?

Some of the top questions asked at the Oracle Cerner Senior Technical Staff Member 1 interview -

  1. find Anagram from string ar...read more
  2. Internal working of hash...read more
  3. Top view of binary T...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Oracle Cerner interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amdocs Interview Questions
3.8
 • 523 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
24/7 Customer Interview Questions
3.5
 • 174 Interviews
Globant Interview Questions
3.9
 • 167 Interviews
Chetu Interview Questions
3.3
 • 163 Interviews
Dassault Systemes Interview Questions
4.0
 • 156 Interviews
View all
Oracle Cerner Senior Technical Staff Member 1 Salary
based on 4 salaries
₹47.5 L/yr - ₹52.5 L/yr
96% more than the average Senior Technical Staff Member 1 Salary in India
View more details
Software Engineer
1.1k salaries
unlock blur

₹5 L/yr - ₹15 L/yr

System Engineer
468 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Senior Software Engineer
428 salaries
unlock blur

₹6.7 L/yr - ₹25.9 L/yr

Automation Test Engineer
363 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Software Engineer II
301 salaries
unlock blur

₹7.5 L/yr - ₹13.3 L/yr

Explore more salaries
Compare Oracle Cerner with

Siemens

4.1
Compare

Veradigm

4.1
Compare

McKesson

4.5
Compare

Siemens Healthineers

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview