Upload Button Icon Add office photos

ZocDoc

Compare button icon Compare button icon Compare

Filter interviews by

ZocDoc Interview Questions and Answers

Updated 14 Feb 2025
Popular Designations

9 Interview questions

A QA Engineer was asked 7mo ago
Q. What are the different dashboards in JIRA?
Ans. 

Different dashboards in JIRA include Agile, Scrum, Kanban, and Burndown charts.

  • Agile dashboard: Provides an overview of the project's progress using Agile methodologies.

  • Scrum dashboard: Focuses on sprint planning, backlog management, and team performance.

  • Kanban dashboard: Visualizes work in progress, bottlenecks, and cycle time.

  • Burndown charts: Shows the remaining work in a sprint or project over time.

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. How do you handle synchronization in Selenium?
Ans. 

Synchronization in Selenium ensures that the automation script waits for the web page to load completely before performing actions.

  • Use implicit wait to wait for a certain amount of time before throwing an exception if the element is not found.

  • Use explicit wait to wait for a specific condition to be met before proceeding with the next steps.

  • Use fluent wait to wait for a certain amount of time for a condition to be ...

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. What are the differences between REST and SOAP APIs?
Ans. 

REST is lightweight, uses standard HTTP methods, and is stateless. SOAP is more rigid, uses XML, and has built-in security features.

  • REST uses standard HTTP methods like GET, POST, PUT, DELETE.

  • SOAP uses XML for communication and has built-in security features like WS-Security.

  • REST is more lightweight and flexible compared to SOAP.

  • SOAP is more rigid and has a strict set of rules for communication.

  • REST is stateless, ...

View all QA Engineer interview questions
A QA Engineer was asked 10mo ago
Q. How well can you communicate?
Ans. 

Effective communication is crucial for QA Engineers to ensure clarity in requirements and feedback during the testing process.

  • Active Listening: I always ensure I fully understand requirements by asking clarifying questions, like 'Can you elaborate on this feature?'

  • Clear Documentation: I maintain detailed test cases and bug reports, ensuring they are easy to understand for developers and stakeholders.

  • Regular Update...

View all QA Engineer interview questions
A QA Engineer was asked 12mo ago
Q. What is the 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.

View all QA Engineer interview questions
A QA Engineer was asked 12mo ago
Q. What are ACID properties 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 transaction...

View all QA Engineer interview questions
A QA Engineer was asked 12mo ago
Q. What is the 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 d...

View all QA Engineer interview questions
Are these interview questions helpful?
A QA Engineer was asked 12mo ago
Q. What is Boundary Value Analysis 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 ...

View all QA Engineer interview questions
A Special Project Associate was asked
Q. 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

View all Special Project Associate interview questions

ZocDoc Interview Experiences

10 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. The hiring manager was a BS, he rejected by saying that the candidate was not passionate enough to join the company ..what an excuse ….if you don’t want to hire, why bother to waste the candidates time, BS...

Interview Preparation Tips

Interview preparation tips for other job seekers - PATHETIC HIRING PROCESS, the hiring manager was young and naive, I felt like laughing getting interviewed by such a young hiring manager, they have an attitude problem

Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

(2 Questions)

  • Q1. Basic SQL Questions
  • Q2. Joins, CTE etc..
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round with deep discussion in projects
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I appeared for an interview in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between REST and SOAP APIs.
  • Ans. 

    REST is lightweight, uses standard HTTP methods, and is stateless. SOAP is more rigid, uses XML, and has built-in security features.

    • REST uses standard HTTP methods like GET, POST, PUT, DELETE.

    • SOAP uses XML for communication and has built-in security features like WS-Security.

    • REST is more lightweight and flexible compared to SOAP.

    • SOAP is more rigid and has a strict set of rules for communication.

    • REST is stateless, meani...

  • Answered by AI
  • Q2. How to handle synchronization in Selenium?
  • Ans. 

    Synchronization in Selenium ensures that the automation script waits for the web page to load completely before performing actions.

    • Use implicit wait to wait for a certain amount of time before throwing an exception if the element is not found.

    • Use explicit wait to wait for a specific condition to be met before proceeding with the next steps.

    • Use fluent wait to wait for a certain amount of time for a condition to be met, ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are different dashboards in JIRA
  • Ans. 

    Different dashboards in JIRA include Agile, Scrum, Kanban, and Burndown charts.

    • Agile dashboard: Provides an overview of the project's progress using Agile methodologies.

    • Scrum dashboard: Focuses on sprint planning, backlog management, and team performance.

    • Kanban dashboard: Visualizes work in progress, bottlenecks, and cycle time.

    • Burndown charts: Shows the remaining work in a sprint or project over time.

  • Answered by AI

Skills evaluated in this interview

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

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

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2024

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions around logical problem-solving skills

Round 2 - Case Study 

QA-based 'what if?' questions

Round 3 - Communication 

(1 Question)

  • Q1. Check how well you can communicate
  • Ans. 

    Effective communication is crucial for QA Engineers to ensure clarity in requirements and feedback during the testing process.

    • Active Listening: I always ensure I fully understand requirements by asking clarifying questions, like 'Can you elaborate on this feature?'

    • Clear Documentation: I maintain detailed test cases and bug reports, ensuring they are easy to understand for developers and stakeholders.

    • Regular Updates: I ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ZocDoc QA Engineer interview:
  • STLC
  • Logic

Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 minutes general aptitude and ability to research on the internet are tested

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are you most proud of professionally
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why did you choose Zocdoc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show that you are a culture fit for the young company

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

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

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about ZocDoc?
Ask anonymously on communities.

ZocDoc Interview FAQs

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

Some of the top questions asked at the ZocDoc interview -

  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.

Overall Interview Experience Rating

3.4/5

based on 9 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.2
 • 335 Interviews
Tracxn Interview Questions
3.1
 • 105 Interviews
Practo Interview Questions
3.1
 • 77 Interviews
MagicPin Interview Questions
2.6
 • 56 Interviews
Shaadi.com Interview Questions
3.5
 • 29 Interviews
HealthKart Interview Questions
3.9
 • 28 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
Nestaway Interview Questions
3.8
 • 20 Interviews
View all

ZocDoc Reviews and Ratings

based on 50 reviews

3.7/5

Rating in categories

3.1

Skill development

4.0

Work-life balance

3.1

Salary

3.5

Job security

4.0

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 50 Reviews and Ratings
Specialist, Patient Experience

Pune

0-4 Yrs

Not Disclosed

Analyst, Operations

Pune

17-22 Yrs

Not Disclosed

HR Business Partner

Pune

4-8 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 Manager
8 salaries
unlock blur

₹10.2 L/yr - ₹40 L/yr

Explore more salaries
Compare ZocDoc with

MagicBricks

4.2
Compare

Netmeds.com

3.6
Compare

Practo

3.1
Compare

MagicPin

2.5
Compare
write
Share an Interview