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

    Agile is a mindset focused on flexibility, collaboration, and customer satisfaction in software development.

    • Agile emphasizes iterative development, allowing teams to adapt to changes quickly.

    • Daily stand-up meetings foster communication and quick problem-solving among team members.

    • User stories are used to capture requirements from the end-user's perspective, ensuring the product meets their needs.

    • Agile promotes cross-fu...

  • Answered by AI
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. 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

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

What people are saying about CARS24

View All
a senior sourcing executive
2w
Job Switch Referral/Lead help!!!
Designation: Senior Sourcing Executive Current Company: Mahindra Cero Recycling Previous Company: Cars24 Pvt Ltd Experience in Years: 6+ Domain: Sales and Buisness Development Current CTC: 5.30LPA including 1LPA variable Expected CTC: 7.5LPA Im looking for job switch in Jaipur or Noida location. Any referrals or lead please contact. Email: tanishqs269@gmail.com
Got a question about CARS24 ?
Ask anonymously on communities.

QA Engineer Interview Questions & Answers

Paisabazaar.com user image Rupayan Chakraborty

posted on 29 May 2025

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

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

  • Q1. What is the difference between cache and cookies?
  • Ans. 

    Cache stores temporary data for faster access, while cookies store user-specific data for tracking and personalization.

    • Cache is used to speed up web page loading by storing static resources like images and scripts.

    • Cookies are small text files stored on the user's device to remember user preferences and sessions.

    • Example of cache: A web browser caching images so they don't need to be downloaded again.

    • Example of cookies: ...

  • Answered by AI
  • Q2. Will deleting cookies impact the device?
  • Ans. 

    Deleting cookies primarily affects web browsing experience, not the device itself.

    • Cookies store user preferences and session information, so deleting them may log you out of websites.

    • For example, if you delete cookies from an e-commerce site, you may lose your shopping cart items.

    • Cookies can also store tracking information, so deleting them may reset targeted ads.

    • However, deleting cookies does not affect device perform...

  • Answered by AI
  • Q3. What is the difference between severity and priority, and can you provide an example of a high-severity issue that has low priority?
  • Ans. 

    Severity refers to the impact of a defect, while priority indicates its urgency for fixing.

    • Severity is about the impact on the system; for example, a crash is high severity.

    • Priority is about the urgency of fixing the issue; for example, a typo in a non-critical report.

    • A high-severity issue with low priority could be a crash in a rarely used feature.

    • Another example is a security vulnerability in a feature that is not cu...

  • Answered by AI
  • Q4. What are the differences between PUT, POST, and PATCH methods in API testing?
  • Ans. 

    PUT, POST, and PATCH are HTTP methods used for sending data to APIs, each serving different purposes in resource management.

    • PUT: Used to update or replace a resource at a specific URI. Example: PUT /users/1 updates user with ID 1.

    • POST: Used to create a new resource. Example: POST /users creates a new user.

    • PATCH: Used to apply partial modifications to a resource. Example: PATCH /users/1 updates only the email of user wi...

  • Answered by AI
  • Q5. What do HTTP status codes 201 and 500 signify?
  • Ans. 

    HTTP status code 201 indicates successful resource creation, while 500 signifies a server error.

    • 201 Created: Indicates that a request has been fulfilled and a new resource has been created.

    • Example of 201: When a user registers on a website, the server responds with 201 if the account is successfully created.

    • 500 Internal Server Error: Indicates that the server encountered an unexpected condition that prevented it from f...

  • Answered by AI
  • Q6. Difference between Authentication and Authorization?
  • Ans. 

    Authentication verifies identity; authorization determines access rights.

    • Authentication is the process of verifying who a user is.

    • Authorization is the process of determining what a user can do.

    • Example of authentication: Logging in with a username and password.

    • Example of authorization: A user with admin rights can access all files, while a regular user cannot.

  • Answered by AI
  • Q7. What are the different types of locators available in Selenium? Please list them.
  • Ans. 

    Selenium provides various locators to identify web elements for automation testing.

    • 1. ID: Locates elements by their unique ID attribute. Example: driver.findElement(By.id('username'));

    • 2. Name: Locates elements by their name attribute. Example: driver.findElement(By.name('password'));

    • 3. Class Name: Locates elements by their class attribute. Example: driver.findElement(By.className('btn-submit'));

    • 4. Tag Name: Locates ele...

  • Answered by AI
  • Q8. What is the difference between Web.driver.close() and Web.driver.quit()?
  • Ans. 

    Web.driver.close() closes the current browser window, while Web.driver.quit() closes all browser windows and ends the WebDriver session.

    • Web.driver.close() only closes the active window, leaving other windows open.

    • Example: If you have multiple tabs open, close() will only close the tab in focus.

    • Web.driver.quit() terminates the entire WebDriver session, closing all windows.

    • Example: After running tests, quit() ensures all...

  • Answered by AI
  • Q9. Different types of applications in Mobiles?
  • Ans. 

    Mobile applications can be categorized into various types based on their functionality and technology.

    • Native Apps: Built for specific platforms (e.g., iOS, Android) using platform-specific languages (e.g., Swift, Kotlin).

    • Web Apps: Accessed via browsers, responsive to different screen sizes (e.g., Google Docs, Facebook).

    • Hybrid Apps: Combine elements of both native and web apps, using frameworks like Ionic or React Nativ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Technical 1 interview was really easy and basic. You have to be very sharp in your basics. I was not well prepared.
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
  • Q2. Write test cases of Login API
  • 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
  • Q7. Write a program to find the factorial

Skills evaluated in this interview

CARS24 HR Interview Questions

60 questions and answers

Q. Explain a project from your last job in great detail.
Q. What process did you follow in your last company?
Q. What is your current job role at CarDekho?
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
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

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you perform regression testing in complex feature
  • Ans. 

    Regression testing in complex features involves identifying critical test cases, automating tests, and executing them regularly.

    • Identify critical test cases that cover the main functionalities of the complex feature

    • Automate these test cases to ensure efficient and consistent testing

    • Execute regression tests regularly to catch any potential issues or regressions

    • Use tools like Selenium, JUnit, or TestNG for automation and...

  • Answered by AI

Skills evaluated in this interview

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. They ask about over self and about family
  • Q2. And common question about customer service and skill and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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. Basic question of ...read more
  3. BE testing questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

4-6 weeks 100%
View more

Interview Questions from Similar Companies

Swiggy QA Engineer Interview Questions
3.7
 • 486 Interviews
Meesho QA Engineer Interview Questions
3.7
 • 379 Interviews
Udaan QA Engineer Interview Questions
4.0
 • 360 Interviews
Zepto QA Engineer Interview Questions
3.6
 • 330 Interviews
Tata 1mg QA Engineer Interview Questions
3.6
 • 191 Interviews
View all
CARS24 QA Engineer Salary
based on 13 salaries
₹8.8 L/yr - ₹15 L/yr
91% more than the average QA Engineer Salary in India
View more details

CARS24 QA Engineer Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

3.2

Salary

3.1

Job security

3.1

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Retail Associate
883 salaries
unlock blur

₹1.8 L/yr - ₹4.9 L/yr

Team Lead
476 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Evaluation Engineer
472 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Retail Manager
423 salaries
unlock blur

₹3.3 L/yr - ₹7.1 L/yr

Key Account Manager
369 salaries
unlock blur

₹2.2 L/yr - ₹6.4 L/yr

Explore more salaries
Compare CARS24 with

Swiggy

3.7
Compare

Udaan

4.0
Compare

Meesho

3.7
Compare

XpressBees

4.2
Compare
write
Share an Interview