Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Physical Design Engineer Interview Questions, Process, and Tips

Updated 18 Jan 2025

Capgemini Engineering Physical Design Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How do you start the placement and routing flow?
  • Ans. 

    The placement and routing flow is typically started by defining the floorplan, creating power and ground grids, and performing initial placement of standard cells.

    • Define the floorplan by setting the core area, die size, and aspect ratio

    • Create power and ground grids to ensure proper distribution of power and signal lines

    • Perform initial placement of standard cells based on timing constraints and design rules

    • Run placement...

  • Answered by AI
  • Q2. How do you look into timing challenges?
  • Ans. 

    I analyze critical paths, optimize timing constraints, use EDA tools, and collaborate with design teams.

    • Analyze critical paths to identify timing violations

    • Optimize timing constraints to meet design goals

    • Utilize EDA tools like PrimeTime for timing analysis and optimization

    • Collaborate with design teams to address timing challenges

    • Implement design changes to improve timing closure

  • Answered by AI
  • Q3. What other verification tools did you use?
  • Ans. 

    I have used tools such as Calibre, IC Validator, and Redhawk for verification.

    • Calibre

    • IC Validator

    • Redhawk

  • Answered by AI
  • Q4. What are EM ?
  • Ans. 

    EM stands for Electromagnetic Interference, which refers to the disturbance caused by an electromagnetic field on an electronic circuit.

    • EM can cause signal integrity issues in electronic circuits.

    • It can lead to malfunctions or data corruption in electronic devices.

    • EM shielding is used to protect electronic circuits from interference.

    • Examples include radio frequency interference (RFI) and electromagnetic compatibility (

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Physical Design Engineer with a strong background in semiconductor industry and expertise in optimizing chip layouts for performance and power efficiency.

    • Experienced in designing and implementing physical layouts for integrated circuits

    • Proficient in using EDA tools such as Cadence and Synopsys

    • Skilled in floorplanning, placement, routing, and timing closure

    • Strong understanding of CMOS technology and sem...

  • Answered by AI

Interview questions from similar companies

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

(5 Questions)

  • Q1. What is que in sv ?
  • Ans. 

    Que in SystemVerilog (SV) is a built-in data type used for creating queues.

    • Queues are dynamic arrays that can grow or shrink in size during simulation.

    • Queues can store elements of any data type.

    • Elements can be added to the end of the queue using the built-in methods like push_back().

    • Elements can be removed from the front of the queue using the built-in methods like pop_front().

  • Answered by AI
  • Q2. What is mailbox
  • Ans. 

    A mailbox is a data structure used for communication between different processes or threads in a computer system.

    • Mailboxes are typically used in multi-threaded or multi-processor systems to pass messages between different entities.

    • They provide a way for processes to communicate without directly accessing each other's memory.

    • Mailboxes can be implemented using queues, shared memory, or other mechanisms depending on the s

  • Answered by AI
  • Q3. What is delay inter and intera
  • Ans. 

    Delay inter and intra refer to delays within and between different components or systems.

    • Delay inter refers to delays between different components or systems.

    • Delay intra refers to delays within the same component or system.

    • Example: Delay inter can occur when data is transferred between a CPU and memory.

    • Example: Delay intra can occur within a CPU due to processing time.

  • Answered by AI
  • Q4. What is constraint
  • Ans. 

    Constraints in verification engineering are conditions or limitations imposed on the design or testbench to ensure certain properties are met.

    • Constraints are used to restrict the possible values of variables or signals in a design or testbench.

    • They help in verifying specific behaviors or scenarios within the design.

    • Examples include setting timing constraints for signal propagation or limiting the range of input values

  • Answered by AI
  • Q5. What is oops related
  • Ans. 

    Object-oriented programming concepts such as classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain current project
  • Q2. Coding tests in c - psuedo code
  • Ans. 

    The question is about coding tests in C using pseudo code.

    • Understand the problem statement clearly before writing pseudo code.

    • Break down the problem into smaller steps and write pseudo code for each step.

    • Use proper syntax and logic in your pseudo code to demonstrate your understanding of C programming.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage class
  • Ans. 

    Storage classes in C specify the scope and lifetime of variables.

    • Storage classes include auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

  • Answered by AI
  • Q2. Explain structure program
  • Ans. 

    A structure program is a program that uses structures to group related data together.

    • Structures in C programming allow you to group related data together under one name.

    • You can define a structure using the 'struct' keyword.

    • Structures can contain different data types, including int, float, char, and even other structures.

    • You can access the members of a structure using the dot operator.

    • Example: struct employee { int id; ...

  • Answered by AI

Skills evaluated in this interview

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
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 2 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 

(2 Questions)

  • Q1. What is embedded c
  • Ans. 

    Embedded C is a programming language used for developing software for embedded systems.

    • Embedded C is a subset of the C programming language.

    • It is optimized for resource-constrained systems with limited memory and processing power.

    • It allows direct access to hardware and provides low-level control.

    • Embedded C is used in various industries like automotive, aerospace, consumer electronics, etc.

    • Example: Writing code to contr...

  • Answered by AI
  • Q2. Refer embedded c

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give to interview for this company.
Especially for ***** hr she is very very worrest person.
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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Microprocessor vs microcontrollers
  • Ans. 

    Microprocessors are general-purpose processors while microcontrollers are specialized processors for specific tasks.

    • Microprocessors are used in computers and smartphones, while microcontrollers are used in embedded systems like washing machines and traffic lights.

    • Microprocessors have separate memory and I/O devices, while microcontrollers have integrated memory, I/O ports, and peripherals.

    • Microprocessors require extern...

  • Answered by AI
  • Q2. Bit swapping and bit clear ,toggle,set
Round 2 - Mangerical 

(1 Question)

  • Q1. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic hr question, salary,negative and postive of a person

Interview Preparation Tips

Interview preparation tips for other job seekers - Embedded c must and debugging the program

Skills evaluated in this interview

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 

Easy test. Not hard at all. Can crack easily

Round 3 - One-on-one 

(2 Questions)

  • Q1. Difference between microcontroller and microprocessor
  • Ans. 

    Microcontroller is a self-contained system with memory, peripherals and processor. Microprocessor is a CPU only.

    • Microcontroller has on-chip memory and peripherals, while microprocessor requires external memory and peripherals

    • Microcontroller is used in embedded systems, while microprocessor is used in general-purpose computing

    • Examples of microcontrollers include Arduino, PIC, and AVR, while examples of microprocessors i

  • Answered by AI
  • Q2. Resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy not hard not that difficult. Basics is important

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

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Physical Design Engineer interview?
Capgemini Engineering interview process usually has 2 rounds. The most common rounds in the Capgemini Engineering interview process are HR and Technical.
What are the top questions asked in Capgemini Engineering Physical Design Engineer interview?

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

  1. how do you start the placement and routing fl...read more
  2. what other verification tools did you u...read more
  3. How do you look into timing challeng...read more

Tell us how to improve this page.

Capgemini Engineering Physical Design Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
View all
Capgemini Engineering Physical Design Engineer Salary
based on 169 salaries
₹2 L/yr - ₹9.8 L/yr
40% less than the average Physical Design Engineer Salary in India
View more details

Capgemini Engineering Physical Design Engineer Reviews and Ratings

based on 10 reviews

3.3/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

2.2

Salary

3.2

Job security

3.2

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 10 Reviews and Ratings
Senior Software Engineer
2.2k salaries
unlock blur

₹5.7 L/yr - ₹22.7 L/yr

Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Technical Lead
1.4k salaries
unlock blur

₹9.9 L/yr - ₹32 L/yr

Network Engineer
462 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Technical Lead
419 salaries
unlock blur

₹13.4 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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