Add office photos
Engaged Employer

CarDekho

3.7
based on 825 Reviews
Filter interviews by

20+ Interview Questions and Answers

Updated 10 Oct 2024

Q1. What if you found that there is an error in your code which tester missed and the project is going to live in morning. What will you do even they issue remain after trying to fix in extra hours(night).

Ans.

I would immediately inform the project manager and the testing team about the error and work collaboratively to find a solution.

  • Notify the project manager and testing team about the error

  • Collaborate with the testing team to understand the issue

  • Analyze the code to identify the root cause of the error

  • Work with the development team to fix the error as quickly as possible

  • Perform thorough testing to ensure the issue is resolved

  • Communicate the status and progress to the project man...read more

View 2 more answers

Q2. What are the basic rules you need to verify for evaluation of a vehicle?

Ans.

Basic rules for evaluating a vehicle

  • Check the vehicle's registration and ownership documents

  • Inspect the exterior and interior of the vehicle for any damages or wear and tear

  • Test drive the vehicle to check for any mechanical issues

  • Check the vehicle's service history and maintenance records

  • Verify the vehicle's mileage and fuel efficiency

  • Check the safety features of the vehicle

  • Evaluate the vehicle's resale value

Add your answer

Q3. What is the difference between a hatchbacks and sedan and SUVs

Ans.

Hatchbacks are compact cars with a rear door that opens upwards. Sedans have a separate trunk compartment. SUVs are larger vehicles with high ground clearance.

  • Hatchbacks are smaller and more fuel-efficient than sedans and SUVs.

  • Sedans have a separate trunk compartment and are more spacious than hatchbacks.

  • SUVs are larger vehicles with high ground clearance and are suitable for off-road driving.

  • SUVs are more expensive than hatchbacks and sedans.

  • Examples of hatchbacks include Vo...read more

Add your answer

Q4. How many quarter panels,cross members and pillars in a car?

Ans.

The number of quarter panels, cross members, and pillars in a car varies depending on the make and model.

  • The number of quarter panels depends on the number of doors the car has.

  • Cross members are structural components that connect the left and right sides of the car.

  • Pillars are vertical supports that help to hold up the roof of the car.

  • Some cars have additional structural components such as rocker panels and floor pans.

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. How turbocharger and fuel pump effected after Engine back compression?

Ans.

Engine back compression can cause damage to turbocharger and fuel pump.

  • Increased back pressure can damage the turbocharger's turbine wheel and bearings.

  • Fuel pump may struggle to deliver enough fuel to the engine due to increased resistance from back compression.

  • Regular maintenance and monitoring can help prevent damage to these components.

  • Upgraded components may be necessary for high-performance engines with increased back pressure.

Add your answer

Q6. What you know about RTO/DTO and old car purchasing documents?

Ans.

RTO/DTO and old car purchasing documents are related to vehicle registration and transfer of ownership.

  • RTO (Regional Transport Office) and DTO (District Transport Office) are government bodies responsible for vehicle registration and issuing driving licenses.

  • Old car purchasing documents include the sale deed, transfer certificate, and registration certificate.

  • The transfer of ownership process involves submitting the necessary documents to the RTO/DTO and paying the required f...read more

Add your answer
Are these interview questions helpful?

Q7. How will you verify a vehicles structural damage?

Ans.

I will inspect the vehicle's frame, body panels, and suspension for signs of damage.

  • Check for any visible signs of damage such as dents, cracks, or creases in the frame or body panels.

  • Inspect the suspension for any misalignment or damage to the components.

  • Use specialized tools such as a frame measuring system to check for any structural damage that may not be visible to the naked eye.

  • Perform a test drive to check for any unusual noises or vibrations that may indicate structur...read more

Add your answer

Q8. What are the rules of customer handlings?

Ans.

Rules of customer handling involve active listening, empathy, problem-solving, and effective communication.

  • Listen actively to the customer's concerns

  • Show empathy and understanding towards their situation

  • Offer solutions to their problems

  • Communicate effectively and clearly

  • Be patient and respectful

  • Follow up to ensure satisfaction

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. How you make customers delite?

