Upload Button Icon Add office photos

Omnicell

Compare button icon Compare button icon Compare

Filter interviews by

Omnicell Quality Assurance and Automation Tester Interview Questions and Answers

Updated 30 Jan 2023

Omnicell Quality Assurance and Automation Tester Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Referral and was interviewed in Dec 2022. There were 2 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 

(3 Questions)

  • Q1. Programs: Prime number code snippet to open chrome browser via java selenium
  • Ans. 

    Answer to QA Automation Tester interview question on prime numbers and opening Chrome browser via Java Selenium.

    • Prime number program can be implemented using a loop and checking for factors

    • Code snippet to open Chrome browser via Java Selenium involves creating a WebDriver instance and using the get() method to open the browser

    • Example code for prime number: for(int i=2;i<=n/2;i++){if(n%i==0){flag=1;break;}}

    • Example code ...

  • Answered by AI
  • Q2. Agile methodologies, traceability matrix, BVA, ECP, STLC, Defect life cycle, sanity v/s smoke testing, serialization v/s deserialization, Alpha v/s beta testing, soft v/s hard assertions, Types of exceptio...
  • Q3. Selenium architecture, how do you push code to git, waits in selenium, lambda expression, oops concepts, POJO, keyboard and mouse over events in selenium, etc
  • Ans. 

    Questions on Selenium architecture, Git, waits, lambda expressions, OOP concepts, POJO, and mouse/keyboard events.

    • Selenium architecture involves a client library, WebDriver, and a browser driver.

    • Code can be pushed to Git using Git commands or through an IDE like Eclipse or IntelliJ.

    • Waits in Selenium are used to synchronize test execution with the application's response.

    • Lambda expressions are used to create anonymous fu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on selenium, java and testng. have deep understanding of basics and architectural design of java and selenium.

Skills evaluated in this interview

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Omnicell?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: First round was a simple round which involved 10 multiple choice questions and 3 coding questions on hackerrank platform.

Round: Technical Interview
Experience: Mainly on topics like networks, data structures and algorithms, operating systems. The interviewers looked for people who have had prior experience in web development and asked questions regarding web development in depth too.
Tips: I recommend everyone to read the book titled, 'Cracking the Coding Interview' as it was helpful in my approach to an interview.

General Tips: The one major thing that would give you the edge in joining Myntra would definitely be exposure to web development. Since it is not a part of the curriculum , it's all the more important for you to familiarize yourself with web development. In fact, a few projects in the same field would put you in a very advantageous position to get the job.
Skill Tips: 1. Start your placement preparations well ahead, no point regretting later.
2. Keep a concise resume. Do not take your resume to several pages.
3. Do not neglect aptitude preparation. Many people do this mistake and end up not clearing the first round for several companies.
4. Be thorough with your basics across all subjects. (Do not neglect any subject, even they you may like a few and dislike the others.)
5. Keep in mind, the interviewers are really friendly and try to make sure that you're not nervous during the interview. All they want to do is to test you. Be confident and give it your best shot.
Skills:
College Name: NIT Surathkal

Quality Assurance and Automation Tester Interview Questions Asked at Other Companies

asked in Omnicell
Q1. selenium architecture, how do you push code to git, waits in sele ... read more
asked in LTIMindtree
Q2. How would you automate a payment gateway and payment process usin ... read more
asked in LTIMindtree
Q3. Suppose you have a dynamic web page with n number of popups and p ... read more
asked in LTIMindtree
Q4. Suppose you have a page with a file upload tab and a submit butto ... read more
asked in Omnicell
Q5. Programs: Prime number code snippet to open chrome browser via ja ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sort colours or the dutch flag problem
  • Ans. 

    The Dutch Flag problem involves sorting an array of strings with three possible values in a specific order.

    • Create three pointers to keep track of the boundaries of each color group

    • Iterate through the array and swap elements to group them in the correct order

    • Time complexity of O(n) can be achieved by a single pass through the array

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 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 - Coding Test 

Hacker rank aor direct interview

Round 3 - In 

(2 Questions)

  • Q1. Simple Oops question.
  • Q2. Basic programming theories and questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of coding for freshers.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked two problem solving question and i was able to code both problem with multiple approaches.
Also i was asked two technical question, in which i was able to answer one question. even then, i was not shortlisted for next round.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Coding Test 

I was interviewed back in 2020 that time they had mettle test which consisted of 2 medium leetcode questions and 10 MCQ related to time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Typical DSA questions, had to solve and explain on board
  • Q2. DFS, tree, height depth diameter went in followups
Round 4 - Technical 

(1 Question)

  • Q1. Again A DSA round started off with a DP question, discussion hashing inbetween and ended with a topological sort question
Round 5 - Technical 

(1 Question)

  • Q1. Hiring manager technical round wanted we design a car selling app
  • Ans. 

    A car selling app connects buyers and sellers, offering features like listings, search filters, and secure transactions.

    • User Authentication: Allow users to create accounts and log in securely.

    • Car Listings: Sellers can create detailed listings with photos, descriptions, and prices.

    • Search Filters: Buyers can filter cars by make, model, price range, and location.

    • In-app Messaging: Enable communication between buyers and se...

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Are these interview questions helpful?
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 Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test on Hackerrank with easy to medium, well-known problems.

