Upload Button Icon Add office photos

Filter interviews by

Continental Device India Embedded Firmware Engineer Interview Questions and Answers

Updated 2 Apr 2024

Continental Device India Embedded Firmware 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 Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to integrate and differentiate signals through software embedded c for 8 bit , 16 bit architecture
  • Ans. 

    Integrating and differentiating signals through software embedded C for 8-bit and 16-bit architecture involves utilizing appropriate data types and algorithms.

    • Use fixed-point arithmetic for 8-bit architecture to maintain precision

    • Leverage floating-point arithmetic for 16-bit architecture for higher precision

    • Implement algorithms like finite difference method for differentiation

    • Utilize digital signal processing technique...

  • Answered by AI
  • Q2. How to implement digital filter through software
  • Ans. 

    Digital filters can be implemented through software by using algorithms such as Finite Impulse Response (FIR) or Infinite Impulse Response (IIR).

    • Choose the appropriate filter type based on the desired frequency response and computational complexity

    • Implement the filter algorithm in the firmware code using programming languages like C or assembly

    • Optimize the filter design for efficient memory usage and processing speed

    • Te...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic c concepts and programming
  • Q2. Embedded firmware concepts
Round 2 - Coding Test 

Linked list, data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic c, firmware and embedded systems. Linked list
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Write code randc behaviour
  • Ans. 

    randc behavior generates random complex numbers with specified distribution

    • Use randc to generate random complex numbers

    • Specify distribution using arguments like mean, variance, etc.

    • Example: randc(10, 1, 2) generates 10 random complex numbers with mean 1 and variance 2

  • Answered by AI
  • Q2. Functinal coverage
  • Q3. Code coverage related questions
  • Q4. Monitor and scoreboard connections
  • Q5. Project related questions

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Explain the Masters Thesis Project in detail. What is CNF and DNF ? How project is relevant to Binarized Neural Network ? Other questions were C language related.
  • Ans. 

    Master's thesis project focused on CNF and DNF in relation to Binarized Neural Networks.

    • CNF stands for Conjunctive Normal Form and DNF stands for Disjunctive Normal Form.

    • CNF is a conjunction of clauses, while DNF is a disjunction of clauses.

    • Binarized Neural Networks use binary values (0 or 1) for weights and activations to reduce memory and computation requirements.

    • The project likely explored how CNF and DNF can be use...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you comfortable relocating to Bangalore / Hyderabad ?
  • Q2. What does Micron do ?
  • Ans. 

    Micron is a global leader in memory and storage solutions, providing innovative products for a wide range of applications.

    • Micron manufactures memory and storage products such as DRAM, NAND, and SSDs.

    • They cater to various industries including data centers, automotive, consumer electronics, and more.

    • Micron focuses on developing cutting-edge technologies to meet the growing demands of the digital world.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 aptitude qns and some mcqs on basic programming

Round 2 - Technical 

(4 Questions)

  • Q1. I was asked to write two sum, palindrome function and merge sort code in whatever language I'm comfortable in
  • Q2. Two sum- return true or false
  • Ans. 

    Given an array of integers, determine if there are two numbers that add up to a specific target.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the target and the element exists in the hash set.

    • If the difference exists, return true; otherwise, continue iterating.

    • Example: nums = [2, 7, 11, 15], target = 9. The function should return true as 2 + 7 = 9.

  • Answered by AI
  • Q3. Merge sort function code
  • Q4. Palindromic string or not

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Is setup and hold uncertainty values are different
  • Ans. 

    Yes, setup and hold uncertainty values are different in physical design engineering.

    • Setup uncertainty is related to the arrival time of the data signal at the input of the flip-flop, while hold uncertainty is related to the removal time of the data signal.

    • Setup time is the minimum amount of time the data input must be stable before the clock edge, while hold time is the minimum amount of time the data input must be sta...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 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 

