Upload Button Icon Add office photos

Delphi Automotive Systems

Compare button icon Compare button icon Compare

Filter interviews by

Delphi Automotive Systems Intern Interview Questions and Answers

Updated 23 Jun 2017

7 Interview questions

An Intern was asked
Q. Explain the 8051 microcontroller.
Ans. 

The 8051 microcontroller is a popular 8-bit microcontroller known for its simplicity and versatility.

  • Developed by Intel in 1980s

  • Based on Harvard architecture

  • Has 128 bytes of RAM and 4KB of ROM

  • Supports both serial and parallel communication

  • Used in various applications like industrial automation, robotics, etc.

An Intern was asked
Q. Explain how interrupts work.
Ans. 

Interrupts are signals sent to the CPU to temporarily halt its current task and handle a higher priority task.

  • Interrupts are used to handle events that require immediate attention.

  • They allow the CPU to respond to external devices or events in real-time.

  • Interrupts can be generated by hardware devices or software instructions.

  • When an interrupt occurs, the CPU saves its current state and jumps to an interrupt handler...

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more
An Intern was asked
Q. How many bits was your microcontroller?
Ans. 

The microcontroller was 32 bits.

  • The microcontroller had a 32-bit architecture.

  • This means it could process data in chunks of 32 bits at a time.

  • Examples of 32-bit microcontrollers include the ARM Cortex-M series and the PIC32 series.

An Intern was asked
Q. Explain the working of ADC in your microcontroller.
Ans. 

ADC in a microcontroller converts analog signals into digital values for processing.

  • ADC stands for Analog-to-Digital Converter.

  • It samples and quantizes analog signals to produce digital values.

  • The microcontroller's ADC typically has a resolution, sampling rate, and reference voltage.

  • The resolution determines the number of possible digital values.

  • The sampling rate defines how often the ADC samples the analog signal...

An Intern was asked
Q. What do you mean by bit masking?
Ans. 

Bit masking is a technique used in computer programming to manipulate individual bits within a binary number.

  • Bit masking involves using bitwise operators to set, clear, or toggle specific bits in a binary number.

  • It is commonly used for tasks like checking if a specific bit is set, extracting specific bits, or setting specific bits.

  • Example: Using a bitwise AND operator (&) with a bitmask can check if a specific bit...

An Intern was asked
Q. What do you mean by interrupts?
Ans. 

Interrupts are signals sent by hardware or software to interrupt the normal execution of a program.

  • Interrupts are used to handle time-sensitive events or to communicate with hardware devices.

  • They can be generated by hardware devices, such as a keyboard or mouse, or by software, such as an operating system.

  • When an interrupt occurs, the current execution of the program is paused, and a specific interrupt handler rou...

An Intern was asked
Q. Explain your Mtech project
Ans. 

Developed a machine learning model to predict stock market trends

  • Used historical stock market data to train the model

  • Implemented various machine learning algorithms such as linear regression and random forest

  • Evaluated the model's performance using metrics like accuracy and precision

  • Applied feature engineering techniques to improve the model's predictive power

Are these interview questions helpful?

Delphi Automotive Systems Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2017

I appeared for an interview in Jun 2017.

Interview Questionnaire 

