Upload Button Icon Add office photos

Oracle Cerner

Compare button icon Compare button icon Compare

Filter interviews by

Oracle Cerner Senior Technical Staff Member 1 Interview Questions and Answers

Updated 28 Nov 2024

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 Broadcom
Q1. Describe the LLD of a system you have designed.
asked in Salesforce
Q2. How do you handle dynamic web elements?
Q3. Explain the internal workings of a hashmap.
Q4. Given a binary tree, print the top view of it. The top view of a ... read more
Q5. Given an array of strings, return all groups of strings that are ... read more

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Oracle Cerner?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. Questions on Sales cycle and Oracle products like HCM, ERP, EPM and other cloud services
  • Q2. Questions on Current IT Trends
  • Q3. Questions on Financial Analytics (Profitability ratios and financial modeling) and product bench marking approach
  • Q4. Questions on CLoud, IoT, Blockchain Trends and applications across industries
  • Q5. Face to Face questions - Guesstimate and Case Study, 2 subsequent interviews on Case Study with Manager and Director
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java program to find longest substring palindrome

Round 2 - Technical 

(1 Question)

  • Q1. How to handle dynamic web elements
  • Ans. 

    Handle dynamic web elements by using techniques like waiting, locating by attributes, and using explicit waits.

    • Use implicit waits to wait for elements to load before interacting with them

    • Locate elements by attributes like ID, class name, xpath, etc.

    • Use explicit waits to wait for specific conditions before proceeding

    • Handle dynamic elements by using dynamic locators or regular expressions

    • Use frameworks like Selenium for ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. All about previous experience and about resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself. Why do we hire u
Round 3 - Technical 

(1 Question)

  • Q1. Lots of academic questions besides excel related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Very difficult round to crack, as there were many academic questions related to accounting and financial management questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidant, do not fumble
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 4 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 

1 Leetcode Medium Problem - Interviewer was very friendly and was looking for the thought process instead of a mugged up solution

Round 3 - Design Test 

(1 Question)

  • Q1. It was a round with a senior manager. He posed a problem and asked me to come up with a HLD. IT was a very interactive interview where we were figuring out the requirements on the fly.
Round 4 - Behavioral 

(1 Question)

  • Q1. General questions about my previous work and why I'd want to work with Salesforce.

Interview Preparation Tips

Topics to prepare for Salesforce Senior Technical Staff Member 1 interview:
  • Data sctructure
  • HLD
  • LLD
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Yourselves and experience related
Round 2 - HR 

(1 Question)

  • Q1. Same mentioned above

Interview Preparation Tips

Interview preparation tips for other job seekers - Experienced candidates needed

I applied via Walk-in

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

(1 Question)

  • Q1. Self introduction what ever you are telling be confident on it

Interview Preparation Tips

Interview preparation tips for other job seekers - See guys the advice for me that whenever you went for interview the be confident on your face need good smile just answer confidently if you don't know about something just one try to answer if thn also Ur not getting understand then tell then clearly that you don't know about it suppose if interviewer asked you that what is ms office u don't know about that nd u told yes I know about it he will ask you about that that's the negative impression about you don't know means tell them I don't know about it nd be confident just one thing keep in your mind be confident and self motivated that ya I'm able to do no one will stop me I'm the best that's it.
Thanks 🙏
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Resume related questions were asked
Round 2 - Technical 

(1 Question)

  • Q1. Resume related questions were asked
Round 3 - Technical 

(1 Question)

  • Q1. Resume related questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions and negotiations

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. Top view of binary T...read more
  3. Internal working of hash...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

4-6 weeks 100%
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 893 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
Chetu Interview Questions
3.3
 • 197 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 177 Interviews
AVASOFT Interview Questions
2.8
 • 174 Interviews
Freshworks Interview Questions
3.5
 • 171 Interviews
View all
Oracle Cerner Senior Technical Staff Member 1 Salary
based on 6 salaries
₹24 L/yr - ₹50 L/yr
55% more than the average Senior Technical Staff Member 1 Salary in India
View more details
Software Engineer
1k salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

System Engineer
431 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Senior Software Engineer
385 salaries
unlock blur

₹8 L/yr - ₹25.8 L/yr

Automation Test Engineer
357 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Software Engineer II
302 salaries
unlock blur

₹8 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Oracle Cerner with

Siemens

4.0
Compare

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare
write
Share an Interview