Upload Button Icon Add office photos

Filter interviews by

Continental Automotive Components Test Engineer Interview Questions and Answers

Updated 4 Apr 2023

Continental Automotive Components Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Selenium and python. The interview took around 1hr since it’s a product based company
  • Q2. Implicit wait Explicit wait Xpath Write python code
  • Ans. 

    Implicit and explicit waits are used in Selenium to wait for elements to load. Xpath is a way to locate elements on a webpage.

    • Implicit wait: waits for a certain amount of time before throwing an exception if the element is not found

    • Explicit wait: waits for a certain condition to be met before proceeding with the code

    • Xpath: a way to locate elements on a webpage using the path of the element in the HTML structure

    • Python c...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Managing the real life with professional life

Interview Preparation Tips

Interview preparation tips for other job seekers - Since this is a product based company the questions were quite though and my technical interview was around 1hr so later in manager round it was complicated questions. But getting into this company is a blessing since the work environment, guidance, food everything is on top

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Continental Automotive Components?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: more of experience gaining and learning new tricks of codding a program.
Tips: must focus on bugging and debugging the program.
Duration: 60 mins minutes

Skills: Coding Skills,
College Name: Invertis university
Motivation: bosch is a multinational company stating its rank worldwide.so anyone would to work with outstanding company.

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What problems did we face in the old generation video game consol ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

Interview Questionnaire 

1 Question

  • Q1. What is your weak point
  • Ans. 

    I tend to be overly critical of my own work, which can slow down my progress and decision-making.

    • I often spend too much time refining code, aiming for perfection, which can delay project timelines.

    • In team settings, I sometimes hesitate to share my ideas, fearing they may not meet high standards.

    • I have learned to set deadlines for myself to ensure I complete tasks without getting stuck in analysis paralysis.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For an interview fist of all we should be mentally prepare like these gyus here for hire us ,just we tell some answers to their questions, and later try to think as much as close to correct answer my answer is ,there is better chance that they will keep me for job

I applied via Walk-in and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data structure and STA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and don't try to be oversmart.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Coding Test 

Coding test, on C, around 1 hr, on teams

Round 2 - Technical 

(1 Question)

  • Q1. C basics Embedded C Aptitude
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. - Write a code to reverse a phrase like (I love my country) make it as (Country my love i).
  • Ans. 

    A code to reverse a phrase by splitting it into words and reversing the order of the words.

    • Split the phrase into an array of words using a space as the delimiter

    • Reverse the order of the words in the array

    • Join the words back together with spaces in between

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your problems with relocation?

Interview Preparation Tips

Topics to prepare for Aptiv Software Engineer interview:
  • C
  • Embedded C
  • SPI
Interview preparation tips for other job seekers - Be patient and prepare your self for every interview.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the smart pointers?
  • Q2. What is the lamda function?
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is threading?
  • Q2. What is lamda function?

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Explain incident management with real time incident
  • Ans. 

    Incident management is a structured approach to handling unexpected events in software systems to minimize impact and restore services.

    • Identify the incident: For example, a server goes down unexpectedly.

    • Categorize and prioritize: Determine the severity of the incident, such as critical, high, medium, or low.

    • Assign a response team: Designate engineers or support staff to address the incident based on expertise.

    • Communica...

  • Answered by AI
  • Q2. How will you fine tune a use casea
  • Ans. 

    Fine-tuning a use case involves refining requirements, validating assumptions, and ensuring alignment with user needs.

    • Identify key stakeholders and gather their requirements through interviews or surveys.

    • Create user personas to understand different user needs and scenarios.

    • Develop prototypes or wireframes to visualize the use case and gather feedback.

    • Iterate on the use case based on feedback, ensuring it meets both use...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerrank assesment

Round 2 - Technical 

(1 Question)

  • Q1. About Python, Data structures
Round 1 - Technical 

(2 Questions)

  • Q1. Diff b/w c and embedded c
  • Ans. 

    Embedded C is a subset of the C programming language, specifically designed for programming embedded systems.

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

    • It includes additional keywords and features for controlling hardware directly.

    • Embedded C often involves working with microcontrollers, sensors, and other hardware components.

    • Regular C can be used for general-purpos...

  • Answered by AI
  • Q2. Diff b/w structure and union

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on basics of coding. c language , python, autosar

Skills evaluated in this interview

Continental Automotive Components Interview FAQs

How many rounds are there in Continental Automotive Components Test Engineer interview?
Continental Automotive Components interview process usually has 3 rounds. The most common rounds in the Continental Automotive Components interview process are Resume Shortlist, One-on-one Round and Behavioral.
How to prepare for Continental Automotive Components Test 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 Continental Automotive Components. The most common topics and skills that interviewers at Continental Automotive Components expect are CAPL, Automotive, Canoe, Test Engineering and Testing.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 346 Interviews
Yazaki Interview Questions
3.8
 • 151 Interviews
Aptiv Interview Questions
3.5
 • 106 Interviews
Valeo Interview Questions
4.0
 • 96 Interviews
DENSO Interview Questions
4.2
 • 79 Interviews
JTEKT Interview Questions
4.1
 • 74 Interviews
Faurecia Interview Questions
3.9
 • 68 Interviews
Tata Cummins Interview Questions
4.3
 • 68 Interviews
Tenneco Interview Questions
3.7
 • 64 Interviews
View all
Continental Automotive Components Test Engineer Salary
based on 110 salaries
₹2.8 L/yr - ₹12.1 L/yr
20% more than the average Test Engineer Salary in India
View more details

Continental Automotive Components Test Engineer Reviews and Ratings

based on 14 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.2

Salary

4.5

Job security

4.2

Company culture

4.2

Promotions

4.4

Work satisfaction

Explore 14 Reviews and Ratings
Technical Specialist
1.3k salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Technical Architect
398 salaries
unlock blur

₹10.1 L/yr - ₹39 L/yr

Technical Lead
336 salaries
unlock blur

₹11.9 L/yr - ₹33 L/yr

Senior Engineer
287 salaries
unlock blur

₹5.4 L/yr - ₹22 L/yr

Executive Engineer
285 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Continental Automotive Components with

Bosch

4.2
Compare

Yazaki

3.8
Compare

Faurecia

3.9
Compare

Valeo

4.0
Compare
write
Share an Interview