10 Questions

  • Q1. Explain Your Btech Project
  • Ans. 

    Designed a smart irrigation system using IoT technology for efficient water usage.

    • Used sensors to monitor soil moisture levels

    • Implemented a control system to regulate water flow based on sensor data

    • Developed a mobile app for users to monitor and control the irrigation system remotely

  • Answered by AI
  • Q2. Explain the working of ADC in your microcontroller
  • Ans. 

    ADC in a microcontroller converts analog signals into digital values for processing.

    • ADC stands for Analog-to-Digital Converter.

    • It samples and quantizes analog signals to produce digital values.

    • The microcontroller's ADC typically has a resolution, sampling rate, and reference voltage.

    • The resolution determines the number of possible digital values.

    • The sampling rate defines how often the ADC samples the analog signal.

    • The ...

  • Answered by AI
  • Q3. How many bits were your microcontroller
  • Ans. 

    The microcontroller was 32 bits.

    • The microcontroller had a 32-bit architecture.

    • This means it could process data in chunks of 32 bits at a time.

    • Examples of 32-bit microcontrollers include the ARM Cortex-M series and the PIC32 series.

  • Answered by AI
  • Q4. What do you mean by bit masking?
  • Ans. 

    Bit masking is a technique used in computer programming to manipulate individual bits within a binary number.

    • Bit masking involves using bitwise operators to set, clear, or toggle specific bits in a binary number.

    • It is commonly used for tasks like checking if a specific bit is set, extracting specific bits, or setting specific bits.

    • Example: Using a bitwise AND operator (&) with a bitmask can check if a specific bit is s...

  • Answered by AI
  • Q5. What do you mean by interrupts?
  • Ans. 

    Interrupts are signals sent by hardware or software to interrupt the normal execution of a program.

    • Interrupts are used to handle time-sensitive events or to communicate with hardware devices.

    • They can be generated by hardware devices, such as a keyboard or mouse, or by software, such as an operating system.

    • When an interrupt occurs, the current execution of the program is paused, and a specific interrupt handler routine ...

  • Answered by AI
  • Q6. Explain the working of Interrupts.
  • Ans. 

    Interrupts are signals sent to the CPU to temporarily halt its current task and handle a higher priority task.

    • Interrupts are used to handle events that require immediate attention.

    • They allow the CPU to respond to external devices or events in real-time.

    • Interrupts can be generated by hardware devices or software instructions.

    • When an interrupt occurs, the CPU saves its current state and jumps to an interrupt handler rout...

  • Answered by AI
  • Q7. Explain your Mtech project
  • Ans. 

    Developed a machine learning model to predict stock market trends

    • Used historical stock market data to train the model

    • Implemented various machine learning algorithms such as linear regression and random forest

    • Evaluated the model's performance using metrics like accuracy and precision

    • Applied feature engineering techniques to improve the model's predictive power

  • Answered by AI
  • Q8. What were the problems you faced in your project?
  • Ans. 

    The problems faced in my project included communication issues, technical challenges, and time constraints.

    • Communication issues with team members led to misunderstandings and delays in project progress.

    • Technical challenges such as software bugs and compatibility issues required troubleshooting and additional time to resolve.

    • Time constraints due to tight deadlines resulted in rushed work and potential quality compromise...

  • Answered by AI
  • Q9. How do you cope up with your team partner who doesnot do any work?
  • Ans. 

    I would address the issue directly with my team partner and try to find a solution together.

    • Have an open and honest conversation with the team partner to understand their perspective and reasons for not doing work

    • Set clear expectations and goals for the team project, and assign specific tasks to each team member

    • Offer support and assistance to the team partner if they are struggling with their workload

    • Seek help from a s...

  • Answered by AI
  • Q10. Explain 8051 microcontroller
  • Ans. 

    The 8051 microcontroller is a popular 8-bit microcontroller known for its simplicity and versatility.

    • Developed by Intel in 1980s

    • Based on Harvard architecture

    • Has 128 bytes of RAM and 4KB of ROM

    • Supports both serial and parallel communication

    • Used in various applications like industrial automation, robotics, etc.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was an offline exam.The first three sections had to be attended by everyone.Depending upon your stream you could choose the 4th section between electrical and electronics or Computer Science.The questions were of mediocre level.
Tips: Refer RS aggarwal and go through questions of importantly alligations and mixtures, HCF and LCM,trains, work and time.Also refer other questions also.
Duration: 1 hour 15 minutes
Total Questions: 50

Round: Technical + HR Interview
Experience: The interviewer asked many questions from microcontroller. He was more into the microcontroller part.
Tips: Be through with microcontroller and each of its working.

College Name: VIT Vellore

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Delphi Automotive Systems?
Ask anonymously on communities.

Interview questions from similar companies

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 6 May 2022

I applied via Campus Placement and was interviewed before May 2021. There were 2 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. Explain your academic projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Only put the information in your resume which you are very confident about . if you don't remember something or where weak at it better not to put it there . they will ask questions only based on your resume.

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 4 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Normal questions about academics and small projects

Interview Preparation Tips

Interview preparation tips for other job seekers - For international students tip would be be yourself, explain your journey and goals and what motivates to work as an intern for the respective position

Intern Interview Questions & Answers

Bosch user image hello temp

posted on 15 Apr 2024

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 normal level dsa questions using any language

Round 2 - Technical 

(1 Question)

  • Q1. 30min easy level interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve and practice multiple easy level questions from leetcode
Interview experience
1
Bad
Difficulty level
-
Process Duration
6-8 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2022. There were 2 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 

(3 Questions)

  • Q1. The recruiters if they are not old just shutdown interview and search other job rather than wasting time.They ask irrelevant topics.They asked me interfaces in javascript.I dont remember the recruiter name...
  • Q2. They are poor technical background frustated guys who interview us they have been torchered in such a way that they dont even ask fair questions in the interviews.Even i would have got offer i would have r...
  • Q3. Interfaces in javascript
  • Ans. 

    Interfaces in JavaScript allow for defining a contract for objects to implement.

    • Interfaces are not natively supported in JavaScript, but can be emulated using object literals and duck typing.

    • Interfaces define a set of methods and properties that an object must implement in order to be considered an instance of that interface.

    • Interfaces can be used to enforce a certain level of consistency and structure in code, making ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply and waste your time for this company

Skills evaluated in this interview

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 2 Apr 2024

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Good question are asked

Round 2 - Technical 

(1 Question)

  • Q1. Introduce yourself
  • Ans. 

    I am a motivated student with a passion for learning, seeking an internship to apply my skills and gain practical experience.

    • Currently pursuing a degree in [Your Major] at [Your University].

    • Involved in [Relevant Extracurricular Activities], such as [Example].

    • Completed projects in [Relevant Skills or Topics], like [Example Project].

    • Eager to learn and contribute to [Specific Field or Company].

  • Answered by AI

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 13 Apr 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions similar to engineering entrance exam like gate

Round 2 - HR 

(1 Question)

  • Q1. Location prospect, work hours flexibility, factory life balance related questions
Are these interview questions helpful?

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 9 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy and medium questions asked

Round 2 - Coding Test 

It was medium and okay not difficult

Interview Preparation Tips

Topics to prepare for Bosch Intern interview:
  • Python
Interview preparation tips for other job seekers - prepare well

Intern Interview Questions & Answers

Bosch user image Houda Sabri

posted on 5 Mar 2024

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

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Machine learning algorithms
  • Ans. 

    Machine learning algorithms are used to analyze data, learn patterns, and make predictions without being explicitly programmed.

    • Machine learning algorithms can be categorized into supervised, unsupervised, and reinforcement learning.

    • Examples of machine learning algorithms include linear regression, decision trees, support vector machines, and neural networks.

    • These algorithms are used in various applications such as imag...

  • Answered by AI
  • Q2. Classification and clustering algorithms
  • Q3. Gaussian mixture
  • Q4. Basic NLP questions

Skills evaluated in this interview

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 21 Mar 2024

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

I applied via YBox and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to join in our company?
  • Q2. What do you know about this industry?

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepared, be patient and confident, you should make sure that your experience and activities related to the job must be in your brain with a storyline

Delphi Automotive Systems Interview FAQs

What are the top questions asked in Delphi Automotive Systems Intern interview?

Some of the top questions asked at the Delphi Automotive Systems Intern interview -

  1. Explain the working of ADC in your microcontroll...read more
  2. What do you mean by bit maski...read more
  3. What do you mean by interrup...read more

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

Bosch Intern Interview Questions
4.2
 • 12 Interviews
View all

Delphi Automotive Systems Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
32 salaries
unlock blur

₹4.1 L/yr - ₹11.5 L/yr

Design Engineer
23 salaries
unlock blur

₹3.7 L/yr - ₹8.3 L/yr

Engineer
15 salaries
unlock blur

₹3.5 L/yr - ₹9.2 L/yr

Senior Engineer
10 salaries
unlock blur

₹6.3 L/yr - ₹14.5 L/yr

Deputy Manager
9 salaries
unlock blur

₹9.3 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Delphi Automotive Systems with

Bosch

4.2
Compare

Samvardhana Motherson Group

3.7
Compare

MRF Tyres

3.6
Compare

Apollo Tyres

4.0
Compare
write
Share an Interview