Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Embitel Technologies Team. If you also belong to the team, you can get access from here

Embitel Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Embitel Technologies Interview Questions and Answers

Updated 13 Mar 2025
Popular Designations

13 Interview questions

A Validation Engineer was asked 7mo ago
Q. Can you explain truth tables?
Ans. 

The question is likely asking for a code that accurately represents the truth or reality.

  • The code should accurately reflect the truth or reality.

  • It should be well-documented and easy to understand.

  • Examples: 'truthCode123', 'realityCheck456', 'accurateTruth789'

View all Validation Engineer interview questions
A Validation Engineer was asked 7mo ago
Q. Describe a test case you've written.
Ans. 

Test case for validating login functionality

  • Enter valid username and password, verify successful login

  • Enter invalid username and password, verify error message displayed

  • Leave username or password field blank, verify error message displayed

View all Validation Engineer interview questions
An ADAS devloper was asked 12mo ago
Q. What is the minimum CTC you are expecting?
Ans. 

I am looking for a minimum CTC of $80,000 per annum.

  • My minimum expected CTC is $80,000 per annum

  • I have carefully considered my worth and the market standards

  • I am confident in my skills and experience to justify this minimum CTC

An ADAS devloper was asked 12mo ago
Q. Explain the difference between a struct and a class.
Ans. 

Struct is a value type while class is a reference type in C++. Struct members are public by default, while class members are private by default.

  • Struct is a value type, stored on stack, while class is a reference type, stored on heap.

  • Struct members are public by default, while class members are private by default.

  • Struct is used for lightweight objects with few members, while class is used for more complex objects w...

An ADAS devloper was asked 12mo ago
Q. Write a code for binary search using recursion.
Ans. 

Binary search implemented using recursion in C++.

  • Define a recursive function that takes the array, target value, start index, and end index as parameters.

  • Check the base case where start index is greater than end index, return -1.

  • Calculate the mid index and compare the target value with the element at mid index.

  • Recursively call the function on the left or right half of the array based on comparison.

  • Return the index...

An ADAS devloper was asked 12mo ago
Q. What are virtual functions?
Ans. 

Virtual functions are functions in a base class that are overridden in derived classes to achieve runtime polymorphism.

  • Virtual functions allow a function to be redefined in a derived class, while preserving its calling signature from the base class.

  • They are used in object-oriented programming to achieve polymorphism, where a function call is resolved at runtime based on the actual object type.

  • Virtual functions are...

A Test Lead was asked 12mo ago
Q. How would you design a test environment for an integration test scenario?
Ans. 

Design a test environment for integration test scenario

  • Identify the components/modules to be integrated

  • Set up a dedicated integration testing server

  • Ensure the test environment mirrors the production environment

  • Use virtualization tools like Docker for easy setup and teardown

  • Implement continuous integration for automated testing

  • Monitor and analyze test results for improvements

View all Test Lead interview questions
Are these interview questions helpful?
An Architect was asked 12mo ago
Q. How many changes have you made in your Test Environment, and how was the Impact Analysis communicated to your Managers?
Ans. 

I have made several changes in the Test Environment and communicated the Impact Analysis to my Managers through detailed reports and meetings.

  • Regularly updating test environment with new configurations and software versions

  • Documenting all changes made and their potential impact on testing

  • Conducting meetings with managers to discuss the impact analysis and get their feedback

  • Providing detailed reports outlining the ...

View all Architect interview questions
A Test Engineer was asked 12mo ago
Q. Explain the diagnostic stack.
Ans. 

Diag stack is a diagnostic tool used to trace the execution flow of a program or system.

  • Diag stack helps in identifying the sequence of function calls and their parameters during program execution.

  • It is commonly used in debugging to track the flow of execution and identify issues or errors.

  • Diag stack can be implemented using tools like GDB (GNU Debugger) in software development.

  • It provides a detailed view of the c...

View all Test Engineer interview questions
A Software Engineer was asked
Q. What is iot architecure , mqtt protocol
Ans. 

IoT architecture refers to the structure of interconnected devices and systems in the Internet of Things, while MQTT is a lightweight messaging protocol for IoT communication.

  • IoT architecture involves sensors, devices, gateways, cloud services, and applications working together.

  • MQTT is a publish-subscribe protocol that allows devices to communicate over a network.

  • MQTT uses topics to categorize messages and clients...

View all Software Engineer interview questions

Embitel Technologies Interview Experiences

18 interviews found

Interview Questions & Answers

user image PIYUSH TAILOR

