Upload Button Icon Add office photos

Filter interviews by

ZocDoc Quality Engineer 1 Interview Questions and Answers

Updated 14 May 2024

ZocDoc Quality Engineer 1 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

Writing test cases, basic sql

Round 2 - Technical 

(1 Question)

  • Q1. About previous experience and testing related topics

Interview questions from similar companies

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

(2 Questions)

  • Q1. Things about yourself
  • Q2. I spoke about experience and what i am interested in.
Round 2 - Coding Test 

Take away home - coding task

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. Explain Manual testing
  • Ans. 

    Manual testing is the process of manually checking software for defects without automation tools.

    • Involves executing test cases manually without the use of automation tools.

    • Testers simulate user behavior to identify bugs and ensure functionality.

    • Examples include exploratory testing, where testers explore the application without predefined test cases.

    • Regression testing is often done manually to verify that new changes ha...

  • Answered by AI

I applied via Naukri.com and was interviewed in Apr 2022. There were 5 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 - HR 

(1 Question)

  • Q1. Basic introduction with previous company experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic introduction Work experience KRA's explained What is role of quality
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic introduction Work experience Language known Language test Lean white belt explained
Round 5 - One-on-one 

(1 Question)

  • Q1. Basis introduction Work experience What is quality analyst Roles and responsibilities Fatal and non fatal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during interview
Read your resume properly
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. When build is given what testing should you perform
  • Ans. 

    When a build is given, various types of testing should be performed to ensure the quality of the software.

    • Perform smoke testing to quickly check if the build is stable enough for further testing.

    • Conduct functional testing to verify that the software functions as expected.

    • Execute regression testing to ensure that new changes have not affected existing functionalities.

    • Carry out performance testing to assess the speed, re...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Why do you want this job?
  • Q2. How can you be resourceful for this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it. You'll learn new things
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Attend face-to-face interview.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. How many years of work experience do you have in call audits?
  • Ans. 

    I have 5 years of work experience in call audits.

    • I have conducted call audits for various industries including telecommunications, customer service, and sales.

    • I have experience in evaluating call quality, adherence to scripts, compliance with regulations, and customer satisfaction.

    • I have provided feedback and recommendations for improvement based on call audit findings.

    • I have used call monitoring software and tools to ...

  • Answered by AI
  • Q3. Would you be able to audit 35 calls per day?
  • Ans. 

    Yes, I am confident in my ability to audit 35 calls per day.

    • I have experience auditing a high volume of calls in my previous role.

    • I am organized and efficient in my work process.

    • I am dedicated to ensuring quality and accuracy in my audits.

    • I am confident in my ability to meet the daily target of 35 calls.

  • Answered by AI
  • Q4. Would you be able to work under pressure and hectic shift timings?
  • Ans. 

    Yes, I have experience working under pressure and handling hectic shift timings.

    • I have previous experience working in fast-paced environments where I had to meet tight deadlines

    • I am able to prioritize tasks effectively and remain calm under pressure

    • I have successfully managed hectic shift timings in my previous roles by being organized and adaptable

  • Answered by AI
Round 3 - Business Head 

(2 Questions)

  • Q1. Tell me about youself?
  • Ans. 

    I am a dedicated Quality Analyst with a strong attention to detail and a passion for ensuring product excellence.

    • Experienced in conducting quality assurance tests and identifying defects

    • Skilled in creating test plans and executing test cases

    • Proficient in using testing tools such as Selenium and Jira

    • Strong communication skills to collaborate with development teams

  • Answered by AI
  • Q2. Would you be able to work according to shift timings?
  • Ans. 

    Yes, I am flexible with shift timings and can work as per the requirements.

    • I am willing to work different shifts, including nights and weekends if needed.

    • I understand the importance of meeting project deadlines and am committed to fulfilling my responsibilities.

    • I have previous experience working in shifts and have successfully adapted to different schedules.

    • I am open to discussing any specific shift requirements and fi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give interview, Join and share experiance!
