Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Embedded Engineer Interview Questions and Answers

Updated 28 Mar 2023

Capgemini Engineering Embedded Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to allocate a memory for multidimential array on heap
  • Ans. 

    Code to allocate memory for multidimensional array on heap

    • Use malloc() function to allocate memory on heap

    • Calculate the total size of the array using the dimensions

    • Use a pointer to access the array elements

  • Answered by AI
  • Q2. Few debugging codes, basic OOPS concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic C/C++ programs : check if palindrome, pre fix , post fix, Linked list

Embedded Engineer Jobs at Capgemini Engineering

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why are you interested in the field of embedded software development?
  • Ans. 

    I am fascinated by the challenge of working with low-level hardware and creating efficient, real-time systems.

    • Enjoy the challenge of working with low-level hardware

    • Excited about creating efficient, real-time systems

    • Passionate about developing innovative solutions for embedded systems

  • Answered by AI
  • Q2. What is CAN protocol?
  • Ans. 

    CAN protocol stands for Controller Area Network protocol, used for communication between microcontrollers and devices in automotive and industrial applications.

    • CAN protocol is a robust and reliable communication protocol used in automotive and industrial applications.

    • It allows multiple microcontrollers to communicate with each other without a host computer.

    • CAN protocol uses a differential signaling scheme to reduce ele...

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

(3 Questions)

  • Q1. What is binary coded decimal?
  • Ans. 

    Binary Coded Decimal (BCD) is a way of representing decimal numbers using a binary code.

    • BCD uses four bits to represent each decimal digit.

    • Each decimal digit is represented by its binary equivalent.

    • For example, the decimal number 25 is represented in BCD as 0010 0101.

  • Answered by AI
  • Q2. How keyboard mapping works in a microcontroller?
  • Ans. 

    Keyboard mapping in a microcontroller involves assigning specific key codes to each key on the keyboard.

    • Keyboard mapping is typically done using a lookup table that maps physical key presses to corresponding key codes.

    • The microcontroller reads the key code when a key is pressed and sends it to the computer for processing.

    • Keyboards may use different mapping standards such as ASCII or HID.

    • Custom keyboard mappings can als...

  • Answered by AI
  • Q3. What is the principle of analog to digital converter?
  • Ans. 

    An analog to digital converter converts continuous analog signals into discrete digital values.

    • Converts continuous analog signals into digital values

    • Utilizes sampling and quantization techniques

    • Common types include successive approximation ADC and delta-sigma ADC

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic c programming definitions
Round 2 - Coding Test 

Basic c programming coding questions

Round 3 - HR 

(1 Question)

  • Q1. Asked for package
Round 4 - HR 

(1 Question)

  • Q1. He asked salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Code-with-cisco having coding questions and mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Different scheduling algorithms in OS?
  • Ans. 

    Different scheduling algorithms in OS determine how tasks are prioritized and executed.

    • First-Come, First-Served (FCFS)

    • Shortest Job Next (SJN)

    • Round Robin (RR)

    • Priority Scheduling

    • Multi-Level Queue Scheduling

  • Answered by AI
  • Q2. Resume go-through: projects and intern
Round 3 - Technical 

(2 Questions)

  • Q1. Networking: Transfer packet from one device to another
  • Q2. Contact dictionary- data structure used and time complexity
  • Ans. 

    Contact dictionary can be implemented using hash table for fast lookups with O(1) time complexity.

    • Use a hash table to store contacts with keys as names and values as contact information.

    • Example: { 'John Doe': '555-1234', 'Jane Smith': '555-5678' }

    • Time complexity for searching, inserting, and deleting contacts is O(1) with a hash table.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Basic networking
  • Q2. Why cisco, what is cisco?
  • Ans. 

    Cisco is a multinational technology conglomerate known for networking hardware, software, and services.

    • Cisco is a leading provider of networking equipment and solutions.

    • They offer a wide range of products including routers, switches, and security devices.

    • Cisco also provides software solutions for network management and security.

    • The company offers services such as consulting, technical support, and training.

    • Cisco is kno...

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Microprocessor and microcontroller difference
  • Ans. 

    Microprocessors and microcontrollers are both integrated circuits used in electronic devices, but they have key differences.

    • Microprocessors are general-purpose chips designed to execute a wide range of tasks, while microcontrollers are specialized chips designed for specific applications.

    • Microprocessors typically require external components like memory and peripherals to function, while microcontrollers have built-in m...

  • Answered by AI
  • Q2. C programming que reverse string
  • Q3. Set bit, clear and toggle bit

Interview Preparation Tips

Interview preparation tips for other job seekers - Microcontroller,
Microprocessor
C common interview questions,

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2022. There were 3 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 - Coding Test 

Data Structures and Algorithms

Round 3 - Assignment 

Data Structures and Algorithms and 5G

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well.
wake up at 5 o clock.
Go to school every day.
Dont bunk classes in engineering.
If you dont follow all these you will regret later.
Round 1 - Technical 

