Upload Button Icon Add office photos

Continental Device India

Compare button icon Compare button icon Compare

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

Top trending discussions

View All
Interview Tips & Stories
1w (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 Continental Device India?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Line drawing algorithm , clone linked list

Embedded Firmware Engineer Interview Questions Asked at Other Companies

Q1. Based on the provided circuit, design the components involved in ... read more
Q2. When 2 trains move in opposite directions , what point will they ... read more
Q3. What are the design specifications for creating a vending machine ... read more
Q4. Write an assembly language program for reversing a byte for a hex ... read more
Q5. Write an assembly language program for displaying square waves wi ... read more

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. 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 - Coding Test 

Basic programming and Algorithms. data structures theory and implementation

Round 3 - HR 

(1 Question)

  • Q1. Formality round and nothing was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and always be open for questions

I applied via Naukri.com and was interviewed before Sep 2021. 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 

C programs and linked list related programs. In c mainly focus on strings and arrays

Round 3 - One-on-one 

(2 Questions)

  • Q1. C concepts like storage classes, pointers and protocols like spi, i2c
  • Q2. Explain about Extern What's the difference between static and extern
  • Ans. 

    Extern and static are storage classes in C programming language.

    • Extern is used to declare a variable or function that is defined in another file.

    • Static is used to declare a variable or function that is only accessible within the same file.

    • Extern variables have global scope while static variables have local scope.

    • Extern functions can be used in other files while static functions cannot be used outside the file they are ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well mainy focus on coding in c string, Pointers, Structures and linked list.

Skills evaluated in this interview

Round 1 - Aptitude Test 

Percentage, number system , profit loss, blood relations

Round 2 - Coding Test 

Data structures and algorithms , javascript , css ,html

Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses
  • Ans. 

    Identifying strengths and weaknesses helps in personal growth and team dynamics, fostering a culture of continuous improvement.

    • Strength: Strong problem-solving skills - For example, I once optimized a slow-running algorithm, reducing its execution time by 50%.

    • Strength: Effective communication - I regularly lead team meetings, ensuring everyone is aligned and understands project goals.

    • Weakness: Perfectionism - I tend to...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself in next five years
  • Ans. 

    In five years, I envision myself as a lead software engineer, driving innovative projects and mentoring junior developers.

    • Leadership Role: I aim to take on a leadership position where I can guide a team in developing cutting-edge software solutions, similar to how I led a project in my previous role.

    • Mentorship: I plan to mentor junior developers, sharing my knowledge and experience to help them grow, just as I was ment...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be verry clear with your basics and practice coding problems
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions ,, 45 question 60 mins.

Round 2 - Aptitude Test 

Aptitude 45questions 1 hr

Round 3 - One-on-one 

(3 Questions)

  • Q1. Panel was of 2 person, asked about projects , html, css, java, and questions on microcontrollers
  • Q2. Explain css box model
  • Ans. 

    CSS box model is a fundamental concept in web design, defining the structure and layout of elements on a webpage.

    • The box model consists of content, padding, border, and margin around an element.

    • Content area is where text and images are displayed.

    • Padding is the space between the content and the border.

    • Border is the line that goes around the padding and content.

    • Margin is the space outside the border, separating the eleme...

  • Answered by AI
  • Q3. Dom objects , union and structure

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic C#, OOPS, design priniciples
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code which should check whether the given string is palindrome or not in java
  • Q2. 2 logical question the first one was if you have given a cake how can you cut down in 8 pieces in 3 cuts Second question im not remembering

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge about java

Skills evaluated in this interview

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

Technical plus aptitude based on domain you choose( pre placemt talks)

Round 2 - Technical 

(2 Questions)

  • Q1. Communication theory , aptitude, electronics basics for firmware domain(screening)
  • Q2. Coding related questions
Round 3 - Technical 

(1 Question)

  • Q1. Circuits related practical questions
Round 4 - HR 

(1 Question)

  • Q1. General things only

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.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Texas Instruments Interview Questions
3.9
 • 126 Interviews
Synopsys Interview Questions
3.9
 • 95 Interviews
Molex Interview Questions
3.9
 • 58 Interviews
Lam Research Interview Questions
3.7
 • 50 Interviews
Broadcom Interview Questions
3.4
 • 43 Interviews
View all
Senior Engineer
8 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

IT Manager
8 salaries
unlock blur

₹12 L/yr - ₹21.5 L/yr

Assistant Manager
7 salaries
unlock blur

₹4.8 L/yr - ₹9.5 L/yr

Production Supervisor
6 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Diploma Engineer
6 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Continental Device India with

Molex

3.9
Compare

TDK India Private Limited

3.8
Compare

Micron Technology

3.6
Compare

Broadcom

3.4
Compare
write
Share an Interview