Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CARS24 Team. If you also belong to the team, you can get access from here

CARS24 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CARS24 QA Engineer Interview Questions and Answers

Updated 14 Feb 2025

CARS24 QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image baikunth shukla

posted on 14 Feb 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Dont remember
  • Q2. Asked me about agile, which is mindset. She thinks, its a book. Bit funny.
Round 2 - One-on-one 

(1 Question)

  • Q1. Dont remember
Round 3 - HR 

(1 Question)

  • Q1. HR no question -HR was very bad.
Round 4 - One-on-one 

(1 Question)

  • Q1. It suppose to me, it must be CTO round but he never conducted that round.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question of API
  • Q2. BE testing questions
Round 2 - HR 

(2 Questions)

  • Q1. Sallary discussion
  • Q2. Notice period discussion

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Automation, Manual Testing, Payment Gateway

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Manual testing related questions
Round 3 - Technical 

(1 Question)

  • Q1. Testing related question and writing test cases
Round 4 - HR 

(1 Question)

  • Q1. Basic discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Smog Testing
  • Ans. 

    Smog testing is a process to measure the amount of pollutants emitted by vehicles to ensure they meet environmental standards.

    • Smog testing is also known as emissions testing or vehicle inspection.

    • It is typically required by law to ensure vehicles are not emitting excessive pollutants into the air.

    • The testing process usually involves measuring the levels of pollutants such as carbon monoxide, hydrocarbons, and nitrogen ...

  • Answered by AI
  • Q2. What is SDLC lifecycle
  • Ans. 

    SDLC lifecycle is the process of planning, creating, testing, and deploying software.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, and maintenance

    • Each phase has specific goals and deliverables

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Given was a case study of lift, need to make test cases regarding that.
Round 3 - HR 

(1 Question)

  • Q1. What is your marital status, family and current job.
  • Ans. 

    Married with two children, currently working as a QA Engineer.

    • Married with two children

    • Currently working as a QA Engineer

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Write an SQL query to find the 2nd largest salary
  • Ans. 

    SQL query to find the 2nd largest salary

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to get the second row

  • Answered by AI
  • Q2. Write test cases of Login API
  • Ans. 

    Test cases for Login API

    • Verify valid credentials login successfully

    • Verify invalid credentials show error message

    • Verify login with empty username or password

    • Verify login with special characters in username or password

    • Verify login with long username or password

  • Answered by AI
  • Q3. In Jmeter, what is Rampup period
  • Ans. 

    Rampup period in JMeter is the time taken for all virtual users to start executing the test plan.

    • Rampup period is specified in seconds in JMeter test plan settings.

    • During the rampup period, JMeter gradually starts all virtual users to avoid overwhelming the server.

    • For example, if rampup period is set to 60 seconds and number of threads is 100, JMeter will start 1 thread every 0.6 seconds.

  • Answered by AI
  • Q4. Difference between cookie and cache
  • Ans. 

    Cookies are small pieces of data stored on the client side, while cache is temporary storage of web documents on the server or client side.

    • Cookies are used to store user-specific information like login credentials, preferences, etc.

    • Cache is used to store frequently accessed web documents to reduce loading times.

    • Cookies are sent with every HTTP request, while cache is used to store resources locally to reduce server loa...

  • Answered by AI
  • Q5. API vs Webservice
  • Ans. 

    API is a general term for any set of rules that allow different software applications to communicate with each other. A web service is a type of API that is accessed over a network.

    • API is a set of rules and protocols that allow different software applications to communicate with each other.

    • Web service is a type of API that is accessed over a network, typically using HTTP.

    • API can be used for various purposes like access...

  • Answered by AI
  • Q6. Write a program to find a prime number
  • Ans. 

    Program to find a prime number

    • Iterate through numbers starting from 2 up to the given number

    • Check if the number is divisible by any number other than 1 and itself

    • If not divisible, then it is a prime number

  • Answered by AI
  • Q7. Write a program to find the factorial
  • Ans. 

    Program to find the factorial of a number

    • Use a loop to multiply numbers from 1 to the given number

    • Handle edge cases like 0 and negative numbers

    • Example: For input 5, factorial is 5*4*3*2*1 = 120

  • 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 applied via Referral and was interviewed before Mar 2022. There were 4 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 

(1 Question)

  • Q1. Questions related to SQL, Manual concepts, test cases, Automation
Round 3 - Technical 

(1 Question)

  • Q1. SQL queries, Real-time scenarios, Manual and automation concepts, Java concepts
Round 4 - HR 

(1 Question)

  • Q1. About company and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while answering, prepare for real-time scenarios.

QA Engineer Interview Questions & Answers

Swiggy user image Kumar Mayank

posted on 25 Jul 2023

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

Binary Search questions were asked

Round 3 - Coding Test 

Peak in a mountain array question were asked

Round 4 - HR 

(2 Questions)

  • Q1. Salary Questions were asked
  • Q2. Salaryyy questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont loose hope at last you will get success
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Where will you see yourself in 3year
  • Q3. What id your goal
  • Q4. About relocation
  • Q5. Your project and future goals

Interview Preparation Tips

Topics to prepare for Indiamart Intermesh QA Engineer interview:
  • Java
  • Python
  • Selenium
  • SQL
  • GIT
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc, tc creation, yourself,
  • Q2. Stlc, bug life cycle, apti

CARS24 Interview FAQs

How many rounds are there in CARS24 QA Engineer interview?
CARS24 interview process usually has 3 rounds. The most common rounds in the CARS24 interview process are One-on-one Round, HR and Technical.
How to prepare for CARS24 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 CARS24 . The most common topics and skills that interviewers at CARS24 expect are Manual Testing, API Testing, Acceptance Testing, Appium and Automation Testing.
What are the top questions asked in CARS24 QA Engineer interview?

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

  1. Asked me about agile, which is mindset. She thinks, its a book. Bit funn...read more
  2. It suppose to me, it must be CTO round but he never conducted that rou...read more
  3. HR no question -HR was very b...read more

Tell us how to improve this page.

CARS24 QA Engineer Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
BlackBuck Interview Questions
3.8
 • 178 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Digit Insurance Interview Questions
3.9
 • 142 Interviews
Paisabazaar.com Interview Questions
3.4
 • 139 Interviews
Urban Company Interview Questions
3.4
 • 134 Interviews
Ninjacart Interview Questions
4.0
 • 95 Interviews
View all
CARS24 QA Engineer Salary
based on 10 salaries
₹5.9 L/yr - ₹15 L/yr
87% more than the average QA Engineer Salary in India
View more details

CARS24 QA Engineer Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.3

Salary

3.2

Job security

3.2

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Retail Associate
729 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Evaluation Engineer
463 salaries
unlock blur

₹1.1 L/yr - ₹4.8 L/yr

Team Lead
451 salaries
unlock blur

₹2 L/yr - ₹10.3 L/yr

Retail Manager
419 salaries
unlock blur

₹2.7 L/yr - ₹7.2 L/yr

Senior Retail Associate
323 salaries
unlock blur

₹2.3 L/yr - ₹5.7 L/yr

Explore more salaries
Compare CARS24 with

Udaan

4.0
Compare

Indiamart Intermesh

3.6
Compare

Swiggy

3.8
Compare

BlackBuck

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