Upload Button Icon Add office photos

Autodata Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 questions in 60 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. System design, 1 hr
  • Q2. Don’t remember the question
Round 3 - HR 

(2 Questions)

  • Q1. Asked about my school life
  • Q2. Asked about my family
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

About artificial intelligence

Round 2 - Coding Test 

What is oops and print fobanocci series

Interview Questionnaire 

2 Questions

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items and discards the least recently used items.

    • Use a hash table to store key-value pairs

    • Use a doubly linked list to keep track of the order of items

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the back of the list

    • Lookup and insertion should be O(1) time complexity

  • Answered by AI
  • Q2. Implement 2 stacks in an array
  • Ans. 

    Implement 2 stacks in an array

    • Divide the array into two halves

    • Use top1 and top2 to keep track of top elements of stacks

    • Push and pop elements from respective halves

    • Check for overflow and underflow conditions

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Questions from trees and linkedin

Round 3 - Technical 

(2 Questions)

  • Q1. Question on dsa and on oops
  • Q2. Reverse linked list with multiple approach
  • Ans. 

    Reverse a linked list using multiple approaches.

    • Iterative approach: Use three pointers to reverse the links between nodes.

    • Recursive approach: Recursively reverse the rest of the list and adjust the links.

    • Stack approach: Push all the nodes onto a stack and then pop them to create the reversed list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Free aws d resfg rtrt bert ert treytr ret ert ert tret tre tryr tr rt try tr ytry try tr ytry try try t ty try tr try

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

The test consisted of 4 DSA questions (1 easy, 2 medium, 1 hard) that had to be completed in 2 hours. They were standard questions from Leetcode and the test was similar to Leetcode's weekly coding contest.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Simple DSA questions like time complexity to insert in a Hash Map, the difference between singly and doubly linked lists, etc.
  • Q2. Subarray with sum 0
  • Ans. 

    Find subarray in an array with sum 0

    • Iterate through the array and keep track of the running sum

    • Store the running sum in a hashmap and check if the same sum has been seen before

    • If the sum is 0 or if the running sum is already in the hashmap, a subarray with sum 0 exists

  • Answered by AI
  • Q3. Linked List Cycle
  • Q4. Rainwater trapping proble
Round 3 - One-on-one 

(2 Questions)

  • Q1. Design a database for a blogging website
  • Ans. 

    Database design for a blogging website

    • Create tables for users, blog posts, comments, and categories

    • Use primary and foreign keys to establish relationships between tables

    • Include fields such as title, content, author, date, and tags

    • Implement indexing for faster retrieval of data

    • Consider implementing a caching mechanism for improved performance

  • Answered by AI
  • Q2. What can be done to balance the load of requests coming to a single server
  • Ans. 

    To balance the load of requests on a single server, one can implement load balancing techniques.

    • Implementing a load balancer to distribute incoming requests evenly across multiple servers

    • Using round-robin algorithm to route requests to different servers in a sequential manner

    • Utilizing server health checks to monitor the performance of each server and adjust the load distribution accordingly

  • Answered by AI
Round 4 - One-on-one 

(4 Questions)

  • Q1. Design database for my college
  • Ans. 

    Design a database for a college

    • Create tables for students, courses, professors, departments, and grades

    • Establish relationships between tables using foreign keys

    • Include attributes such as student ID, course ID, professor ID, department ID, and grade

    • Consider normalization to reduce redundancy and improve data integrity

  • Answered by AI
  • Q2. Pseudo code to validate password
  • Ans. 

    Pseudo code to validate password

    • Create a function that takes a password as input

    • Check if the password meets the required criteria (e.g. length, special characters)

    • Return true if the password is valid, false otherwise

  • Answered by AI
  • Q3. Strengths and weakness that can affect my profesional life
  • Q4. Challenges faced during the projects in my resum and how did I overcome them

Interview Preparation Tips

Topics to prepare for Carwale Associate Software Engineer interview:
  • System Design
  • DSA
Interview preparation tips for other job seekers - Practice more and more in coding contests, and please be honest in your resume as well as during an interview

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

5 questions of medium difficulty level covering topics like queue, dynamic programming, binary search, greedy.

Round 2 - Technical 

(1 Question)

  • Q1. System design. Using a NoSQL document schema. Design a document store schema to store bike model data.
Round 3 - HR 

(1 Question)

  • Q1. Willing to relocate to Navi Mumbai. Strengths and weekness General process related to my compatibility with the company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company 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 Resume tips
Round 2 - Coding Test 

Technical questions based on dsa

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on sql based on joins and cte
  • Q2. Questions on linq based on data transformation
Round 4 - Coding Test 

Questions based on high level programming and system architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on the basics of dsa,sql and. Net framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1 hr, there were some DSA problems

Round 2 - Coding Test 

1 hr, there were some DSA problems

Round 3 - Manegerical 

(2 Questions)

  • Q1. Any hard situation u faced ?
  • Q2. How you tackled hard situation
Round 1 - Technical 

(1 Question)

  • Q1. Be confident there is no barrier of language in this organisation if you are comfortable in hindi use it

Interview Preparation Tips

Interview preparation tips for other job seekers - Dress casual it works in this kind of startups
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

General SQL and Python questions for Data analysis and Visualization tools

Round 2 - One-on-one 

(2 Questions)

  • Q1. What do you understand y Churn Rate ?
  • Ans. 

    Churn Rate is the percentage of customers who stop using a product or service over a certain period of time.

    • Churn Rate is calculated by dividing the number of customers who stopped using the product by the total number of customers at the beginning of the period.

    • It is used to measure customer retention and satisfaction.

    • A high churn rate indicates that a company may be losing customers at a high rate, while a low churn ...

  • Answered by AI
  • Q2. What can be done to increase retention rate ?
  • Ans. 

    To increase retention rate, companies can focus on improving employee engagement, providing opportunities for growth and development, offering competitive compensation and benefits, and creating a positive work culture.

    • Improve employee engagement through regular feedback sessions and recognition programs

    • Provide opportunities for growth and development through training programs and career advancement opportunities

    • Offer ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company.
Contribute & help others!
anonymous
You can choose to be anonymous

Autodata Interview FAQs

How to prepare for Autodata 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 Autodata. The most common topics and skills that interviewers at Autodata expect are Power Electronics, Research, Sales and Service Engineering.

Recently Viewed

INTERVIEWS

One Auto

No Interviews

PHOTOS

ATMARAM AUTO ENTERPRISES

No Photos

JOBS

ATMARAM AUTO ENTERPRISES

No Jobs

PHOTOS

India Kawasaki Motors Pvt. Ltd.

No Photos

SALARIES

Shree Automotive

No Salaries

COMPANY BENEFITS

Shree Automotive

No Benefits

JOBS

India Kawasaki Motors Pvt. Ltd.

No Jobs

PHOTOS

Jaika Motors

No Photos

JOBS

Jaika Motors

No Jobs

SALARIES

RMH Motoroctane

No Salaries

Tell us how to improve this page.

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 1k Interviews
CarDekho Group Interview Questions
3.7
 • 72 Interviews
GoMechanic Interview Questions
3.7
 • 48 Interviews
Carwale Interview Questions
3.4
 • 41 Interviews
Cartrade.com Interview Questions
4.0
 • 10 Interviews
Pitstop Interview Questions
4.3
 • 3 Interviews
View all

Autodata Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

4.2

Skill development

3.8

Work-life balance

3.8

Salary

3.6

Job security

3.9

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 10 Reviews and Ratings
Account Assistant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

ITI Technician
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Draughtsman Mechanical
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Autodata with

Carwale

3.4
Compare

CarDekho Group

3.7
Compare

Cartrade.com

4.0
Compare

Mahindra First Choice Wheels

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