Upload Button Icon Add office photos

Continental

Compare button icon Compare button icon Compare

Filter interviews by

Continental Test Engineer Interview Questions and Answers

Updated 27 Jan 2023

Continental Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Jan 2023

Interview experience
3
Average
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 - Coding Test 

A lot harder than expected. Maybe in depth of another time

Round 3 - HR 

(2 Questions)

  • Q1. What is your salary average? and how much do you want
  • Q2. Another one was about the rellocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Hooray. it was pretty easy in the end
A lot more technical questions

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is your weak point

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

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.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the smart pointers?
  • Ans. 

    Smart pointers are objects that store a pointer to dynamically allocated memory and provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically releasing memory when the pointer is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to break circular references.

  • Answered by AI
  • Q2. What is the lamda function?
  • Ans. 

    A lambda function is a small anonymous function defined in a single line of code without a name.

    • Lambda functions are often used in programming languages that support functional programming.

    • They are commonly used for short, simple operations that do not require a named function.

    • Lambda functions can take any number of arguments but can only have one expression.

    • Example: lambda x: x*2 defines a lambda function that doubles

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is threading?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for parallel execution of tasks within a program.

    • Each thread has its own stack and runs independently of other threads.

    • Threads can communicate with each other and share resources.

    • Example: A web server handling multiple client requests concurrently using threads.

  • Answered by AI
  • Q2. What is lamda function?
  • Ans. 

    Lambda function is an anonymous function in programming that can have multiple parameters and can be used as an argument to other functions.

    • Lambda functions are also known as anonymous functions because they do not have a name.

    • They are often used for short, one-time tasks that do not require a separate function definition.

    • Lambda functions can take multiple parameters and return a single value.

    • Example: lambda x, y: x + ...

  • Answered by AI

Skills evaluated in this interview

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
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 - One-on-one 

(3 Questions)

  • Q1. Object oriented Concepts concepts
  • Q2. Explain what is Constructors
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects of that class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q3. DO you know about the design pattern in C++
  • Ans. 

    Design patterns in C++ are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and can be applied in different scenarios.

    • Understanding design patterns can improve code quality and efficiency.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. AUTOSAR Basics and TX, RX Flow
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How would you preprocess the raw data
  • Ans. 

    Preprocessing raw data involves cleaning, transforming, and organizing data to make it suitable for analysis.

    • Remove any irrelevant or duplicate data

    • Handle missing values by imputation or deletion

    • Normalize or standardize numerical data

    • Encode categorical variables using techniques like one-hot encoding

    • Feature scaling for machine learning algorithms

    • Perform text preprocessing like tokenization and stemming

  • Answered by AI
  • Q2. How would you specify a solution that has been already existing
  • Ans. 

    Specify the existing solution by documenting its architecture, components, technologies used, and any modifications made.

    • Document the architecture of the solution, including high-level components and their interactions

    • List the technologies used in the solution, such as programming languages, frameworks, and databases

    • Describe any modifications or customizations made to the existing solution

    • Include any performance metric...

  • Answered by AI

Skills evaluated in this interview

Continental Interview FAQs

How many rounds are there in Continental Test Engineer interview?
Continental interview process usually has 3 rounds. The most common rounds in the Continental interview process are Resume Shortlist, Coding Test and HR.
How to prepare for Continental 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. The most common topics and skills that interviewers at Continental expect are Automotive, Testing, Python, Automation and CAPL.

Tell us how to improve this page.

Continental Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 333 Interviews
Yazaki Interview Questions
3.8
 • 136 Interviews
Aptiv Interview Questions
3.5
 • 98 Interviews
Valeo Interview Questions
4.0
 • 92 Interviews
DENSO Interview Questions
4.1
 • 77 Interviews
JTEKT Interview Questions
4.1
 • 66 Interviews
Faurecia Interview Questions
3.9
 • 63 Interviews
Tenneco Interview Questions
3.7
 • 62 Interviews
View all
Continental Test Engineer Salary
based on 24 salaries
₹3.5 L/yr - ₹8.5 L/yr
13% more than the average Test Engineer Salary in India
View more details

Continental Test Engineer Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

4.9

Skill development

4.8

Work-life balance

4.9

Salary

4.9

Job security

5.0

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Technical Specialist
363 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Technical Architect
112 salaries
unlock blur

₹12.4 L/yr - ₹30.5 L/yr

Technical Lead
91 salaries
unlock blur

₹14.6 L/yr - ₹30.5 L/yr

Software Engineer
64 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Team Lead
52 salaries
unlock blur

₹2.5 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Continental with

Bosch

4.2
Compare

Yazaki

3.8
Compare

Faurecia

3.9
Compare

Valeo

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