Upload Button Icon Add office photos

Filter interviews by

Elektrobit Automotive India Interview Questions, Process, and Tips

Updated 30 Jul 2022

Top Elektrobit Automotive India Interview Questions and Answers

View all 8 questions

Elektrobit Automotive India Interview Experiences

Popular Designations

3 interviews found

I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. How to use A single variable in 3 different files and when ever accessed it should give the updated value!
  • Ans. Define an Extern Class Data type in a 4th file with .h extention and include this .h extention in all the
  • Answered Anonymously
  • Q2. Explain Interrupts
  • Ans. 

    Interrupts are signals that temporarily halt the CPU's current task to execute a higher priority task.

    • Interrupts are used to handle events that require immediate attention

    • They can be hardware or software generated

    • Interrupts have a priority level that determines which one is executed first

    • Examples include keyboard input, mouse movement, and system calls

  • Answered by AI
  • Q3. Explain Maskable Interrupts
  • Ans. 

    Maskable interrupts are interrupts that can be disabled or enabled by the programmer.

    • Maskable interrupts can be controlled by setting or clearing bits in a register.

    • They can be used to prioritize interrupts and prevent lower priority interrupts from interrupting higher priority ones.

    • Examples of maskable interrupts include keyboard interrupts and timer interrupts.

    • Maskable interrupts are different from non-maskable inter...

  • Answered by AI
  • Q4. Write an ISR with Accepts an Int arguement and Returns an int value
  • Ans. 

    An ISR that accepts an int argument and returns an int value.

    • An ISR (Interrupt Service Routine) is a function that is executed in response to an interrupt.

    • The ISR should have a return type of int and accept an int argument.

    • The ISR can perform any necessary operations and return an int value.

    • Here's an example of an ISR in C language: int myISR(int arg) { // code goes here }

  • Answered by AI
  • Q5. Conditon for Stack overflow
  • Ans. 

    Stack overflow occurs when the call stack exceeds its maximum limit.

    • Stack overflow happens when a function calls itself indefinitely, causing the call stack to fill up.

    • It can also occur when a function recursively calls other functions, causing the call stack to exceed its limit.

    • Stack overflow can be prevented by optimizing recursive functions or increasing the maximum stack size.

  • Answered by AI
  • Q6. What is Stack
  • Ans. 

    A stack is a data structure that follows the Last-In-First-Out (LIFO) principle.

    • Elements are added and removed from the top of the stack.

    • Common operations include push (add element), pop (remove element), and peek (access top element).

    • Stacks can be implemented using arrays or linked lists.

    • Example: Undo/Redo functionality in a text editor.

  • Answered by AI
  • Q7. What is the difference between STRUCTURE AND union
  • Ans. 

    Structure is a user-defined data type that groups related variables of different data types. Union is a data type that allows storing different data types in the same memory location.

    • Structure allocates memory for all its members separately.

    • Union allocates memory for only one member at a time.

    • Structure is used when all members need to be accessed at the same time.

    • Union is used when only one member needs to be accessed ...

  • Answered by AI
  • Q8. Explain volatile
  • Ans. 

    Volatile is a keyword in programming that indicates a variable's value can change at any time.

    • Volatile is used to declare variables whose values can be changed by external factors.

    • It is commonly used in multi-threaded programming to ensure that the latest value of a variable is always used.

    • Volatile variables are not optimized by the compiler and are always read from memory.

    • Examples of volatile variables include hardwar

  • Answered by AI
  • Q9. What is RAM and ROM explain the difference.
  • Ans. 

    RAM and ROM are types of computer memory. RAM is volatile and used for temporary storage, while ROM is non-volatile and used for permanent storage.

    • RAM stands for Random Access Memory and is used for temporary storage of data and programs while the computer is running.

    • ROM stands for Read-Only Memory and is used for permanent storage of data and programs that cannot be changed.

    • RAM is volatile, meaning that its contents a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answersing Everything isn't Important. but you should be able to answer most of them. stay confident in what you know and what you dont!

Skills evaluated in this interview