Ans.

Customers can be delighted by providing exceptional service and personalized experiences.

  • Offer personalized recommendations based on their preferences

  • Respond promptly and empathetically to their concerns

  • Provide unexpected perks or rewards

  • Create a welcoming and comfortable environment

  • Go above and beyond to exceed their expectations

Add your answer

Q10. What is hypothetication?

Ans.

Hypothecation is the process of pledging an asset as collateral for a loan without giving up possession of the asset.

  • Hypothecation is commonly used in the finance industry for secured loans.

  • The borrower retains possession of the asset but the lender has a right to seize it if the borrower defaults on the loan.

  • Examples of hypothecation include using a car as collateral for a car loan or using stocks as collateral for a margin loan.

  • Hypothecation is different from mortgage, wher...read more

Add your answer

Q11. Diff between unique and primary key in sql

Ans.

Unique key allows null values, primary key does not.

  • Primary key is a unique identifier for a record in a table

  • Unique key allows null values, primary key does not

  • A table can have only one primary key, but multiple unique keys

  • Primary key is automatically indexed, unique key is not necessarily indexed

Add your answer

Q12. How to select second maximum value without using (row_number and rank) in SQL.

Ans.

Answering how to select second maximum value without using row_number and rank in SQL.

  • Use subquery to find the maximum value and exclude it from the result set

  • Use the MAX() function again to find the second maximum value

  • Use the WHERE clause to filter out any other values equal to the second maximum value

Add your answer

Q13. Implement merge sort from scratch for sorting array of objects based on given key

Ans.

Implement merge sort algorithm to sort array of strings based on a given key

  • Divide the array into two halves recursively

  • Merge the two sorted halves based on the given key

  • Repeat until the entire array is sorted

  • Example: ['apple', 'banana', 'cherry'] sorted based on length: ['apple', 'cherry', 'banana']

Add your answer

Q14. Explain group by clause with used cases

Ans.

Group by clause is used to group data based on a specific column in a table.

  • Used with aggregate functions like SUM, COUNT, AVG, etc.

  • Helps in analyzing data by grouping it based on a common attribute.

  • Can be used with multiple columns to create nested groups.

  • Example: GROUP BY department in a table of employees to get the total salary for each department.

Add your answer

Q15. What will you do if the sales is not up to the mark

Ans.

If sales are not up to the mark, I will analyze the reasons, adjust strategies, provide additional training, and closely monitor performance.

  • Analyze the reasons for low sales performance

  • Adjust sales strategies based on analysis

  • Provide additional training and support to sales team

  • Closely monitor sales performance and make necessary adjustments

Add your answer

Q16. Use of having clause in sql

Ans.

HAVING clause is used in SQL to filter data based on aggregate functions.

  • It is used with GROUP BY clause to filter data based on aggregate functions

  • It is used to filter data after grouping has been done

  • It is similar to WHERE clause but operates on grouped data

  • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

Add your answer

Q17. CountA,CountB,Countif used case in Google sheet

Ans.

CountA, CountB, Countif are functions used in Google Sheets to count cells based on certain criteria.

  • CountA counts the number of cells in a range that are not empty.

  • CountB counts the number of cells in a range that are not blank.

  • Countif counts the number of cells in a range that meet a certain condition.

  • Countif can be used with operators like >, <, =, and functions like AND, OR.

  • Countif can also be used with wildcards like *, ? to match patterns.

Add your answer

Q18. What are problems CarDekho has and what solutions you suggest

Ans.

CarDekho faces issues with customer retention and competition. Solutions include improving customer service and implementing innovative marketing strategies.

  • Improve customer service to enhance customer satisfaction and loyalty

  • Implement innovative marketing strategies to stand out from competitors

  • Analyze competitors' strengths and weaknesses to identify opportunities for growth

  • Enhance online presence and user experience to attract more customers

  • Offer personalized deals and dis...read more

View 1 answer

