Upload Button Icon Add office photos

Filter interviews by

Veoneer India Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Veoneer India Interview Questions and Answers

View all 6 questions

Veoneer India Interview Experiences

Popular Designations

8 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. What is your experience with payroll process

Junior Executive Interview Questions asked at other Companies

Q1. 1, What is the unit operation and unit process ?
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. CI/CD discussion

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. AutoSAR BSW, Com Stack, MCAL
  • Q2. Previous Projects, Roles & Responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience, good interaction and quick feedback

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2021

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

I was interviewed before Jun 2020.

Round 1 - Coding Test 

Developing Matlab model for given logic

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Veoneer India interview questions for popular designations

 Lead Engineer

 (2)

 Associate - Team Lead

 (1)

 Associate Lead

 (1)

 Associate Software Engineer

 (1)

 Graduate Engineer Trainee (Get)

 (1)

 Junior Executive

 (1)

 Technical Lead

 (1)

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

I applied via campus placement at SDM College of Engineering and Technology, Dharwad and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Basic cpp questions and some quantative aptitude questions there

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Get interview-ready with Top Veoneer India Interview Questions

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

I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell something about CAN and UDS
  • Ans. 

    CAN and UDS are communication protocols used in automotive industry.

    • CAN (Controller Area Network) is a bus communication protocol used in automotive industry for communication between various electronic control units (ECUs) in a vehicle.

    • UDS (Unified Diagnostic Services) is a diagnostic communication protocol used in automotive industry for communication between a diagnostic tester and an ECU.

    • CAN is used for real-time c...

  • Answered by AI
  • Q2. Do you ADAS features if yes then briefly explain about features
  • Ans. 

    Yes, ADAS features are advanced driver assistance systems that help drivers in various ways.

    • ADAS features include lane departure warning, adaptive cruise control, automatic emergency braking, and blind spot monitoring.

    • Lane departure warning alerts drivers when they unintentionally drift out of their lane.

    • Adaptive cruise control adjusts the speed of the vehicle to maintain a safe distance from the vehicle in front.

    • Autom...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. How are measuring Ground Truth wrt Sensor Behaviour.
  • Ans. 

    Ground truth is measured by comparing sensor data with actual real-world observations.

    • Collect real-world data to establish a baseline for expected sensor behavior

    • Compare sensor data to the established baseline to identify any discrepancies

    • Use statistical analysis to determine the accuracy and precision of the sensor data

    • Perform regular calibration and maintenance to ensure sensor accuracy

    • Example: Comparing GPS data wit

  • Answered by AI
  • Q2. Why you are looking for change.

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask questions related to CAN and UDS with some ADAS features knowledge.

Associate - Team Lead Interview Questions asked at other Companies

Q1. Do you ADAS features if yes then briefly explain about features
View answer (1)

Jobs at Veoneer India

View all

Interview Questionnaire 

4 Questions

  • Q1. Self Introduction
  • Q2. Graduation Project in Details
  • Q3. Embedded System
  • Q4. C and it’s coding 1 or 2 general programs

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Fibonacci in c programming
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • In C programming, Fibonacci series can be generated using loops or recursion.

    • The first two numbers in the series are always 0 and 1.

    • The next number is the sum of the previous two numbers.

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 1213...

  • Answered by AI
  • Q2. Explain i2c,spi protocols
  • Ans. 

    I2C and SPI are communication protocols used to transfer data between devices.

    • I2C stands for Inter-Integrated Circuit and is a synchronous serial communication protocol used for short-distance communication between devices.

    • SPI stands for Serial Peripheral Interface and is a synchronous serial communication protocol used for communication between microcontrollers and peripheral devices.

    • I2C uses a master-slave architectu...

  • Answered by AI
  • Q3. Explain storage classes, memory layout of c?
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • C has four storage classes: auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables have a lifetime throughout the program and are initialized only once.

    • Extern variables are declared in one file and can be accessed in other f...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Veoneer India Associate Lead interview:
  • C
  • TCP/ip
  • Linux
  • Linux Internals
  • Microcontroller
  • Multithreading
Interview preparation tips for other job seekers - Basic c programming, project related questions, socket programming, microcontroller related

Skills evaluated in this interview

Associate Lead Interview Questions asked at other Companies

Q1. Difference between Money laundering and terrorist financing?
View answer (2)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was general snowflake related
  • Q2. Deep dive into architecture of snowflake
Round 2 - Technical 

(1 Question)

  • Q1. Coding based round with onsite team members

Interview Preparation Tips

Interview preparation tips for other job seekers - managerial round based on past experience and presentation skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Group Discussion 

About company policy

Round 2 - One-on-one 

(1 Question)

  • Q1. Based on sellery
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions

Veoneer India Interview FAQs

How many rounds are there in Veoneer India interview?
Veoneer India interview process usually has 1-2 rounds. The most common rounds in the Veoneer India interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Veoneer India 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 Veoneer India . The most common topics and skills that interviewers at Veoneer India expect are Automotive, AUTOSAR, SPI, Embedded C and UDS.
What are the top questions asked in Veoneer India interview?

Some of the top questions asked at the Veoneer India interview -

  1. Do you ADAS features if yes then briefly explain about featu...read more
  2. How are measuring Ground Truth wrt Sensor Behavio...read more
  3. Explain storage classes, memory layout of...read more

Tell us how to improve this page.

Veoneer India Interview Process

based on 7 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 330 Interviews
UNO Minda Interview Questions
4.0
 • 160 Interviews
Continental Interview Questions
3.9
 • 49 Interviews
Autoliv Interview Questions
4.0
 • 28 Interviews
View all

Veoneer India Reviews and Ratings

based on 110 reviews

4.0/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.7

Salary

3.9

Job security

3.8

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 110 Reviews and Ratings
IPU Buyer -- Purchase.

Bangalore / Bengaluru

9-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
162 salaries
unlock blur

₹5.6 L/yr - ₹14 L/yr

Software Engineer
133 salaries
unlock blur

₹3.1 L/yr - ₹10.1 L/yr

Associate Lead Engineer
113 salaries
unlock blur

₹9 L/yr - ₹17 L/yr

Lead Engineer
91 salaries
unlock blur

₹10.9 L/yr - ₹23 L/yr

Senior Leader Engineer
74 salaries
unlock blur

₹12.2 L/yr - ₹28 L/yr

Explore more salaries
Compare Veoneer India with

Bosch

4.2
Compare

Continental

3.9
Compare

Autoliv

3.9
Compare

Samvardhana Motherson Group

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