Upload Button Icon Add office photos

Filter interviews by

Elektrobit Automotive India Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips

Updated 26 Dec 2021

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

View all 8 questions

Elektrobit Automotive India Graduate Engineer Trainee (Get) Interview Experiences

2 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

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

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Basic Electronics
  • Q2. Microcontrollers and Microprocessors
  • Q3. C Programming

Interview Questionnaire 

1 Question

  • Q1. About GD&T
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They will ask two sections one is c competative coding and aptitude if you can answer one section clearly go with it they will surely select you for the next round

Round 2 - Coding Test 

They will give three questions based on your preferred language you have to answer atleast the logic behind each questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you are doing and be strong on the basics

I applied via Naukri.com and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic C questions and 2 c programs to find wrong in code.
  • Q2. Prepare all UART, SPI, CAN, I2C timing digrams their frame format.
  • Ans. 

    Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.

    • UART: asynchronous serial communication, start and stop bits, baud rate

    • SPI: synchronous serial communication, master-slave architecture, clock polarity and phase

    • CAN: differential serial communication, arbitration, error detection and correction

    • I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching

  • Answered by AI
  • Q3. Matlab knowledge is advantage

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and cofident

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. About previous projects, C programming basics, Autosar related basic questions. Indetailed understanding about the previous projects required whichever area worked un.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not so hard.

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All about your profile
  • Ans. All basic of Engineering and Automotive
  • Answered Anonymously

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How important is for you to celebrate Christmas?
  • Ans. Basically here they wanted to know if you would be flexible enough to work on Christmas day. The reason because December happens to be a crucial month for year end and the workload is overwhelming. So the crux of the question is you only get one day leave for Christmas I.e Christmas day else you are asked to work. It may happen that your leaves are not approved at all the rest of the days depending on the situation. Ha
  • Answered Anonymously
  • Q2. How often have you been given negative feedback?

Interview Preparation Tips

Interview preparation tips for other job seekers - They want to know how flexible you are and will you be available for business as and when required. That includes stretched hours, overtime.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. 

    Longest Increasing Subsequence Problem Statement

    Given 'N' students standing in a row with specific heights, your task is to find the length of the longest strictly increasing subsequence of their heights...

  • Ans. 

    Find the length of the longest strictly increasing subsequence of heights of students in a row.

    • Iterate through the heights array and for each element, find the length of the longest increasing subsequence ending at that element.

    • Use dynamic programming to keep track of the longest increasing subsequence length for each element.

    • Return the maximum length found as the result.

  • Answered by AI
  • Q2. 

    Overlapping Intervals Problem Statement

    You are given the start and end times of 'N' intervals. Write a function to determine if any two intervals overlap.

    Note:

    If an interval ends at time T and anothe...

  • Ans. 

    Given start and end times of intervals, determine if any two intervals overlap.

    • Iterate through intervals and check if any two intervals overlap by comparing their start and end times

    • Sort intervals based on start times for efficient comparison

    • Consider edge cases where intervals end and start at the same time

  • Answered by AI
  • Q3. What SQL queries were asked during your interview?
  • Ans. 

    Various SQL queries related to data manipulation and retrieval were asked during the interview.

    • Basic SELECT queries to retrieve data from a single table

    • JOIN queries to retrieve data from multiple tables based on a common column

    • Aggregate functions like COUNT, SUM, AVG, etc. to perform calculations on data

    • Subqueries to retrieve data based on the result of another query

    • UPDATE queries to modify existing data in a table

    • DELE...

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Zig-Zag String Problem Statement

    Given a string STR of size N and an integer M representing the number of rows in the zig-zag pattern, return the string formed by concatenating all rows when the string ST...

  • Ans. 

    Arrange a string in zig-zag pattern with given number of rows and concatenate the rows.

    • Iterate through the string and distribute characters to rows based on zig-zag pattern

    • Concatenate the characters in each row to get the final result

    • Handle edge cases like when number of rows is 1 or equal to the length of the string

  • Answered by AI
  • Q2. 

    Next Permutation Problem Statement

    You are given a permutation of 'N' integers. A sequence of 'N' integers is considered a permutation if it includes all integers from 1 to 'N' exactly once. Your task is ...

  • Ans. 

    The task is to rearrange a given permutation of 'N' integers to form the lexicographically next greater permutation.

    • Iterate from right to left to find the first element that is smaller than the element to its right.

    • Swap this element with the smallest element to its right that is greater than it.

    • Reverse the elements to the right of the swapped element to get the lexicographically next greater permutation.

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Remove Consecutive Duplicates Problem Statement

    Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.

    Input:

    String S

    Output:

    Output string

    Constr...

  • Ans. 

    Recursively remove consecutive duplicate characters from a string.

    • Use recursion to check if the current character is the same as the next character, if so skip the next character

    • Base case: if the string is empty or has only one character, return the string

    • Example: Input: 'aaabcc', Output: 'abc'

  • Answered by AI
  • Q2. 

    Print Permutations - String Problem Statement

    Given an input string 'S', you are tasked with finding and returning all possible permutations of the input string.

    Input:

    The first and only line of input ...
  • Ans. 

    Return all possible permutations of a given input string.

    • Use recursion to generate all possible permutations of the input string.

    • Swap characters at different positions to generate permutations.

    • Handle duplicate characters in the input string by using a set to store unique permutations.

  • Answered by AI
Round 4 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Design an e-commerce website similar to Flipkart or Amazon.
  • Ans. 

    Design an e-commerce website similar to Flipkart or Amazon.

    • Implement user-friendly interface for easy navigation

    • Include search functionality with filters for products

    • Incorporate secure payment gateway for transactions

    • Provide personalized recommendations based on user behavior

    • Include customer reviews and ratings for products

    • Implement order tracking and delivery status updates

    • Offer various payment options like credit/deb

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology, Kurukshetra. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7.5 CGPASAP Labs interview preparation:Topics to prepare for the interview - DSA(Data Structures and Algorithms),Object-Oriented Programming Principles,Operating Systems,Database Management Systems,Web Development,Machine Learning,Projects(Internship/Full-time)Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare DSA well. Standard Leetcode-type questions will be asked.
Tip 2 : You should be crystal clear about your project/s as any question would be asked and you should be able to answer it.
Tip 3 : Prepare CS fundaments like OS, OOPs, DBMS, etc.

Application resume tips for other job seekers

Tip 1 : Clearly mention the tech. stack you have worked on in the project/s
Tip 2 : As a fresher, you should add your coding profiles on CodeChef, Codeforces, etc. so as to make the resume shortlisting easy

Final outcome of the interviewSelected

Skills evaluated in this interview

Elektrobit Automotive India Interview FAQs

What are the top questions asked in Elektrobit Automotive India Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Elektrobit Automotive India Graduate Engineer Trainee (Get) 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

Oracle Interview Questions
3.7
 • 865 Interviews
Google Interview Questions
4.4
 • 844 Interviews
Amdocs Interview Questions
3.7
 • 518 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
KPIT Technologies Interview Questions
3.4
 • 291 Interviews
SAP Interview Questions
4.2
 • 285 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
View all
65% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Elektrobit Automotive India Graduate Engineer Trainee (Get) Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Executive Engineer
26 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Senior Engineer
21 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹8.5 L/yr - ₹16.5 L/yr

Module Lead
16 salaries
unlock blur

₹12.4 L/yr - ₹19 L/yr

Technical Specialist
8 salaries
unlock blur

₹14 L/yr - ₹24.9 L/yr

Explore more salaries
Compare Elektrobit Automotive India with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Carelon Global Solutions

3.9
Compare

Automatic Data Processing (ADP)

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