Q19. How many panels are there in a car.

Ans.

The number of panels in a car can vary depending on the make and model, but typically there are around 20-30 panels.

  • The number of panels in a car can vary depending on the make and model.

  • Common panels include doors, fenders, hood, trunk, roof, and quarter panels.

  • Some cars may have additional panels such as side skirts, bumpers, and spoilers.

  • Luxury cars or sports cars may have more complex body designs with additional panels.

  • The exact number of panels can also depend on the ca...read more

View 1 answer

Q20. How to check engine repair and back compressor

Ans.

To check engine repair and back compressor, inspect for any leaks, unusual noises, and performance issues.

  • Inspect for any leaks in the engine and compressor

  • Listen for any unusual noises during operation

  • Check the performance of the engine and compressor for any issues

  • Look for any visible damage or wear on the engine and compressor components

Add your answer

Q21. Types of join in sql and their differences

Ans.

Types of joins in SQL include inner join, outer join, left join, right join, and full join.

  • Inner join: returns rows when there is a match in both tables

  • Outer join: returns all rows from both tables, filling in NULLs for missing matches

  • Left join: returns all rows from the left table and the matched rows from the right table

  • Right join: returns all rows from the right table and the matched rows from the left table

  • Full join: returns rows when there is a match in either table

Add your answer

Q22. Cohort Analysis in google analytics

Ans.

Cohort analysis in Google Analytics helps track the behavior of specific groups of users over time.

  • Cohort analysis groups users based on a common characteristic or behavior, such as sign-up date or acquisition channel.

  • It helps in understanding user retention, engagement, and conversion rates for different cohorts.

  • Example: Analyzing the retention rate of users who signed up in a particular month compared to users who signed up in another month.

Add your answer
Asked in
SPM Interview

Q23. How do you define product management

Ans.

Product management involves overseeing the development and marketing of a product from conception to launch.

  • Product management involves identifying market needs and opportunities

  • It includes defining the product vision and strategy

  • Product managers work closely with cross-functional teams such as engineering, design, and marketing

  • They prioritize features and enhancements based on customer feedback and business goals

  • Product managers also track and analyze product performance met...read more

Add your answer

Q24. Scope of improvements in the project

Ans.

The scope of improvements in the project includes enhancing user experience, optimizing performance, and adding new features.

  • Identify pain points and gather feedback from users

  • Prioritize improvements based on impact and feasibility

  • Implement iterative changes and measure success through metrics

  • Collaborate with cross-functional teams for seamless execution

Add your answer

Q25. Whether you can travel?

Ans.

Yes, I am able to travel for work as needed.

  • I have a valid driver's license and reliable transportation.

  • I am willing to travel for client meetings, trainings, and conferences.

  • I am comfortable with overnight travel if required.

  • I am familiar with booking travel accommodations and managing travel expenses.

Add your answer

Q26. Cooling system explaine

Ans.

A cooling system is a mechanism used to remove heat from a space or substance.

  • Cooling systems can be found in various applications such as air conditioning units, refrigerators, and computer systems.

  • There are different types of cooling systems including air-cooled, water-cooled, and evaporative cooling.

  • Cooling systems work by transferring heat from the space or substance to a coolant, which then carries the heat away.

  • Regular maintenance and cleaning are important to ensure th...read more

Add your answer

Q27. Nature of work

Ans.

Sales executives are responsible for selling products or services to customers and maintaining relationships with clients.

  • Identifying potential customers and generating leads

  • Meeting with clients to understand their needs and offer solutions

  • Negotiating prices and closing deals

  • Maintaining relationships with existing clients and ensuring customer satisfaction

  • Keeping up-to-date with industry trends and competitors

  • Preparing sales reports and forecasts

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 18 interviews in the last 1 year
Interview experience
4.6
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 630 Interview Questions
3.5
 • 415 Interview Questions
3.8
 • 399 Interview Questions
3.6
 • 377 Interview Questions
3.6
 • 178 Interview Questions
View all
Top CarDekho Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter