Upload Button Icon Add office photos

ZocDoc

Compare button icon Compare button icon Compare

Filter interviews by

ZocDoc QA Engineer Interview Questions and Answers

Updated 15 Nov 2024

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

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

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more
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.

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

A QA Engineer was asked
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.

A QA Engineer was asked
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...

A QA Engineer was asked
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...

Are these interview questions helpful?
A QA Engineer was asked
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 ...

A QA Engineer was asked
Q. 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...

ZocDoc QA Engineer Interview Experiences

3 interviews found

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

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ZocDoc?
Ask anonymously on communities.

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 Preparation Tips

Round: Test
Experience: There was Pool Campus Placement of  4 Colleges together(NIT Jalandhar,NIT Hamirpur ,Candigarh University and CGC Landran ) at Chandigarh University.Written test was taken on Hacker Rank. There were 5 Coding Questions of Linklist , Dynamic Programming,Priority Queues etc . 
You didn't have to do All the questions (3 can get you to the next round).

One thing that need to be beware of is that on Hacker Rank Your Draft is Saved every second(or so). So don't copy from the internet and just paste there(they will get to know).
Tips: Make sure you practice lot of Algorithms.
Duration: 120 minutes
Total Questions: 5

Round: Problem Statement
Experience: Only 8 Students were selected for this round
20 mins were given for it
and afterwards each student had personal discussion(10 mins) with them to explain their schema .
3-4 Questions were also asked related to your schema and how to perform a particular query
Tips: You should Be Through with DBMS
Make sure there is no redundant table and Primary keys are marked

Round: Technical Interview
Experience: 2 were selected for the Interview
Firstly they make you very Comfortable and ask how were the previous Rounds.
Then they asked about the two questions of First Round and my approach 
Then couple of questions on The design that was made Earlier.
Then there were questions on How Internet Works ,gcc,Linux,git,sql.

Then the Interviewer asked if I have any question
I asked about (as the work on doctor's app) how they know the credibility of a doctor which is enlisted in their app.
Interviewer was really Impressed by the question and told me all about it with all details.


Both were selected
Tips: Be cool in the Interview
Think Loudly and Interact with them well.
If they want you to ask any question ,it should not be related to technical stuff ,it should be related to the company

College Name: NIT JALANDHAR

I applied via Referral

Interview Questionnaire 

5 Questions

  • Q1. I was asked to optimize the last program mentioned above
  • Q2. I was asked in detail about my internship experience and projects
  • Q3. I was asked why I did not contribute to any open source projects
  • Ans. 

    I haven't contributed to open source due to time constraints and focusing on personal projects and learning new technologies.

    • Time Constraints: Balancing work, personal projects, and learning new technologies has limited my availability.

    • Focus on Personal Projects: I've been dedicated to developing my own applications, such as a task management tool.

    • Learning New Technologies: I prioritized mastering frameworks like React...

  • Answered by AI
  • Q4. I was asked to explain the code of my android app from my dropbox account
  • Q5. The usual HR questions followed after that

Interview Preparation Tips

Skills:
College Name: NA

Software Engineer Interview Questions & Answers

Practo user image BEKKAM VENKATA ADITYA

posted on 27 Sep 2015

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. General questions. Where are you from, tell about yourself etc..,
  • Q2. Asked me about the projects which i have mentioned in my resume
  • Q3. Some algorithmic questions including data structures. Time complexity, space complexity etc.,
  • Q4. How would you design a snake game present in basic nokia mobiles. Just the data structure part and some functions which are used as the game goes on

Interview Preparation Tips

Round: Test
Experience: A bit difficult but sensible way to get started with the selection procedure. Questions purely attack the algorithmic and stastitic aspects.
Tips: Get yourself ready with conceptual clartity regarding algorithms and stastics . Don't be ambitious to attempt all the questions, completely solving one problem would be more than enough for getting through this level.
Duration: 120 minutes
Total Questions: 3

Round: Technical Interview
Experience: Believe me. You never feel inferior, it's really interactive and very friendly. Interviewer gave me a few chances and hints whenever i've gone wrong. Overall interview experience was awesome.
Tips: If you're up to this round, they believe you have the potential. So don't panic if you are unable to answer their questions. Just tell them which aspects which you are comfortable with and they will proceed correspondingly, Just be honest whatsoever.

Skill Tips: Prefer having some revision about the above skills before undergoing the selection process.
Skills: Math Puzzles, Algorithmic Approach To Problem Solving, Data Structures
Duration: 2months
College Name: IIT Madras
Funny Moments: Receiving the offer letter from HR official who visited our campus :)
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated professional with a background in finance and a passion for problem-solving and teamwork.

    • Education: Graduated with a degree in Finance from XYZ University, where I was involved in the finance club.

    • Experience: Worked as an intern at ABC Corp, where I assisted in financial analysis and reporting.

    • Skills: Proficient in Excel and financial modeling, with a strong analytical mindset.

    • Interests: Enjoy particip...

  • Answered by AI
  • Q2. Internship Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Research a little bit about the company, show go getter attitude & a passion for sales, you'll be hired.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - HR 

(1 Question)

  • Q1. 1. Self Intro 2. What is journal Entries ? 3. What is Accurals ? 4. What is Depreciation ? 5. Golden Rules & Examples 6. Shift & Salary Discussion
  • Ans. 

    Journal Entries are records of financial transactions in a company's accounting system.

    • Journal Entries are used to record the debits and credits of a transaction.

    • Accruals are expenses incurred but not yet paid for, while Depreciation is the allocation of the cost of an asset over its useful life.

    • Golden Rules of accounting include Debit the receiver, Credit the giver; Debit what comes in, Credit what goes out; Debit exp...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General accounting

ZocDoc Interview FAQs

How many rounds are there in ZocDoc QA Engineer interview?
ZocDoc interview process usually has 2 rounds. The most common rounds in the ZocDoc interview process are Technical, Aptitude Test and Case Study.
How to prepare for ZocDoc QA 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 ZocDoc. The most common topics and skills that interviewers at ZocDoc expect are Computer science, Medical Insurance, Regression Testing, Software Quality Assurance and Test Cases.
What are the top questions asked in ZocDoc QA Engineer interview?

Some of the top questions asked at the ZocDoc QA Engineer interview -

  1. What is difference between schema and database test...read more
  2. Difference between element and elements in selenium Basic sql query Acid prop...read more
  3. How to handle synchronization in Seleni...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 3 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
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.5
 • 58 Interviews
Shaadi.com Interview Questions
3.5
 • 30 Interviews
HealthKart Interview Questions
3.9
 • 28 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
Nestaway Interview Questions
3.8
 • 21 Interviews
View all
ZocDoc QA Engineer Salary
based on 5 salaries
₹4.8 L/yr - ₹7 L/yr
13% less than the average QA Engineer Salary in India
View more details
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.7
Compare

Practo

3.1
Compare

MagicPin

2.5
Compare
write
Share an Interview