Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AIRBUS Team. If you also belong to the team, you can get access from here

AIRBUS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

AIRBUS Supplier Quality Manager Interview Questions, Process, and Tips

Updated 14 Jan 2024

AIRBUS Supplier Quality Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the steps of APQP
  • Ans. 

    APQP (Advanced Product Quality Planning) is a structured process for developing and launching high-quality products.

    • 1. Plan and Define Program: Establish project scope, objectives, and requirements.

    • 2. Product Design and Development: Design and develop the product based on customer needs and specifications.

    • 3. Process Design and Development: Develop and optimize the manufacturing process to ensure product quality.

    • 4. Prod...

  • Answered by AI
  • Q2. What is OEE and how is it calculated
  • Ans. 

    OEE stands for Overall Equipment Efficiency. It is a measure of how effectively a manufacturing process is utilized.

    • OEE is calculated by multiplying Availability, Performance, and Quality factors.

    • Availability measures the percentage of time the equipment is available for production.

    • Performance measures the speed at which the equipment operates compared to its designed speed.

    • Quality measures the percentage of good-quali...

  • Answered by AI
  • Q3. Steps of PPAP and its explanation
  • Ans. 

    PPAP (Production Part Approval Process) is a standardized process used in the automotive industry to ensure that suppliers meet quality requirements.

    • PPAP is a series of steps that suppliers must follow to demonstrate that they can consistently produce parts that meet customer specifications.

    • The steps of PPAP include documentation, submission, and approval of various documents such as design records, process flow diagra...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Steps of capacity planning
  • Ans. 

    Capacity planning involves several steps to ensure efficient utilization of resources.

    • Analyze historical data and forecast future demand

    • Identify current capacity and determine if it meets demand

    • Evaluate options to increase capacity, such as hiring more staff or investing in new equipment

    • Develop a capacity plan that outlines the necessary actions and timelines

    • Implement the plan and monitor its effectiveness

    • Make adjustme

  • Answered by AI
  • Q2. Implementation of OEE in new establishment
  • Ans. 

    Implementing OEE in a new establishment involves setting up the necessary infrastructure, training employees, and continuously monitoring and improving performance.

    • Establish a baseline by measuring the current OEE of the equipment and processes

    • Identify and address any bottlenecks or inefficiencies in the production line

    • Implement a system for collecting real-time data on availability, performance, and quality

    • Train emplo...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Oct 2017. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Its like technical round, they asked about automobile engineering.
  • Q2. They asked about the engine basics, and it went deep.
  • Q3. They asked about my academic projects, which I mentioned in my resume.

Interview Preparation Tips

General Tips: Be good in engines, and advanced technology and be creative at the time of interview
Duration: 1-4 weeks
College Name: ARAI pune
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. JS basic questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Concept about Java and it’s experience and in depth analysis of code with different situations
  • Q2. OOPS concept
  • Q3. Sorting Algorithm
  • Ans. 

    Sorting algorithm is a method of arranging elements in a specific order.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quick sort, and heap sort.

    • The choice of sorting algorithm depends on the size of the data set, the data type, and the desired time complexity.

    • Sorting algorithms can be implemented in various programming languages such as Java, Python, and C++.

  • Answered by AI
  • Q4. Project discussion in detail
  • Q5. A thorough questions based on your resume so make sure you know everything in detail from projects to tech stack used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. It’ll be appreciated to be honest if you don’t have much idea about it rather than being over confident. Also whatever you know about learn in detail. For example I was given to write a code showing inheritance, I was asked questions on multiple scenario it is important to understand the in depth of concept of all keywords like static and annotations (@override) as this is basic but we need to know about how it works and what exactly happens when we don’t have it.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. 1. some basic questions related to selenium.
  • Q2. 2. reverse a string, find a duplicate in a string.
  • Ans. 

    Reverse a string and find a duplicate in an array of strings.

    • To reverse a string, we can use the built-in reverse() method or loop through the string and append each character to a new string in reverse order.

    • To find a duplicate in an array of strings, we can use a hash table to keep track of the frequency of each string and return the first string with a frequency greater than 1.

  • Answered by AI
  • Q3. Some Linux basic command, cut, find.

Interview Preparation Tips

Interview preparation tips for other job seekers - Write a simple resume and be extra polite.

I was interviewed in Oct 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with basic DSA questions. Questions on Selenium and Linux commands were also asked.

  • Q1. 

    Reverse a String Problem Statement

    Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

    Input:

    The input starts with a single i...
  • Ans. 

    Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.

    • Iterate through the characters of the string from end to start and append them to a new string to get the reversed string.

    • Use built-in functions like reverse() or StringBuilder in languages like Java for efficient reversal.

    • Handle special characters and numbers along with alphabets while reversing the string.

    • Ensure to print eac...

  • Answered by AI
  • Q2. 

    Duplicate Characters in a String

    Given a string 'S' of length 'N', identify and return all the characters in the string that appear more than once along with their frequency.

    Example:

    Input:
     N = 5
    S =...
  • Ans. 

    Identify and return all characters in a string that appear more than once along with their frequency.

    • Iterate through the string and count the frequency of each character using a hashmap.

    • Return characters with frequency greater than 1 in an array of tuples.

  • Answered by AI
  • Q3. What is the cut command in Linux and how do you use it?
  • Ans. 

    The cut command in Linux is used to extract sections from each line of input.

    • Used to cut out specific sections of text from a file or input stream

    • Can specify the delimiter used to separate fields

    • Options include -c for characters, -f for fields, and -d to specify the delimiter

    • Example: cut -d',' -f1,3 file.txt

  • Answered by AI
  • Q4. What is the Find command in Linux and how is it used?
  • Ans. 

    The Find command in Linux is used to search for files and directories based on specified criteria.

    • Used to search for files and directories in a specified directory

    • Criteria can include file name, size, permissions, and more

    • Can be combined with other commands like -exec to perform actions on found files

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAThales interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Linux, Aptitude, OOPS, SeleniumTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Core Java Spring EJB Rest API
Round 2 - Technical 

(1 Question)

  • Q1. Core Java Spring Design Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Core Java, and Spring knowledge should suffice
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of testing
  • Q2. Sql basic, joins
  • Q3. Unix and shell scripting

I applied via Naukri.com and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Situational awareness
  • Q2. Psychological test

Interview Preparation Tips

Interview preparation tips for other job seekers - Boing has been known as a great organisation for long time, they are manufacturers of the most sophisticated civilan and defence supplies. However their interview process is completely idiotic, even if you are extremely talented and have cleared all technical rounds, they used to reject candidates in the final psychological (structured) round where they form opinion for the canditate based on questions asked, answer in a very calculated way for this final round.
Contribute & help others!
anonymous
You can choose to be anonymous

AIRBUS Interview FAQs

How many rounds are there in AIRBUS Supplier Quality Manager interview?
AIRBUS interview process usually has 2 rounds. The most common rounds in the AIRBUS interview process are Technical.
What are the top questions asked in AIRBUS Supplier Quality Manager interview?

Some of the top questions asked at the AIRBUS Supplier Quality Manager interview -

  1. What is OEE and how is it calcula...read more
  2. Implementation of OEE in new establishm...read more
  3. What are the steps of A...read more

Recently Viewed

INTERVIEWS

Ansys Software Private Limited

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

CAMPUS PLACEMENT

Anna University

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

AIRBUS

No Interviews

INTERVIEWS

Dell EMC

No Interviews

INTERVIEWS

Dell EMC

No Interviews

INTERVIEWS

Dell EMC

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

AIRBUS

No Interviews

Tell us how to improve this page.

AIRBUS Supplier Quality Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 148 Interviews
GE Interview Questions
4.2
 • 102 Interviews
Boeing Interview Questions
3.9
 • 85 Interviews
Data Patterns Interview Questions
3.7
 • 47 Interviews
View all
Software Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technology Analyst
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Engineer
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AIRBUS with

Boeing

3.9
Compare

Tata Lockheed Martin Aerostructures

3.8
Compare

Northrop Grumman

4.1
Compare

Raytheon

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