Upload Button Icon Add office photos

Filter interviews by

Delphi Automotive Systems Intern Interview Questions, Process, and Tips

Updated 23 Jun 2017

Delphi Automotive Systems Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2017

I was interviewed in Jun 2017.

Interview Questionnaire 

10 Questions

  • Q1. Explain Your Btech Project
  • 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?
  • Q9. How do you cope up with your team partner who doesnot do any work?
  • 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

Interview questions from similar companies

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 30 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is perspective view in ED
  • Q2. What are distributor-type fuel pumps
  • Ans. 

    Distributor-type fuel pumps are mechanical fuel pumps commonly used in older vehicles.

    • Distributor-type fuel pumps are driven by the engine's camshaft or distributor shaft.

    • They are typically found in carbureted engines.

    • These pumps deliver fuel to the carburetor through a series of mechanical components.

    • Examples include the AC Delco mechanical fuel pump and the Carter mechanical fuel pump.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare core subjects

Intern Interview Questions & Answers

MRF Tyres user image Paaul Antony

posted on 10 Oct 2024

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

It was quite hard but not too hard.

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

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Stick to the basic logical thought process and lead with confidence.

Round 2 - Technical 

(1 Question)

  • Q1. Focus on the manufacturing process aspects from practical point of view.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(2 Questions)

  • Q1. Nothing to say about the interview
  • Q2. Tell about yourself and about your family BG

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Experience, Nice place to learn new things learned may things during the intern ship, good company overall for learning and start the career
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 14 Mar 2024

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How does you background match our projects?
  • Q2. How can this internship help you achieve your goals
  • Q3. STAR method questions

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 29 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test with 2 questions

Round 2 - Technical 

(1 Question)

  • Q1. Project work based questions on deep learning
Round 3 - HR 

(1 Question)

  • Q1. What is Your strength
  • Ans. 

    My strength lies in my ability to adapt to new situations and learn quickly.

    • Quick learner

    • Adaptable

    • Problem solver

    • Strong work ethic

  • Answered by AI

Intern Interview Questions & Answers

Bosch user image Anonymous

posted on 14 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Something about network
  • Q2. It was ok, but i got a good grade and nothing after it

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

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.

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 & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Design Engineer
79 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Engineer
47 salaries
unlock blur

₹3.7 L/yr - ₹11.5 L/yr

Assistant Manager
33 salaries
unlock blur

₹6.5 L/yr - ₹11 L/yr

Engineer
25 salaries
unlock blur

₹2.4 L/yr - ₹8.3 L/yr

Quality Engineer
19 salaries
unlock blur

₹1 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Delphi Automotive Systems with

Bosch

4.2
Compare

Samvardhana Motherson Group

3.8
Compare

Mahindra & Mahindra

4.1
Compare

Tata Motors

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview