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

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?
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.

Software Tester Interview Questions Asked at Other Companies

Q1. You are given test scenarios and have to execute all test cases, ... read more
asked in Amdocs
Q2. What is the best technique to generate automated test reports?
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1) What is Software Testing. 2) SDLC vs STLC 3) What is Positive ... read more
asked in Infosys
Q5. What is mean by automation testing and manual testing

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
  • 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
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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Object oriented Concepts concepts
  • Q2. Explain what is Constructors
  • 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
Are these interview questions helpful?
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

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

(1 Question)

  • Q1. Technical about c++, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice Place to work
Round 1 - Technical 

(3 Questions)

  • Q1. Difference between structure and union?
  • Q2. How to avoid dangling pointers?
  • 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?
  • Ans. 

    My strengths in computer science include problem-solving, coding proficiency, and a strong understanding of algorithms and data structures.

    • Problem-Solving Skills: I excel at breaking down complex problems into manageable parts, as demonstrated in a recent project where I optimized a search algorithm, reducing time complexity from O(n^2) to O(n log n).

    • Proficiency in Multiple Programming Languages: I am fluent in Java, P...

  • Answered by AI

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

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.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 345 Interviews
Yazaki Interview Questions
3.8
 • 150 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
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
389 salaries
unlock blur

₹8.1 L/yr - ₹25 L/yr

Technical Architect
124 salaries
unlock blur

₹12.4 L/yr - ₹32 L/yr

Technical Lead
80 salaries
unlock blur

₹14.6 L/yr - ₹32 L/yr

Software Engineer
78 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Engineer
63 salaries
unlock blur

₹6 L/yr - ₹16.4 L/yr

Explore more salaries
Compare Continental with

Bosch

4.2
Compare

Yazaki

3.8
Compare

Faurecia

3.9
Compare

Valeo

4.0
Compare
write
Share an Interview