(4 Questions)

  • Q1. Types of error messages in CAN protocol
  • Ans. 

    Types of error messages in CAN protocol

    • Bit Error: Error in a single bit of the message

    • Stuff Error: Error in the stuffing bits

    • CRC Error: Error in the cyclic redundancy check

    • Form Error: Error in the message format

    • Acknowledge Error: Error in the acknowledgement of the message

  • Answered by AI
  • Q2. Bit arbitration and its significance
  • Ans. 

    Bit arbitration is the process of resolving conflicts when multiple devices try to access the same bus simultaneously.

    • Bit arbitration is important in multi-master systems where multiple devices can initiate data transfer.

    • It ensures that only one device gains control of the bus at a time.

    • Different arbitration schemes include priority-based, round-robin, and collision detection.

    • For example, in a CAN bus system, the devic...

  • Answered by AI
  • Q3. Difference between normal can and extended can
  • Ans. 

    CAN is a communication protocol used in automotive and industrial applications. Normal CAN has 11-bit identifier while Extended CAN has 29-bit identifier.

    • Normal CAN has 11-bit identifier while Extended CAN has 29-bit identifier.

    • Extended CAN allows for more unique identifiers, enabling more devices to communicate on the same network.

    • Normal CAN has a maximum data rate of 1 Mbps while Extended CAN has a maximum data rate ...

  • Answered by AI
  • Q4. Why can bus uses 120 ohm resistance
  • Ans. 

    120 ohm resistance is used in CAN bus to match the characteristic impedance of the transmission line.

    • CAN bus is a differential signaling system that requires a balanced impedance to prevent signal reflections.

    • The 120 ohm resistance matches the characteristic impedance of the transmission line, which is typically 120 ohms.

    • Without the proper impedance matching, signal reflections can cause data errors and reduce the maxi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain diagnostic protocols
  • Ans. 

    Diagnostic protocols are a set of rules and procedures used to identify and troubleshoot problems in a system.

    • Diagnostic protocols are used in various fields such as automotive, medical, and computer networking.

    • They involve a series of tests and measurements to identify the root cause of a problem.

    • Diagnostic protocols can be manual or automated, depending on the complexity of the system.

    • Examples of diagnostic protocols...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Bosch its all about can, and diagnostics protocols, uds services, no matter what the position

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

+ C and C++concepts.
+ RTOS
+ Multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c cpp concepts along with RTOS and problem solving skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About embedded systems
  • Q2. Analog devices and digital
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why are you interested in the field of embedded software development?
  • Ans. 

    I am fascinated by the challenge of working with low-level hardware and creating efficient, real-time systems.

    • Enjoy the challenge of working with low-level hardware

    • Excited about creating efficient, real-time systems

    • Passionate about developing innovative solutions for embedded systems

  • Answered by AI
  • Q2. What is CAN protocol?
  • Ans. 

    CAN protocol stands for Controller Area Network protocol, used for communication between microcontrollers and devices in automotive and industrial applications.

    • CAN protocol is a robust and reliable communication protocol used in automotive and industrial applications.

    • It allows multiple microcontrollers to communicate with each other without a host computer.

    • CAN protocol uses a differential signaling scheme to reduce ele...

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

(3 Questions)

  • Q1. What is binary coded decimal?
  • Ans. 

    Binary Coded Decimal (BCD) is a way of representing decimal numbers using a binary code.

    • BCD uses four bits to represent each decimal digit.

    • Each decimal digit is represented by its binary equivalent.

    • For example, the decimal number 25 is represented in BCD as 0010 0101.

  • Answered by AI
  • Q2. How keyboard mapping works in a microcontroller?
  • Ans. 

    Keyboard mapping in a microcontroller involves assigning specific key codes to each key on the keyboard.

    • Keyboard mapping is typically done using a lookup table that maps physical key presses to corresponding key codes.

    • The microcontroller reads the key code when a key is pressed and sends it to the computer for processing.

    • Keyboards may use different mapping standards such as ASCII or HID.

    • Custom keyboard mappings can als...

  • Answered by AI
  • Q3. What is the principle of analog to digital converter?
  • Ans. 

    An analog to digital converter converts continuous analog signals into discrete digital values.

    • Converts continuous analog signals into digital values

    • Utilizes sampling and quantization techniques

    • Common types include successive approximation ADC and delta-sigma ADC

  • Answered by AI

Skills evaluated in this interview

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Embedded Engineer interview?
Capgemini Engineering interview process usually has 2 rounds. The most common rounds in the Capgemini Engineering interview process are Resume Shortlist and Technical.
How to prepare for Capgemini Engineering Embedded Engineer 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 Capgemini Engineering. The most common topics and skills that interviewers at Capgemini Engineering expect are Embedded C, Embedded Software and Embedded Systems.
What are the top questions asked in Capgemini Engineering Embedded Engineer interview?

Some of the top questions asked at the Capgemini Engineering Embedded Engineer interview -

  1. Write a code to allocate a memory for multidimential array on h...read more
  2. few debugging codes, basic OOPS conce...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Capgemini Engineering interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Capgemini Engineering Embedded Engineer Salary
based on 17 salaries
₹2.8 L/yr - ₹6 L/yr
19% less than the average Embedded Engineer Salary in India
View more details

Capgemini Engineering Embedded Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
2.2k salaries
unlock blur

₹5.5 L/yr - ₹19.9 L/yr

Software Engineer
1.5k salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Technical Lead
1.4k salaries
unlock blur

₹9.8 L/yr - ₹32 L/yr

Network Engineer
467 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Technical Lead
427 salaries
unlock blur

₹13.4 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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