(8 Questions)

  • Q1. What are the PD inputs and outputs
  • Ans. 

    PD inputs are design specifications and constraints, while outputs are physical layout of the design.

    • Inputs include design specifications, constraints, technology libraries, and floorplan.

    • Outputs include physical layout, placement of components, routing of wires, and design verification.

    • Example: Input - RTL design, clock frequency, power constraints. Output - GDSII layout, timing analysis report.

  • Answered by AI
  • Q2. Describe each stage of PNR flow
  • Ans. 

    PNR flow consists of synthesis, floorplanning, placement, clock tree synthesis, routing, and signoff stages.

    • Synthesis: Convert RTL code to gate-level netlist

    • Floorplanning: Define chip area, core, and I/O locations

    • Placement: Place gates in specific locations to meet timing constraints

    • Clock tree synthesis: Create clock distribution network

    • Routing: Connect gates with wires while considering timing and congestion

    • Signoff: V...

  • Answered by AI
  • Q3. What are the different techniques to minimize congestion?
  • Ans. 

    Techniques to minimize congestion include buffer insertion, wire spreading, and layer assignment.

    • Buffer insertion: Adding buffers to critical paths to improve timing and reduce congestion.

    • Wire spreading: Distributing wires evenly to reduce congestion in specific areas.

    • Layer assignment: Properly assigning different signal layers to reduce congestion on a single layer.

  • Answered by AI
  • Q4. What is the setup and hold time and different techniques to fix the setup and hold time violations?
  • Ans. 

    Setup and hold time are timing constraints in digital circuits. Techniques to fix violations include adjusting clock skew, buffering signals, and optimizing routing.

    • Setup time is the minimum amount of time a data input must be stable before the clock edge for proper operation.

    • Hold time is the minimum amount of time a data input must be stable after the clock edge for proper operation.

    • Techniques to fix setup and hold ti...

  • Answered by AI
  • Q5. What is signal integrity?
  • Ans. 

    Signal integrity refers to the quality of an electrical signal as it travels through a circuit or system.

    • It involves ensuring that the signal remains clear and undistorted from the transmitter to the receiver.

    • Factors affecting signal integrity include impedance matching, noise, crosstalk, and reflections.

    • Signal integrity analysis is crucial in high-speed digital design to prevent data errors and ensure reliable communi...

  • Answered by AI
  • Q6. What is crosstalk and noise and how to fix it?
  • Ans. 

    Crosstalk is unwanted interference between signals on adjacent lines, while noise is random unwanted signals that can degrade performance.

    • Crosstalk occurs when signals on adjacent lines interfere with each other due to coupling effects.

    • Noise is random unwanted signals that can be caused by various sources such as electromagnetic interference or power supply fluctuations.

    • To fix crosstalk, techniques like spacing out lin...

  • Answered by AI
  • Q7. What is clock latency, skew and jitter?
  • Ans. 

    Clock latency is the delay between the clock signal being generated and reaching the destination, skew is the variation in arrival times of the clock signal at different destinations, and jitter is the variation in the period of the clock signal.

    • Clock latency is the delay between the clock signal being generated and reaching the destination.

    • Skew is the variation in arrival times of the clock signal at different destina...

  • Answered by AI
  • Q8. What is useful skew, negative skew and positive skew?
  • Ans. 

    Useful skew, negative skew, and positive skew are terms used in physical design to describe timing constraints.

    • Useful skew refers to intentional delay added to certain paths to meet timing requirements.

    • Negative skew occurs when data arrives later than expected, leading to potential timing violations.

    • Positive skew occurs when data arrives earlier than expected, potentially causing setup time violations.

    • Skew can be adjus...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DIGICOMM Semiconductor Physical Design Engineer interview:
  • STATIC TIMING ANALYSIS
  • Physical Design
  • FORMAL VERIFICATION
  • Physical Verification
Interview preparation tips for other job seekers - Learn basic concepts, go through company requirement and go through all the topics and Be confident while answering.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Logical questions for coding.

Interview Preparation Tips

Topics to prepare for Broadcom Firmware Engineer interview:
  • c
  • RTOS Concepts
  • Device Drivers