Top Elektrobit Automotive India Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Write an ISR with Accepts an Int arguement and Returns an int value
View answer (2)

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 Referral and was interviewed in Jun 2022. There were 5 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. Basic questions on Java, Android Framework, testing setup and usage.
Round 3 - Technical 

(1 Question)

  • Q1. In depth questions in Android framework
Round 4 - Technical 

(1 Question)

  • Q1. Managerial round basic questions on past projects etc
Round 5 - HR 

(1 Question)

  • Q1. Normal introduction and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for techincal qustions.
Test suite knowledge is must.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.About C programming and basic questions of c , Protocols regarding SPI, I2C, UART and 8051 microcontroller and regarding graduation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and tell the genuine details and be prepare well. All the best guys

Top Elektrobit Automotive India Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Write an ISR with Accepts an Int arguement and Returns an int value
View answer (2)

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)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Networking Questions
  • Q2. General questions about yourself or family

Interview Preparation Tips

Round: Test
Experience: English Grammar
Duration: 30 minutes
Total Questions: 20

Round: Group Discussion
Experience: Can be a GD or ask each person to speak on different topics
Duration: 30 minutes

Round: Technical Interview
Experience: TCP/IP model ; OSI model ; Private and Public IP ; Any specific subject that you've mentioned

College Name: GTBIT

I was interviewed in Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. OSI MODEL, TCP/IP , Difference between Public and private address, MD5 hashstring, Octal to Binary conversion
  • Ans. 

    Technical questions related to networking and cryptography.

    • OSI model has 7 layers, TCP/IP has 4 layers

    • Public addresses are routable on the internet, private addresses are used within a private network

    • MD5 hashstring is a cryptographic hash function used for data integrity and security

    • Octal to binary conversion involves converting each octal digit to a 3-bit binary number

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Grammar questions were there in it.
Duration: 30 minutes
Total Questions: 20

Round: Group Discussion
Duration: 30 minutes

College Name: Ajay Kumar Garg Engineering College, Ghaziabad

Interview Questionnaire 