Round 2 - Technical 

(4 Questions)

  • Q1. Basic DS and algo problems
  • Q2. Basic DS & algo problems
  • Q3. Data structures and algo
  • Q4. That was it, only coding problems
Round 3 - Technical 

(6 Questions)

  • Q1. This one was more around CS fundamentals
  • Q2. And then some random problems based on my expertise mentioned in the resume
  • Q3. And some HR type problems
  • Q4. Why you want to join Myntra
  • Q5. Where do you see yourself in 5 years from now
  • Q6. Any questions I had for the interviewer
Round 4 - HR 

(8 Questions)

  • Q1. This was a typical HR round
  • Q2. Where did you intern?
  • Ans. 

    I interned at XYZ Corp, where I developed web applications using Java and Spring Boot, enhancing my skills in full-stack development.

    • Hands-on Experience: I worked on a team to develop a customer management system, which improved my understanding of Java and Spring Boot.

    • Agile Methodology: I participated in daily stand-ups and sprint planning, gaining experience in Agile practices and team collaboration.

    • Code Reviews: I e...

  • Answered by AI
  • Q3. Did you have any other companies on campus?
  • Q4. Did you get selected in other companies?
  • Q5. Which company you wanted to join the most?
  • Ans. 

    I aspire to join a company that values innovation, collaboration, and impactful technology solutions, like Google or Microsoft.

    • Innovation: Companies like Google are at the forefront of technological advancements, constantly pushing boundaries with projects like AI and cloud computing.

    • Collaborative Culture: Microsoft fosters a collaborative environment, encouraging teamwork and diverse perspectives, which enhances creat...

  • Answered by AI
  • Q6. It wasn't Myntra so he asked why Myntra?
  • Q7. Random question - backend or frontend?
  • Ans. 

    Choosing between backend and frontend depends on your interests in user interface design or server-side logic and data management.

    • Frontend focuses on user experience; examples include HTML, CSS, and JavaScript frameworks like React or Angular.

    • Backend involves server-side logic, databases, and APIs; examples include Node.js, Python with Django, or Ruby on Rails.

    • Frontend developers often work closely with designers to cr...

  • Answered by AI
  • Q8. One last question which was kind of technical, related to ML and AI (it was for an automated tool they were planning to build to automate the interviewing process)

Interview Preparation Tips

Topics to prepare for Myntra Software Engineer interview:
  • Data Structures
  • Algorithms
  • CS Fundamentals
  • Computer Networking
  • Databases
  • Linux
  • OOPS
Interview preparation tips for other job seekers - Just practice problem solving, refer to GeeksForGeeks for company specific problems.

Read up about the company history and the innovations they've done. Be on top of their activities and motives and catchphrases etc

The interviewers will be helpful during the PS phase so always speak out your approach. Always start with the basic approach and then go further to optimize it (don't jump directly at the optimized approach, unless it's a really straightforward or well-known problem).

Only put projects and experience on the resume you are actually knowledgeable about, don't waffle or bluff your achievements as you will get questions asked based on that.

And lastly be prepared for your typical HR questions (this is particularly where your knowledge of the company and it's history will help).

That's pretty much it, best of luck.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the missing smallest positive integer
  • Q2. Given an array of 0,1,2, Sort the array

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

KMP algorithm was asked, need to give efficent solution

Omnicell Interview FAQs

How many rounds are there in Omnicell Quality Assurance and Automation Tester interview?
Omnicell interview process usually has 2 rounds. The most common rounds in the Omnicell interview process are Resume Shortlist and Technical.
What are the top questions asked in Omnicell Quality Assurance and Automation Tester interview?

Some of the top questions asked at the Omnicell Quality Assurance and Automation Tester interview -

  1. selenium architecture, how do you push code to git, waits in selenium, lambda e...read more
  2. Programs: Prime number code snippet to open chrome browser via java selen...read more
  3. Agile methodologies, traceability matrix, BVA, ECP, STLC, Defect life cycle, sa...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Difficulty level

Moderate 100%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 464 Interviews
BigBasket Interview Questions
3.9
 • 392 Interviews
Meesho Interview Questions
3.7
 • 361 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Lenskart Interview Questions
3.2
 • 354 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Blinkit Interview Questions
3.7
 • 230 Interviews
Oyo Rooms Interview Questions
3.3
 • 227 Interviews
Myntra Interview Questions
3.9
 • 227 Interviews
Square Yards Interview Questions
3.7
 • 210 Interviews
View all
Software Engineer2
8 salaries
unlock blur

₹13 L/yr - ₹28 L/yr

Software Engineer
7 salaries
unlock blur

₹9 L/yr - ₹11 L/yr

Software Engineer III
6 salaries
unlock blur

₹26.8 L/yr - ₹32.5 L/yr

Engineer III
5 salaries
unlock blur

₹29 L/yr - ₹31 L/yr

Software Engineer IV
5 salaries
unlock blur

₹43 L/yr - ₹45 L/yr

Explore more salaries
Compare Omnicell with

Udaan

3.9
Compare

BigBasket

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare
write
Share an Interview