Interview preparation tips for other job seekers - resume should be clear
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. What is an ICG? How would you use it in the design?
  • Ans. 

    ICG stands for Inter-Chip Global. It is a network that connects multiple chips in a system.

    • ICG is used to transfer data between different chips in a system

    • It helps in reducing the number of wires required for communication between chips

    • ICG can be used in various design aspects such as clock distribution, power management, and data transfer

    • Example: In a multi-chip system, ICG can be used to transfer clock signals from o

  • Answered by AI
  • Q2. How will MSCTS help at SOC level CTS
  • Ans. 

    MSCTS can help in achieving better clock distribution and reducing skew at SOC level CTS.

    • MSCTS (Multi-Source Clock Tree Synthesis) can optimize the clock tree for better skew and jitter performance.

    • It can also help in reducing power consumption by optimizing the clock network.

    • MSCTS can handle multiple clock sources and ensure proper synchronization.

    • It can also help in meeting timing constraints and reducing clock tree ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What was the most difficult challenge faced in the projects you worked?
  • Q2. How will you fix setup and hold time when both are violating at the same time.
  • Ans. 

    Fixing setup and hold time violations simultaneously requires adjusting clock timing and/or data path delays.

    • Identify the critical path causing the violations

    • Adjust the clock timing to meet setup and hold requirements

    • Adjust the data path delays to meet setup and hold requirements

    • Use tools like static timing analysis and delay calculation to determine necessary adjustments

    • Iteratively adjust timing and delays until viola

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was professional and technical. They asked all basic STA and PD Flow Questions. It is advisable to go through few topics like Low Power and STA before interview.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Describe the PD flow
  • Ans. 

    The PD flow is the process of designing the physical layout of integrated circuits.

    • Initial floorplanning to determine the placement of blocks and macros

    • Placement and optimization of standard cells

    • Routing of interconnects to connect the various components

    • Physical verification to ensure design rules are met

    • Timing closure to meet performance targets

  • Answered by AI
  • Q2. How to fix setup and hold violation
  • Ans. 

    Setup and hold violations can be fixed by adjusting timing constraints, optimizing clock tree, and redesigning critical paths.

    • Adjust timing constraints to allow more time for signals to propagate

    • Optimize clock tree to reduce clock skew and improve timing

    • Redesign critical paths by adding buffers or restructuring logic

    • Use ECO (Engineering Change Order) to make necessary changes without redoing the entire design

  • Answered by AI
  • Q3. What is you domain experties
  • Ans. 

    My domain expertise is in physical design engineering, specifically in the areas of floorplanning, placement, routing, and timing closure.

    • Floorplanning

    • Placement

    • Routing

    • Timing closure

  • Answered by AI
  • Q4. Why are you looking for job switch
  • Q5. Why does setup and hold ail on same path
  • Ans. 

    Setup and hold time violations can occur on the same path due to different reasons.

    • Timing violations can occur due to variations in process, voltage, and temperature (PVT)

    • Clock skew between different paths can lead to setup and hold violations on the same path

    • Issues with clock tree synthesis or routing can also contribute to setup and hold time violations

    • Improper constraints or incorrect timing analysis setup can resul

  • Answered by AI

Continental Device India Interview FAQs

How many rounds are there in Continental Device India Embedded Firmware Engineer interview?
Continental Device India interview process usually has 1 rounds. The most common rounds in the Continental Device India interview process are Technical.
What are the top questions asked in Continental Device India Embedded Firmware Engineer interview?

Some of the top questions asked at the Continental Device India Embedded Firmware Engineer interview -

  1. How to integrate and differentiate signals through software embedded c for 8 bi...read more
  2. How to implement digital filter through softw...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Adani Group Interview Questions
3.9
 • 177 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
BHEL Interview Questions
4.2
 • 103 Interviews
View all
R&D Engineer
10 salaries
unlock blur

₹4 L/yr - ₹8.9 L/yr

Senior Engineer
9 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Diploma Engineer
9 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

IT Manager
7 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Assistant Manager
6 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Explore more salaries
Compare Continental Device India with

Bharat Electronics

4.2
Compare

Hindustan Aeronautics

4.3
Compare

BHEL

4.2
Compare

TCS

3.7
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