posted on 5 Jul 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Write a code for binary search using recursion.
  • Ans. 

    Binary search implemented using recursion in C++.

    • Define a recursive function that takes the array, target value, start index, and end index as parameters.

    • Check the base case where start index is greater than end index, return -1.

    • Calculate the mid index and compare the target value with the element at mid index.

    • Recursively call the function on the left or right half of the array based on comparison.

    • Return the index if t...

  • Answered by AI
  • Q2. Explain difference between struct and class.
  • Ans. 

    Struct is a value type while class is a reference type in C++. Struct members are public by default, while class members are private by default.

    • Struct is a value type, stored on stack, while class is a reference type, stored on heap.

    • Struct members are public by default, while class members are private by default.

    • Struct is used for lightweight objects with few members, while class is used for more complex objects with m...

  • Answered by AI
  • Q3. What are virtual function
  • Ans. 

    Virtual functions are functions in a base class that are overridden in derived classes to achieve runtime polymorphism.

    • Virtual functions allow a function to be redefined in a derived class, while preserving its calling signature from the base class.

    • They are used in object-oriented programming to achieve polymorphism, where a function call is resolved at runtime based on the actual object type.

    • Virtual functions are decl...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are the technical challenges you faced in your career and how did you overcome them?
  • Ans. 

    I faced technical challenges in developing ADAS systems and overcame them through problem-solving and collaboration.

    • One challenge was optimizing algorithms for real-time processing to meet performance requirements.

    • I overcame this by working closely with hardware engineers to understand system limitations and fine-tune the algorithms.

    • Another challenge was integrating multiple sensor inputs to ensure accurate and reliabl...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. You mentioned your exp as 4.5 yrs but it should be 4.4 yrs.
  • Ans. 

    I apologize for the mistake in my previous statement. My experience is actually 4.4 years.

    • Acknowledge the mistake and apologize for the error

    • Clarify the correct amount of experience

    • Provide assurance of accuracy in future statements

  • Answered by AI
  • Q2. Your career has a year gap after graduation,do you have(Can you share) any proof that you applied for civil servant examination.
  • Ans. 

    Yes, I can provide proof of applying for civil servant examination during the gap year.

    • During my gap year, I actively prepared for and applied for civil servant examinations.

    • I can provide copies of the application forms, exam receipts, and any correspondence related to the exams.

    • I can also provide references or contacts who can verify my application and participation in the exams.

  • Answered by AI
  • Q3. What is the last minimum CTC you are expecting?Not a single penny less than that you won't compromise
  • Ans. 

    I am looking for a minimum CTC of $80,000 per annum.

    • My minimum expected CTC is $80,000 per annum

    • I have carefully considered my worth and the market standards

    • I am confident in my skills and experience to justify this minimum CTC

  • Answered by AI
  • Q4. There will be extra hours on weekdays and saturday might be included too due to global client.

Interview Preparation Tips

Topics to prepare for Embitel Technologies interview:
  • C++
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - The Indian Embital office is not favourable for ADAS developer.I foresee that applying outside will be more benefial.I was asked to decrease the compansation twice and later on rejected on the same day with reason that they found different candidate.
Though everyone was very good and to the point in the whole span of 3 weeks but the last HR round was little rude(Maybe bad day) and I though it might be to check my patience but it was not.
There is extention of hours and even saturday are included it was directly mentioned in the HR round, I would suggest to choose the growing start-up cause atleast they provide pretty well compensation.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Writh the truth code?
  • Ans. 

    The question is likely asking for a code that accurately represents the truth or reality.

    • The code should accurately reflect the truth or reality.

    • It should be well-documented and easy to understand.

    • Examples: 'truthCode123', 'realityCheck456', 'accurateTruth789'

  • Answered by AI
  • Q2. Write the test case
  • Ans. 

    Test case for validating login functionality

    • Enter valid username and password, verify successful login

    • Enter invalid username and password, verify error message displayed

    • Leave username or password field blank, verify error message displayed

  • Answered by AI

Architect Interview Questions & Answers

user image Chandra Harish Sikhakolli

posted on 27 Jun 2024

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

(2 Questions)

  • Q1. What are Technical challenges you have faced in Project X and what solutions you have proposed ?
  • Q2. How many changes you have done in your Test Environment and how the Impact Analysis was communicated with your Managers ?
  • Ans. 

    I have made several changes in the Test Environment and communicated the Impact Analysis to my Managers through detailed reports and meetings.

    • Regularly updating test environment with new configurations and software versions

    • Documenting all changes made and their potential impact on testing

    • Conducting meetings with managers to discuss the impact analysis and get their feedback

    • Providing detailed reports outlining the chang...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

Interview Questionnaire 

2 Questions

  • Q1. Basic about you and work profile
  • Q2. System knowledge

Software Engineer Interview Questions & Answers

user image REVANTH KAKARLA

