Upload Button Icon Add office photos

Filter interviews by

ZocDoc Interview Questions, Process, and Tips for Experienced

Updated 14 Feb 2025

Top ZocDoc Interview Questions and Answers for Experienced

View all 6 questions

ZocDoc Interview Experiences for Experienced

Popular Designations

5 interviews found

QA Engineer Interview Questions & Answers

user image kartik chourasiya

posted on 1 Jun 2024

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

(5 Questions)

  • Q1. Difference between element and elements in selenium Basic sql query Acid property
  • Ans. 

    In Selenium, element refers to a single web element while elements refer to a collection of web elements. Basic SQL query retrieves data from a database. ACID properties ensure database transactions are reliable.

    • Element in Selenium refers to a single web element like a button or input field

    • Elements in Selenium refer to a collection of web elements, like a list of links or buttons

    • Basic SQL query retrieves data from a da...

  • Answered by AI
  • Q2. Difference between element and elements
  • Ans. 

    Element is a singular object, while elements refer to multiple objects.

    • Element is a single item in a collection or array.

    • Elements are multiple items in a collection or array.

    • Example: 'apple' is an element in the array ['apple', 'banana', 'orange'].

    • Example: 'banana' and 'orange' are elements in the same array.

  • Answered by AI
  • Q3. What is Bva in testing
  • Ans. 

    Boundary Value Analysis (BVA) is a testing technique used to identify errors at boundaries of input ranges.

    • BVA involves testing at the boundaries of valid and invalid input ranges

    • It helps in identifying errors that occur at the edges of input values

    • Examples include testing a login form with minimum and maximum character limits for password

    • BVA is used to ensure that the software behaves correctly at the boundaries of in

  • Answered by AI
  • Q4. What is acid property in sql
  • Ans. 

    ACID properties in SQL refer to a set of properties that ensure database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability

    • Atomicity ensures that either all operations in a transaction are completed successfully or none are

    • Consistency ensures that the database remains in a consistent state before and after the transaction

    • Isolation ensures that multiple transactions can...

  • Answered by AI
  • Q5. What is difference between schema and database testing
  • Ans. 

    Schema testing focuses on the structure of the database, while database testing focuses on the data within the database.

    • Schema testing ensures that the database tables, columns, relationships, and constraints are correctly defined.

    • Database testing involves verifying the data stored in the database, such as data integrity, accuracy, and consistency.

    • Schema testing is more focused on the design and structure of the databa...

  • Answered by AI

Skills evaluated in this interview

Top ZocDoc QA Engineer Interview Questions and Answers

Q1. What is difference between schema and database testing
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
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

I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About work in previous organizations
Round 2 - Technical 

(1 Question)

  • Q1. About the technologies and tools we work
Round 3 - Technical 

(1 Question)

  • Q1. Expected output and flexiblity
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and wilingness of work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident in what you speak. Dont hide anything from the recruiter. Let them know what you need clearly.

Technical Support Specialist Interview Questions asked at other Companies

Q1. What do you think are the key qualities necessary for providing excellent customer service?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Hacker rank based test

Staff Software Engineer Interview Questions asked at other Companies

Q1. How will you open a file whos size is double that of RAM on your system.?
View answer (1)

ZocDoc interview questions for popular designations

 QA Engineer

 (3)

 Technical Support Specialist

 (1)

 Analyst

 (1)

 Quality Engineer 1

 (1)

 Staff Software Engineer

 (1)

 Special Project Associate

 (1)

 System Integration Advisor

 (1)

I applied via Referral and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What were the challenges you faced in your past experience.
  • Q2. Why you want to join zocdoc
  • Q3. What is the revenue model of our company
  • Ans. 

    Our company's revenue model is based on subscription fees and advertising revenue.

    • Subscription fees from users who want access to premium features

    • Advertising revenue from companies who want to reach our user base

    • Possible revenue from partnerships and collaborations

    • Revenue may also come from data analysis and insights

    • Examples: Spotify, YouTube, LinkedIn

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your answers. They look forward to someone who can fit with zocdoc

Special Project Associate Interview Questions asked at other Companies

Q1. What is the revenue model of our company
View answer (1)

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

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

I applied via Walk-in and was interviewed before Feb 2021. 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 - Aptitude Test 
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to crack they will ask qestions

ZocDoc Interview FAQs

How many rounds are there in ZocDoc interview for experienced candidates?
ZocDoc interview process for experienced candidates usually has 2 rounds. The most common rounds in the ZocDoc interview process for experienced candidates are Technical, HR and Assignment.
How to prepare for ZocDoc interview for experienced candidates?
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 ZocDoc. The most common topics and skills that interviewers at ZocDoc expect are Healthcare, Medical Insurance, WiFi, Wellness and Project Management.
What are the top questions asked in ZocDoc interview for experienced candidates?

Some of the top questions asked at the ZocDoc interview for experienced candidates -

  1. What is the revenue model of our comp...read more
  2. What is difference between schema and database test...read more
  3. Difference between element and elements in selenium Basic sql query Acid prop...read more

Tell us how to improve this page.

ZocDoc Interview Process for Experienced

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.4
 • 244 Interviews
Tracxn Interview Questions
3.2
 • 102 Interviews
MagicPin Interview Questions
2.6
 • 50 Interviews
Shaadi.com Interview Questions
3.4
 • 28 Interviews
HealthKart Interview Questions
4.0
 • 26 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Nestaway Interview Questions
3.9
 • 18 Interviews
Priceline Interview Questions
3.8
 • 13 Interviews
View all

ZocDoc Reviews and Ratings

based on 41 reviews

3.9/5

Rating in categories

3.3

Skill development

4.1

Work-life balance

3.2

Salary

3.7

Job security

4.1

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 41 Reviews and Ratings
Team Lead, Data Analytics

Pune

4-6 Yrs

Not Disclosed

Integration Support Associate

Pune

0-3 Yrs

Not Disclosed

Integration Support Associate

Pune

0-3 Yrs

Not Disclosed

Explore more jobs
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