14 Questions

  • Q1. Why do you want to join TECH-M?
  • Ans. 

    I want to join TECH-M because of their innovative projects and strong reputation in the industry.

    • Innovative projects at TECH-M attract me

    • Strong reputation in the industry

    • Opportunities for growth and learning

    • Positive reviews from current employees

  • Answered by AI
  • Q2. Did you do any projects in your engineering tenure and what were their purposes?
  • Ans. 

    Yes, I completed a project on designing a solar-powered irrigation system to improve water efficiency in agriculture.

    • Designed a solar-powered irrigation system to reduce dependency on grid electricity

    • Implemented sensors to monitor soil moisture levels and automate watering

    • The purpose was to improve water efficiency in agriculture and reduce operational costs

    • Conducted field tests to validate the system's effectiveness

    • Pr...

  • Answered by AI
  • Q3. How can the project be modified?
  • Ans. 

    The project can be modified by identifying the areas that need improvement and implementing changes accordingly.

    • Identify the areas that need improvement

    • Analyze the impact of the proposed modifications

    • Ensure that the modifications align with the project goals

    • Communicate the modifications to all stakeholders

    • Implement the modifications and monitor their effectiveness

  • Answered by AI
  • Q4. Explain the LED logic?
  • Ans. 

    LED logic refers to the way in which light emitting diodes function and produce light.

    • LEDs are semiconductor devices that emit light when a current is passed through them

    • They have a positive and negative terminal, and the current flows from the positive to the negative terminal

    • The color of the light emitted depends on the material used in the LED

    • LEDs are commonly used in lighting, displays, and indicators

  • Answered by AI
  • Q5. Are you flexible with the location and job timings?
  • Ans. 

    Yes, I am flexible with both location and job timings.

    • I am open to relocating for the job if required

    • I am willing to adjust my schedule to meet the job timings

    • I understand the importance of flexibility in a new role

  • Answered by AI
  • Q6. Did you visit the TECH-M website and what did you find is most catchy about it?
  • Ans. 

    Yes, I visited the TECH-M website and found their interactive virtual tour to be the most catchy feature.

    • Interactive virtual tour is engaging and informative

    • User-friendly interface makes navigation easy

    • Wide range of products and services showcased

    • Testimonials and case studies provide credibility

  • Answered by AI
  • Q7. Are there any limitations for a sector that we would be alloting to you?
  • Ans. 

    Yes, there may be limitations in terms of experience, knowledge, resources, and regulations for a sector that I would be allotted.

    • Experience: I may have limited experience in a particular sector which could impact my performance.

    • Knowledge: I may not have in-depth knowledge about certain aspects of the sector, leading to limitations in decision-making.

    • Resources: Limited resources such as budget, manpower, or technology ...

  • Answered by AI
  • Q8. Why TECH-M?
  • Ans. 

    TECH-M is a leading company in the engineering industry known for its innovative projects and supportive work culture.

    • TECH-M has a strong reputation for cutting-edge technology and innovation.

    • The company offers excellent training and development opportunities for graduate engineers.

    • TECH-M has a supportive work culture that encourages growth and collaboration.

    • The company has a track record of successful projects in vari...

  • Answered by AI
  • Q9. What is the difference between centripital and centrifugal force?
  • Ans. 

    Centripetal force pulls an object towards the center of a circular path, while centrifugal force pushes an object away from the center.

    • Centripetal force is directed towards the center of rotation, while centrifugal force is directed away from the center.

    • Centripetal force is responsible for keeping an object in circular motion, while centrifugal force is experienced by the object moving in a circular path.

    • Centripetal fo...

  • Answered by AI
  • Q10. Which was your favourite subject in 11th and 12th?
  • Ans. 

    My favorite subject in 11th and 12th was Physics.

    • I enjoyed learning about the laws of motion and how they apply to real-life situations.

    • Physics helped me understand the world around me better and sparked my interest in engineering.

    • I excelled in topics like electricity, magnetism, and optics.

    • Practical experiments in Physics labs were always fascinating to me.

  • Answered by AI
  • Q11. What is vernier caliper?
  • Ans. 

    A vernier caliper is a measuring tool used to measure the internal and external dimensions of an object with high accuracy.

    • Consists of two jaws, one fixed and one movable

    • Has a main scale and a vernier scale for precise measurements

    • Can measure length, depth, and thickness

    • Used in engineering, machining, and woodworking

    • Example: measuring the diameter of a bolt or the thickness of a sheet of metal

  • Answered by AI
  • Q12. What are the laws of motion?
  • Ans. 

    The laws of motion describe the behavior of objects in motion.

    • The first law states that an object at rest will remain at rest, and an object in motion will remain in motion at a constant velocity, unless acted upon by an external force.

    • The second law states that the force acting on an object is equal to its mass times its acceleration.

    • The third law states that for every action, there is an equal and opposite reaction.

    • E...

  • Answered by AI
  • Q13. Whatever we learn, if we forget it then it is waste according to me what is your take on this?
  • Q14. Are you ready to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for career growth and new experiences.

    • I have no ties that would prevent me from moving to a new location.

    • I am excited about the prospect of living in a new city or country.

    • I understand that relocation may be necessary for certain job opportunities.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The number of questions are way too much to be solved in the given time. I dont exactly remember the number, but it was brain exhausting. Some are very doable and some need a alert mind. The result is immediately displayed after the test is over.

Only 18 people could qualify the aptitude test.
Tips: Try completing all the questions since there is no negative marking and you have the probability of scoring more.
They dont have a total cut off, rather Tech-M has sectional cut off system, so in each section you got to be doing well.
One has to be very attentive to all the questions and answer to the best of your ability. Also time managment needs to be taken care of inorder to complete the test.

Round: Essay Round
Experience: After the aptitude test is qualified , you immediately receive greetings on screen and you are asked to step forward for the next round. In this a topic is given on the spot and you are expected to write an essay within 10 minutes in not more than 1200 words.
Out of 18, 15 students got selected after this essay round.
Tips: One needs to be a creative thinker and that too a fast one, you ought to decide the starting of the essay, its main body and the concluding phrase. start writing fast on a sharp and attentive mind. Try not to commit spelling mistakes since the essay is also software checked.

Round: Technical Interview
Experience: They always have a question ready as soon as you are done with answering the previous one. I njoyed it and realised that i was actually good at technical knowledge which i thought the other way.
The interview was most about the second year project (may be they had a pre=knowledge about it), they put up certain condition and ask you to deliver the necessary modifications required in your project to satisfy the condition.
Out of 15, 4 got eliminated in the technical round.
Tips: U need to be confident and contended. you cannot hit around the bush, if you dont know any answer say it straight. go prepared with your project knowledge in and out... concepts that follow it, its modification possibilities, purpose of choosing it, etc.

Round: HR Interview
Experience: The HR interview is supposed to be casual interview, but nothing is easy when its TECH-M. They asked any question out of blue. I still njoyed itfor i knew i spoke what i felt and we debated and discussed on certain topics. I took it more as a discussion about revealing my thoughts rather than as an interview, but in a formal sense.
Tips: You be smart and intellegent at the approximate answers that you will be delivering. U must not make self contradictory statements, stick to what you believ and speak the same. Confidence is a vital point again!
ALL THE BEST!!!

General Tips: Time management and damn awesome linguistic skills need to be accomplished.
Be confident and true while the interview process.
Skill Tips: Strong english communication writing as well as verbal is of utmost importance.
Your ability to react to certain situations is what tested in the interviews.
Be contended and confident. Prepare well. use apps for aptitude test prep.
Skills: Ability To Think Of Creative Solutions, Technical Skill And Speaking Skill, Confidence, Writing Skills, Verbal Communication Skills, Alertness, Intelligence,
College Name: JNEC Aurangabad
Motivation: It is an multinational company having its chambers along the longitudes and latitudes of the globe. It is one of the top 5 leading It solution companies and have various technical and non-technical sectors under its umbrella. There is a lot of scope of development since you get the projects at a faster rate.
Funny Moments: the qs in the HR intrview that occured was that the interviewer said he was good in physics learnt and spent a lot of time in his 11th and 12th while learning it but now he does not remember any of it. So according to him it was waste if you learn something and dont remember later.
whereas my take was that, when you try to understand and learn a thing you use your brain, so there is certain kind of transformations in the brain in a progressive manner. so even if we forget the learnt part, the brain is trained in someway. like when we do maths, we might not remember formulas or theory but the brain is trained to manipulate in some way.

this debate went for quite a while in a comic way, since the interviewer said he found it amusing the way i said it transforms and all :)

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops, ds algo, project related and some reasonable questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your programming part, ds algo and Aptitude and reasoning as well.

I applied via CoCubes.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions will be asked only which are somewhat easy

Round 2 - Technical 

(1 Question)

  • Q1. Only basics of any programming language are asked. Nothing to worry about its easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry it is easy to clear the interview rounds

I applied via Referral and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Academic Project indetail & Questions from your Resume that skills you're mentioned.

I applied via Other and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me something about your Hometown

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, rest will be okay

Elektrobit Automotive India Interview FAQs

How many rounds are there in Elektrobit Automotive India interview?
Elektrobit Automotive India interview process usually has 5 rounds. The most common rounds in the Elektrobit Automotive India interview process are Technical, Resume Shortlist and HR.
How to prepare for Elektrobit Automotive 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 Elektrobit Automotive India. The most common topics and skills that interviewers at Elektrobit Automotive India expect are Automotive, AUTOSAR, Linux, Python and C++.
What are the top questions asked in Elektrobit Automotive India interview?

Some of the top questions asked at the Elektrobit Automotive India interview -

  1. Write an ISR with Accepts an Int arguement and Returns an int va...read more
  2. what is RAM and ROM explain the differen...read more
  3. What is the difference between STRUCTURE AND un...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
Tata Elxsi Interview Questions
3.8
 • 296 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
UNO Minda Interview Questions
4.0
 • 169 Interviews
View all

Elektrobit Automotive India Reviews and Ratings

based on 14 reviews

4.0/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

3.7

Salary

4.1

Job security

4.0

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 14 Reviews and Ratings
Executive Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Specialist
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Elektrobit Automotive India with

Bosch

4.2
Compare

Continental Automotive Components

4.1
Compare

HARMAN

3.7
Compare

UNO Minda

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