Upload Button Icon Add office photos

Filter interviews by

Omnicell Software Development Engineer Interview Questions and Answers

Updated 20 Jun 2023

Omnicell Software Development Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

20 mcqs on aptitude+ 2 easy to medium coding question

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions on oops and realtime explanation of the same + coding question on strings was asked
Round 3 - HR 

(1 Question)

  • Q1. General gr levels questions are enough

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Online Assessment 

(3 Questions)

  • Q1. Hard Stock sell problem
  • Ans. 

    The hard stock sell problem involves determining the best time to sell stocks to maximize profit.

    • Consider using dynamic programming to solve this problem efficiently.

    • Keep track of the minimum stock price seen so far and calculate the maximum profit that can be made by selling at each day.

    • The final answer will be the maximum profit that can be made by selling at the last day.

  • Answered by AI
  • Q2. Create a server without express
  • Ans. 

    Creating a server without using Express framework

    • Use Node.js built-in 'http' module to create a server

    • Listen for incoming requests on a specific port

    • Handle different routes and methods using 'http' module

  • Answered by AI
  • Q3. What is singleton class, write a usecase through code
  • Ans. 

    Singleton class is a class that can only have one instance created throughout the application.

    • Singleton class restricts the instantiation of a class to one object.

    • It is often used for logging, caching, thread pools, database connections, etc.

    • Example: Java implementation of Singleton class -

    • public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton getInstance() { if(insta...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn node, express basics(basics means covering whole basic groud not touch and go) like about making servers (with or without express) and emitters. Have a good hold of basic DSA till atleast till linked list and few dp questions(easy ones). Have some projects or internships if fresher. If frontend learn react hooks, state management, redux.

This all should do it, chao!! 😄

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Design cab booking system on hacker rank platform

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy-Medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Design coffee machine
  • Ans. 

    Design a coffee machine with various features and options for customization.

    • Include options for different types of coffee (espresso, latte, cappuccino, etc.)

    • Allow customization of coffee strength and temperature

    • Include a milk frother for making specialty drinks

    • Have a water reservoir and bean grinder for convenience

    • Include a display screen for easy navigation and selection of options

  • Answered by AI
  • Q2. Projects discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Coding Test 

3 easy-medium dsa questions and 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Question related to tree traversal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

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 

(1 Question)

  • Q1. Basic dsa question of 2 sum and other questions around HTML and css
Round 3 - Technical 

(1 Question)

  • Q1. Egineering manager round asked about my college projects
Round 1 - Coding Test 

Duration: 1 hour
Platform: Hackerrank
Topics : Standard Interview Problems

Round 2 - Technical 

(1 Question)

  • Q1. SQL based, Puzzle based

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the famous problems and SQL

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Datastructure and algorithms,Linkedlist,arrays,dynamic programming,recursion,design patterns,Trees

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be four technical interviews
1.hackerearth round
2.problem solving round-1
3.problem solving round-2
4.Design round- where you will be asked to design an application with given requirements

Interview Preparation Tips

Round: Resume Shortlist
Experience: Myntra had conducted a coding test on campus before the start of the placement season with 2 questions, one on stack and other on DP. The eligible branches were Computer Science & Engineering, Mathematics & Computing, Electrical Engineering and Electronics & Communication Engineering. I couldn't give the test because my branch was Engineering Physics. However, when they visited campus for interviews on day 2, everyone who had cleared their test was already placed. They looked over some resumes for interviews and decided to interview me, since i had some projects in Machine Learning and Computer Vision.
Tips: For the test, the DP question asked was pretty standard, on Longest Common Subsequence. The question on stacks, i dont remember what it was but it was also pretty straight forward. For the test, i would reommend to solve problem from geeksforgeeks. If they do come to resume shortlisting, they are looking for people who have done good projects and internships.

Round: Interview
Experience: The interview started off with questions on my general interest in Software Development. The first round had two coding questions, i was supposed to write the code on paper. The first question was to add two numbers represented by linked lists - -----/. They gave a specific input and asked me to demonstrate step by step in my code, how it would lead to the correct answer. I dont remember the second question, but it was also an easy one on linked lists.
Tips: It's ok if you can't code a general solution, if you can write a code which works for the particular input they have given then also it's ok with them. But be thorough with Data structures.

Round: Interview
Experience: I wasn't asked to write any code in this interview. They asked me some questions on Machine Learning, because of my projects in them. Then they asked me if i knew graph algorithms. Since i knew BFS and DFS, i told them. They asked the difference between the two. Then they asked me if i knew how to find the shortest distance between two points in a graph. I didn't know Djikstra's properly but i knew it worked on the greedy approach so was able to tell that. Then they asked me how would i find the second shortest path. I tried to answer it with the same greedy approach, but couldn't arrive at the complete solution.
Tips: They ask a tough theoretical question. It's ok if you don't know the answer, they only look for your approach.

Round: Interview
Experience: They asked me to code one question which was on stacks, i don't remember the question, but it was also not difficult, and i wrote the code for that. Then they started to drill me on my resume, on every project that i had done, every miniscule detail.
Tips: Be very thorough with your resume. It's a clear red flag for them if you can't explain something you have written on your resume.

General Tips: Be thorough with Data Structures and Algorithms and also with your resume.
Skill Tips: They generally stick to coding only.
Skills: Coding
College Name: IIT Guwahati
Motivation: Wanted a job in Software Development.
Funny Moments: My third round started pretty late in the night around 11:30 PM. So, had a walking interview in front of the canteen because the interviewer thought i looked tired and should have a cup of coffee.

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Must have one year of experience. Must be Good in Data Structures and algorithms. Must be from a reputed college
Tips: Nothing in our hands

Round: Test
Experience: Aptitude are medium level, english are bit tricky, you have to get more than 20 to pass this round
Tips: Prepare well from indiabix.com, basics of aptitude and see comprahensive passages for english
Duration: 1 hour
Total Questions: 40

Round: Technical Interview
Experience: There are so many questions, all are mainly focus on your problem solving skills, mainly from Data Structures and Algorithms.

1. Reverse a linked list
2. there are considerably large files, find the intersection of them.
3. find union of them.
4. binary search tree traversal
Tips: Practice well, writing efficient code is necessary

Skills: Problem Solving, Data Structures And Algorithms, Python, LOGICAL THINKING ABILITIES

Omnicell Interview FAQs

How many rounds are there in Omnicell Software Development Engineer interview?
Omnicell interview process usually has 4 rounds. The most common rounds in the Omnicell interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Omnicell Software Development Engineer 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 Omnicell. The most common topics and skills that interviewers at Omnicell expect are C++, Computer science, Embedded Software, Object Oriented Design and Perl.
What are the top questions asked in Omnicell Software Development Engineer interview?

Some of the top questions asked at the Omnicell Software Development Engineer interview -

  1. Basic questions on oops and realtime explanation of the same + coding question ...read more
  2. General gr levels questions are eno...read more

Tell us how to improve this page.

Software Engineer2
7 salaries
unlock blur

₹13.5 L/yr - ₹28 L/yr

Software Engineer III
6 salaries
unlock blur

₹26.8 L/yr - ₹37 L/yr

Software Engineer
5 salaries
unlock blur

₹9 L/yr - ₹10.5 L/yr

Software Developer
4 salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Software Engineer II
4 salaries
unlock blur

₹18.6 L/yr - ₹27 L/yr

Explore more salaries
Compare Omnicell with

Oracle Cerner

3.7
Compare

McKesson

4.5
Compare

Siemens Healthineers

4.0
Compare

GE Healthcare

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