Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Elektrobit India Engineer Trainee Interview Questions and Answers

Updated 14 Dec 2022

Elektrobit India Engineer Trainee Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Nov 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 Resume tips
Round 2 - Coding Test 

Consisted of aptitude questions, few DSA and basic programming question along with a coding question.

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA questions and programming questions,knowing C or C++ is must.
Round 4 - Behavioral 

(1 Question)

  • Q1. Logical reasoning questions were asked.
Round 5 - HR 

(1 Question)

  • Q1. Discussion regarding CTC and company policies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have very strong basics in OOPS and DSA concepts. It was not too difficult.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all GD tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is dns Explain OSI model
  • Ans. 

    DNS is a system that translates domain names into IP addresses.

    • DNS stands for Domain Name System

    • It is responsible for resolving domain names to IP addresses

    • It uses a hierarchical naming system

    • DNS servers store information about domain names and their corresponding IP addresses

    • Examples of DNS servers include Google DNS and OpenDNS

  • Answered by AI
  • Q2. What is DHCP Explain TCP UDP
  • Ans. 

    DHCP is a network protocol that assigns IP addresses to devices on a network. TCP and UDP are transport layer protocols used for data transmission.

    • DHCP stands for Dynamic Host Configuration Protocol

    • It automatically assigns IP addresses to devices on a network

    • It also provides other network configuration information such as subnet mask and default gateway

    • TCP stands for Transmission Control Protocol

    • It is a connection-orie...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts of networking , hardware and os configurations.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview Preparation Tips

Round: Test
Experience: Aptitude test consist of sections of quants , Lr and english along with it we faced 2 sections of technical consisting of oops and sql
Tips: Apti is the main part so focus on it to achieve highest score. Oops questions are quite easy and very general questions of sql are asked so prepare accordingly.
Duration: 1 hour

Round: Group Discussion
Tips: Speak relevant. Repetition of points will not help. Focus is mainly given on the way you speak.
Duration: 20 minutes

Round: Technical Interview
Experience: Questions related to branch were asked along with programming questions.

College Name: Ycce
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy level aptitude. Basic questions only.

Round 2 - Group Discussion 

Basic common question

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic technical round. Good to have knowledge on OOPS, SQL and any programming language basic level
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Aptitude Test 

There were easy to moderate questions asked , if prepared well can easily clear apti round , i'll suggest arun sharma for this preparation

Round 3 - Coding Test 

Coding round was there and outputs were asked

Round 4 - HR 

(1 Question)

  • Q1. One on one round with HR was scheduled

Interview Preparation Tips

Interview preparation tips for other job seekers - it is very easy to crack HCL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Recovery models of sql server
  • Ans. 

    SQL Server has three recovery models: Simple, Full, and Bulk-Logged.

    • Simple recovery model: minimally logged, no log backups, only full backups

    • Full recovery model: fully logged, allows for point-in-time recovery, requires log backups

    • Bulk-Logged recovery model: minimally logged for bulk operations, requires log backups for point-in-time recovery

  • Answered by AI
  • Q2. DMVs in sql server
  • Ans. 

    DMVs in SQL Server are dynamic management views that provide information about the current state of the SQL Server instance.

    • DMVs can be used to monitor performance, troubleshoot issues, and gather information about the server.

    • Examples of DMVs include sys.dm_exec_requests, sys.dm_os_wait_stats, and sys.dm_db_index_physical_stats.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you tackle difficult scenarios in project
  • Ans. 

    I tackle difficult scenarios in projects by breaking them down, seeking input from team members, and staying organized.

    • Break down the problem into smaller, manageable tasks

    • Seek input and feedback from team members to gain different perspectives

    • Stay organized by creating a timeline and setting priorities

    • Communicate openly with stakeholders to address any challenges or roadblocks

    • Stay calm and focused under pressure to ma

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. CTC discussion went on
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. How to communicate between microservices
  • Ans. 

    Communication between microservices is typically done through APIs, messaging queues, or service meshes.

    • Use RESTful APIs for synchronous communication between microservices

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Utilize service meshes like Istio for managing communication between microservices

  • Answered by AI
  • Q2. 2. Java 8 grouping by coding
  • Ans. 

    Grouping in Java 8 allows elements to be grouped based on a common attribute or condition.

    • Use the Collectors.groupingBy() method to group elements in a stream based on a specified classifier function.

    • The classifier function determines how elements are grouped.

    • Grouping can be done on any type of object, such as strings, integers, or custom objects.

    • For example, to group a list of Person objects by their age: Map<Integ...

  • Answered by AI
  • Q3. Asynchronous communication
  • Q4. Spring security basics

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Elektrobit India Interview FAQs

How many rounds are there in Elektrobit India Engineer Trainee interview?
Elektrobit India interview process usually has 5 rounds. The most common rounds in the Elektrobit India interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Elektrobit India Engineer Trainee interview?

Some of the top questions asked at the Elektrobit India Engineer Trainee interview -

  1. DSA questions and programming questions,knowing C or C++ is mu...read more
  2. Discussion regarding CTC and company polici...read more
  3. Logical reasoning questions were ask...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Princess Cruises

No Interviews

INTERVIEWS

S&P Global

No Interviews

INTERVIEWS

Antino

No Interviews

SALARIES

GeeksForGeeks

INTERVIEWS

Quorum Software

No Interviews

INTERVIEWS

BCD Travel

No Interviews

LIST OF COMPANIES

Shakti Travels

Locations

INTERVIEWS

Antino

No Interviews

Tell us how to improve this page.

Executive Engineer
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Specialist
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Elektrobit India with

Bosch

4.2
Compare

Continental

3.9
Compare

HARMAN

3.7
Compare

Tata Elxsi

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