posted on 5 Oct 2023

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

I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. More in to Technicals of project, Work experience, Autosar development + configuration parameters , CAN , UDS protocols, C questions like constant, Program debugging as well as About their company, with de...
Round 3 - Technical 

(1 Question)

  • Q1. Client discussion with my work experience, my work flow on Autosar COM, DCOM module stressing more the application module development with good general talk, about their Work life balance and technicalitie...

Interview Preparation Tips

Topics to prepare for Embitel Technologies Software Engineer interview:
  • C
  • AUTOSAR

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

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

(2 Questions)

  • Q1. Explain diag stack
  • Ans. 

    Diag stack is a diagnostic tool used to trace the execution flow of a program or system.

    • Diag stack helps in identifying the sequence of function calls and their parameters during program execution.

    • It is commonly used in debugging to track the flow of execution and identify issues or errors.

    • Diag stack can be implemented using tools like GDB (GNU Debugger) in software development.

    • It provides a detailed view of the call s...

  • Answered by AI
  • Q2. Testing process

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

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

(1 Question)

  • Q1. Questions on c++ and ADAS
Round 2 - Behavioral 

(1 Question)

  • Q1. Motivation and interets
Round 3 - HR 

(1 Question)

  • Q1. Motivation and salary
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Conducted on hackerrank

Round 2 - Coding Test 

Conducted F2F , based on cpp questions like runtime polymorphism and projects were asked

Round 3 - HR 

(1 Question)

  • Q1. Why you want to join embitel
  • Ans. 

    I want to join Embitel to leverage my skills in innovative projects and contribute to cutting-edge technology solutions.

    • Embitel's commitment to innovation aligns with my passion for developing advanced software solutions.

    • The opportunity to work on diverse projects, such as IoT and automotive technologies, excites me.

    • I admire Embitel's focus on continuous learning and professional growth, which is essential for my caree...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong command on c++
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General aptitude and introduction

Round 3 - Coding Test 

Basic selenium question and project related questions

Round 4 - Technical 

(1 Question)

  • Q1. Past experience and product related knowledge
Round 5 - HR 

(1 Question)

  • Q1. General HR and package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Management is very bad HR is very rude
As a fresher don't join in this company
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 - Aptitude Test 

Basic aptitude
+
php
+
Magento

Round 3 - Technical 

(1 Question)

  • Q1. Technical was based on projects and as i have mentioned Java as my skills basics of Java and they said to write SQL queries related to project
Round 4 - HR 

(1 Question)

  • Q1. HR questions were basic introduction and family background. They asked me to explain one of the project from my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best everyone be clear with technical concepts and resume

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Embitel Technologies?
Ask anonymously on communities.

Embitel Technologies Interview FAQs

How many rounds are there in Embitel Technologies interview?
Embitel Technologies interview process usually has 2-3 rounds. The most common rounds in the Embitel Technologies interview process are Technical, HR and Coding Test.
How to prepare for Embitel Technologies 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 Embitel Technologies. The most common topics and skills that interviewers at Embitel Technologies expect are Automotive, C++, AUTOSAR, Python and Firmware.
What are the top questions asked in Embitel Technologies interview?

Some of the top questions asked at the Embitel Technologies interview -

  1. What is the last minimum CTC you are expecting?Not a single penny less than tha...read more
  2. You mentioned your exp as 4.5 yrs but it should be 4.4 y...read more
  3. How many changes you have done in your Test Environment and how the Impact Anal...read more
What are the most common questions asked in Embitel Technologies HR round?

The most common HR questions asked in Embitel Technologies interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Why should we hire y...read more
How long is the Embitel Technologies interview process?

The duration of Embitel Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 14 interview experiences

Difficulty level

Moderate 80%
Hard 20%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
Tata Digital Interview Questions
2.8
 • 48 Interviews
DataMetica Interview Questions
3.5
 • 45 Interviews
View all

Embitel Technologies Reviews and Ratings

based on 173 reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.8

Salary

3.8

Job security

3.8

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 173 Reviews and Ratings
Autosar-Complex Device Driver(CDD Development)-Automotive

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Java Lead

Bangalore / Bengaluru

10-17 Yrs

Not Disclosed

Product Owner

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
240 salaries
unlock blur

₹14.4 L/yr - ₹26.5 L/yr

Software Engineer
232 salaries
unlock blur

₹8.7 L/yr - ₹16 L/yr

Technical Lead
87 salaries
unlock blur

₹19 L/yr - ₹35 L/yr

Software Developer
78 salaries
unlock blur

₹12.8 L/yr - ₹25 L/yr

Associate Software Engineer
53 salaries
unlock blur

₹4 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Embitel Technologies with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview