Upload Button Icon Add office photos

Continental

Compare button icon Compare button icon Compare

Filter interviews by

Continental Interview Questions, Process, and Tips

Updated 2 Jan 2025

Top Continental Interview Questions and Answers

View all 37 questions

Continental Interview Experiences

Popular Designations

49 interviews found

Technical Specialist (ADAS) Sensorics Interview Questions & Answers

user image subodh kumar

posted on 2 Dec 2021

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Ques 1: Write a program of adding two numbers with below condition: A) add function should be separate and should return the addition of two in terms of pointer . B) catch the pointer in main function and ...
  • Q2. What is polymorphism? different types of polymorphism?
  • Q3. Different Storage classes and their usage?
  • Q4. What is function pointer? its use cases.
  • Q5. Difference between array and vector? advantage of using vector over array?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for c and cpp part and i was interviewed for Math Library development position , so most of the questions they asked like optimisation through ARM neon Intrinsics , Different Compiler usage and Different ARM cores present and your experience on any of the ARM cor. How much gain you got while working on ARM core etc.
Prepare Well. you will clear it.
Total it was 5 rounds(including HR)

Skills evaluated in this interview

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

Logical, Patterns, Analytical

Round 2 - Technical 

(2 Questions)

  • Q1. Technical + HR round
  • Q2. Technical + HR round

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Quality Executive Interview Questions & Answers

user image Vishal Sharma

posted on 14 Dec 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Current affairs and general aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. What is your perspective on studying in your chosen field?
  • Ans. 

    Studying in my chosen field is essential for staying updated on industry trends and best practices.

    • Continuous learning helps me improve my skills and knowledge

    • Studying allows me to stay current with advancements in technology and regulations

    • Networking with other professionals in my field through education programs is valuable

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General IQ level questions and check communication skills
Round 4 - Salary discussion 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for Continental Quality Executive interview:
  • Heat Treatment
  • Fluid Mechanics
  • Rubber
Interview preparation tips for other job seekers - Concentrate on the technical aspects.

Quality Executive Interview Questions asked at other Companies

Q1. What is PPM, part per million What is raw material process of inspection 1000 into 20 What is the flow of carbon Gas 5bar What is your prepare instrument How customer handling method What is your daily check sheet parameters Did you check B... read more
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about your projects
  • Ans. 

    I have worked on various projects including a web development project for a local business and a data analysis project for a research study.

    • Developed a website for a local business using HTML, CSS, and JavaScript

    • Conducted data analysis for a research study using Python and SQL

    • Implemented machine learning algorithms for predictive modeling

  • Answered by AI
  • Q2. What is the output of a given C program
  • Ans. 

    The output of a C program depends on the code logic and input provided.

    • The output can be determined by analyzing the code and understanding the logic implemented.

    • Input values can also affect the output of the program.

    • Compile and run the program to see the actual output.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Programming

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Continental interview questions for popular designations

 Embedded Software Engineer

 (4)

 Technical Specialist

 (4)

 Software Engineer

 (3)

 Intern

 (2)

 Technical Lead

 (2)

 Area Sales Manager

 (1)

 Assistant Designer

 (1)

 Assistant Manager - Production

 (1)

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

(2 Questions)

  • Q1. Basic embedded questions
  • Q2. UC architecture

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)

Get interview-ready with Top Continental Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java questions: Marker interface, Lambda Expressions, Java Exceptions Handling, Annotations, Arrays programming questions, How to stop Overriding Selenium: Difference between all exceptions, window ha...

Interview Preparation Tips

Topics to prepare for Continental QA Technical Lead interview:
  • Core Java
  • Selenium
  • BDD

QA Technical Lead Interview Questions asked at other Companies

Q1. How we did trouble shooting and fix error
View answer (1)

Jobs at Continental

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

(1 Question)

  • Q1. Question related to find the error
Round 2 - HR 

(1 Question)

  • Q1. Package discussion

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
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 

(3 Questions)

  • Q1. Count the number of bits in a binary format of a given number
  • Ans. 

    To count the number of bits in a binary format of a given number, convert the number to binary and count the digits.

    • Convert the given number to binary format

    • Count the number of digits in the binary representation

    • The number of bits will be equal to the number of digits in the binary representation

  • Answered by AI
  • Q2. Memory sections of C program
  • Ans. 

    Memory sections in C program include stack, heap, data, and code sections.

    • Stack section stores local variables and function call information.

    • Heap section is used for dynamic memory allocation.

    • Data section contains global and static variables.

    • Code section holds the executable code of the program.

  • Answered by AI
  • Q3. Watchdog management

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge of C language

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Asked about projects

Round 2 - Technical 

(1 Question)

  • Q1. Some basic C coding question

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2023. There were 4 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 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the project of your post graduation
  • Q3. Have you heard about this company?
  • Q4. Any kind of information you know about tires
  • Ans. 

    Tires are rubber components that provide traction and support for vehicles.

    • Tires come in different sizes and types for different vehicles and purposes.

    • Tire pressure should be regularly checked and maintained for optimal performance and safety.

    • Tire treads are designed to provide grip and prevent hydroplaning on wet roads.

    • Tires can wear out over time and need to be replaced to ensure safety on the road.

    • Winter tires are d...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Company's introduction and Salary nagotiation and salary structure
Round 4 - One-on-one 

(1 Question)

  • Q1. Last interaction with HOD (casual interaction)

Interview Preparation Tips

Interview preparation tips for other job seekers - Actually, This is not that much bad company but I got few people who are not good for girls.... Production and planning department is very good and Engineering department is also good
5 days working....

Industrial Engineer Interview Questions asked at other Companies

Q1. What are the different new technologies which are used in logistics?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude test comprises of both technical, basic programming and general aptitude questionS

Round 3 - Technical 

(2 Questions)

  • Q1. They asked me the concept like SOM, machine design and designing software
  • Q2. Tell me about how to design gear
  • Ans. 

    Designing gears involves determining the gear type, size, material, and tooth profile to meet the required specifications.

    • Identify the gear type based on the application requirements

    • Determine the gear size based on the power transmission and space constraints

    • Select the appropriate material based on the load and environmental conditions

    • Design the tooth profile based on the gear type and operating conditions

    • Perform stres...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best , prepare the basics welll and give your best shot in the interview process

Skills evaluated in this interview

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Continental Interview FAQs

How many rounds are there in Continental interview?
Continental interview process usually has 2-3 rounds. The most common rounds in the Continental interview process are Technical, Resume Shortlist and HR.
How to prepare for Continental 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, Agile, Python, AUTOSAR and Management.
What are the top questions asked in Continental interview?

Some of the top questions asked at the Continental interview -

  1. Ques 1: Write a program of adding two numbers with below condition: A) add func...read more
  2. C Programming questions - program to identify no of 1s in binary representation...read more
  3. What is supply chain management? And what qualities a person should have to gro...read more
How long is the Continental interview process?

The duration of Continental interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Continental Interview Process

based on 55 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 334 Interviews
MRF Tyres Interview Questions
3.7
 • 297 Interviews
Ceat Tyres Interview Questions
4.0
 • 160 Interviews
Apollo Tyres Interview Questions
4.0
 • 129 Interviews
JK Tyres Interview Questions
3.7
 • 91 Interviews
Michelin Interview Questions
3.9
 • 52 Interviews
Goodyear Interview Questions
3.7
 • 52 Interviews
Bridgestone Interview Questions
4.0
 • 36 Interviews
TVS Eurogrip Interview Questions
3.6
 • 24 Interviews
Falken Tyre Interview Questions
4.2
 • 1 Interview
View all

Continental Reviews and Ratings

based on 492 reviews

3.9/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.6

Salary

3.8

Job security

3.8

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 492 Reviews and Ratings
Compliance Officer APAC

Bangalore / Bengaluru

10-10 Yrs

Not Disclosed

Senior IT Engineer - Salesforce Service Cloud (m/w/d)

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

KAM For India Market - IAPAC CES IMS

Sonipat

13-14 Yrs

Not Disclosed

Explore more jobs
Technical Specialist
353 salaries
unlock blur

₹8.1 L/yr - ₹25 L/yr

Technical Architect
111 salaries
unlock blur

₹12.4 L/yr - ₹33 L/yr

Technical Lead
88 salaries
unlock blur

₹14.6 L/yr - ₹30.5 L/yr

Area Sales Manager
59 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Software Engineer
58 salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Continental with

Bridgestone

4.0
Compare

Michelin

3.9
Compare

Goodyear

3.7
Compare

Pirelli

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