Try to contact employees who are working.

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What experience do you have using SQL?
  • Ans. 

    I have extensive experience using SQL for data analysis and reporting.

    • Proficient in writing complex SQL queries

    • Experience in data manipulation, aggregation, and filtering

    • Familiarity with joins, subqueries, and stored procedures

    • Experience in optimizing queries for performance

    • Examples: Used SQL to analyze customer behavior and create reports for marketing team, extracted data from multiple tables using joins and subqueri

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Priceline Data Analyst interview:
  • Excel
Interview preparation tips for other job seekers - Have a portfolio of database experience.

Skills evaluated in this interview

I appeared for an interview before Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It comprised of general aptitude questions and two coding questions. It was an offline test.

  • Q1. 

    N Queens Problem

    Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

    Explanation:

    A queen can attack another queen if they ar...

  • Ans. 

    The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard where no two queens threaten each other.

    • Use backtracking algorithm to explore all possible configurations.

    • Keep track of rows, columns, and diagonals to ensure queens do not attack each other.

    • Generate and print valid configurations where queens are placed safely.

    • Consider constraints and time limit for efficient solution.

    • Exam...

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.

    • Iterate through the array and swap elements based on the values encountered.

    • Achieve sorting in a single scan over the array without using any extra space.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

After having a technical discussion about my CV. He gave me two questions to code.

  • Q1. 

    Ninja and Substrings Problem Statement

    Ninja has to determine all the distinct substrings of size two that can be formed from a given string 'STR' comprising only lowercase alphabetic characters. These su...

  • Ans. 

    Find all unique contiguous substrings of size two from a given string.

    • Iterate through the string and extract substrings of size two

    • Use a set to store unique substrings

    • Return the set as an array of strings

  • Answered by AI
  • Q2. 

    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 one step at a time and the other moving two steps at a time.

    • 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
Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was supposed to be the HR round but out of surprise the interviewer started by giving me a question to code. 
After I approached this question with the right solution he just asked about my family. After that he said to wait. After half an hour the results were announced. A total of three students were hired and I was amongst one of them.

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use recursion to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Return the valid combinations as an array of strings.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMagicbricks interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 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

I applied via Other and was interviewed in Oct 2018. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Are you comfortable with sales profile or not
  • Ans. 

    Yes, I am comfortable with sales profile as I have a proven track record of exceeding sales targets.

    • I have X years of experience in sales

    • I have consistently met or exceeded sales targets in my previous roles

    • I am confident in my ability to build relationships with clients and close deals

  • Answered by AI

Interview Preparation Tips

General Tips: When I was in interview room at that time I was very nervous their is two reasons, 1 is I was nervous because when I meet the new people and 2nd is I m not the sales guy at that time I was thinking which type of questions he will ask me. First expected question he asked me is tell me about yourself I m very happy. I ans this question then he asked me much more questions and I ans all of them he very impressed to me because we 4 person is their interview n I m the last one who he selected then 2 round of my interview HR round she also selected me but in one condition I want to achieve the target then only I servive the 2nd month otherwise she terminate me. I accept the challenge and in achieve that target. That's all thank you very much
Skills: Communication, Body Language, Problem Solving
Duration: 1-4 weeks

ZocDoc Interview FAQs

How many rounds are there in ZocDoc Quality Engineer 1 interview?
ZocDoc interview process usually has 2 rounds. The most common rounds in the ZocDoc interview process are Assignment and Technical.

Tell us how to improve this page.

ZocDoc Quality Engineer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.4
 • 308 Interviews
Tracxn Interview Questions
3.1
 • 102 Interviews
MagicPin Interview Questions
2.6
 • 50 Interviews
Shaadi.com Interview Questions
3.4
 • 28 Interviews
HealthKart Interview Questions
3.9
 • 26 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Nestaway Interview Questions
3.8
 • 18 Interviews
Confluent Interview Questions
3.7
 • 14 Interviews
View all
Senior Consultant
21 salaries
unlock blur

₹11 L/yr - ₹15 L/yr

Senior Associate
21 salaries
unlock blur

₹5 L/yr - ₹16.5 L/yr

Software Developer
11 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Data Analyst
10 salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Team Lead Operations
8 salaries
unlock blur

₹7 L/yr - ₹9.1 L/yr

Explore more salaries
Compare ZocDoc with

MagicBricks

4.4
Compare

Netmeds.com

3.6
Compare

MagicPin

2.6
Compare

HealthKart

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