Upload Button Icon Add office photos

Continental

Compare button icon Compare button icon Compare

Filter interviews by

Continental Software Tester Interview Questions and Answers

Updated 9 Mar 2023

Continental Software Tester Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Sep 2022. 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. Differences between software and hardware
  • Ans. 

    Software is a set of instructions that tell a computer what to do, while hardware refers to the physical components of a computer system.

    • Software is intangible and can be easily modified or updated

    • Hardware is tangible and cannot be easily modified or updated

    • Software is installed on hardware to make it functional

    • Examples of software include operating systems, applications, and games

    • Examples of hardware include processor

  • Answered by AI
  • Q2. What is a microcontroller
  • Ans. 

    A microcontroller is a small computer on a single integrated circuit that is designed to control specific devices.

    • It contains a CPU, memory, and input/output peripherals on a single chip

    • Used in embedded systems, robotics, and automation

    • Examples include Arduino, Raspberry Pi, and PIC microcontrollers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they wasn't very polite, and make me feel uncofortable

Skills evaluated in this interview

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.

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

(3 Questions)

  • Q1. Difference between structure and union?
  • Ans. 

    Structure is a collection of variables of different data types while union is a collection of variables of same data type.

    • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

    • Structure is used when we want to store different types of data while union is used when we want to store only one type of data.

    • Structure is accessed using dot operator while union is access...

  • Answered by AI
  • Q2. How to avoid dangling pointers?
  • Ans. 

    Dangling pointers can be avoided by setting them to NULL after freeing the memory they point to.

    • Always initialize pointers to NULL.

    • Set pointers to NULL after freeing the memory they point to.

    • Avoid accessing memory through a pointer after it has been freed.

    • Use smart pointers or garbage collection to automate memory management.

  • Answered by AI
  • Q3. Write a program to print Fibonacci series using recursion
  • Ans. 

    A program to print Fibonacci series using recursion.

    • Define a recursive function that takes an integer n as input

    • Base case: if n is 0 or 1, return n

    • Recursive case: return the sum of the previous two Fibonacci numbers

    • Call the recursive function with the desired number of terms and print the result

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are your strengths in computer science?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to focus more on coding. Try to solve coding challenges and learn from mistakes.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Embedded c ....................
Round 2 - Behavioral 

(1 Question)

  • Q1. Project ........,........
Round 3 - HR 

(1 Question)

  • Q1. Salary ....................

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy .........,..................................
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
  • Ans. 

    Structure is a collection of variables of different data types while union is a collection of variables of same data type.

    • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

    • Structure is used when we want to store different types of data while union is used when we want to store only one type of data.

    • Structure is accessed using dot operator while union is access...

  • Answered by AI

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

Round 1 - Aptitude Test 

It had quants,verbal and logical qns

Round 2 - Technical 

(2 Questions)

  • Q1. Asked me abt my project
  • Q2. Tell me about the webinars you attended

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to answer all type of qns Be confident while you present yourself Take care of your manners

Continental Interview FAQs

How many rounds are there in Continental Software Tester interview?
Continental interview process usually has 2 rounds. The most common rounds in the Continental interview process are Resume Shortlist and Technical.
How to prepare for Continental Software Tester 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, CVS, Configuration management, Debugging and Embedded C.
What are the top questions asked in Continental Software Tester interview?

Some of the top questions asked at the Continental Software Tester interview -

  1. differences between software and hardw...read more
  2. what is a microcontrol...read more

Tell us how to improve this page.

Continental Software Tester 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 Software Tester Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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