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
3.7

based on 308 Reviews

Filter interviews by

AIRBUS Senior Software Engineer Interview Questions and Answers

Updated 18 Jul 2024

AIRBUS Senior Software Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Find the second highest salary in sql
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use SELECT statement to retrieve salary column from the table.

    • Use ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to get the second highest salary.

  • Answered by AI
  • Q2. Check duplicate rows using sql, group by, window function.
  • Ans. 

    Use SQL query with GROUP BY and window function to check for duplicate rows.

    • Use GROUP BY to group rows with same values together

    • Use COUNT() function to count the number of occurrences of each group

    • Use window function like ROW_NUMBER() to assign a unique number to each row within a group

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. 1. Intro 2. Tech stacks 3. Questions on all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. DO 178 B/C Process
  • Ans. 

    DO 178 B/C is a software development standard for airborne systems.

    • DO 178 B/C is a set of guidelines for developing software for airborne systems.

    • It ensures that software is reliable, safe, and meets regulatory requirements.

    • The process includes requirements analysis, design, coding, testing, and verification.

    • Compliance with DO 178 B/C is often required for certification of avionics software.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular questions
  • Q2. In depth of the angular version architecture
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Coding samples and expected output
Round 2 - Technical 

(1 Question)

  • Q1. Virtual functions Polymorphism Runtime polymorphism compile time polymorphism Constructor Destructor Destructor overloading possible why Deep copy vs shallow copy Program for operator overloading Program f...
Round 3 - Behavioral 

(1 Question)

  • Q1. Working of project
Round 4 - HR 

(1 Question)

  • Q1. Discussion about package

Interview Preparation Tips

Interview preparation tips for other job seekers - No kt, no training they will provide, worst organisation ever, worst management, don't explain the task what you have to do , if you have other option please join other company don't join this company very bad

I applied via Campus Placement

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 

Simple basic codes were asked like finding prime number and all

Round 3 - Technical 

(2 Questions)

  • Q1. What do we mean by inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and promotes the concept of hierarchy in programming.

    • The existing class is called the parent class or superclass, and the new class is called the child class or subclass.

    • The child class inherits all the properties and methods of the parent class and can...

  • Answered by AI
  • Q2. How are stacks implemented while building softwares
  • Ans. 

    Stacks are implemented using arrays or linked lists to store and retrieve data in a Last-In-First-Out (LIFO) order.

    • Arrays are used to implement static stacks where the size is fixed

    • Linked lists are used to implement dynamic stacks where the size can change

    • Push() and pop() operations are used to add and remove elements from the stack

    • Stacks are used in programming languages for function calls and recursion

    • Stacks are also...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Are you able to relocate to Bangalore
  • Ans. 

    Yes, I am able to relocate to Bangalore.

    • I am open to relocating for the internship opportunity.

    • I am flexible and willing to move to Bangalore for the duration of the internship.

    • I have no constraints that would prevent me from relocating to Bangalore.

    • I am excited about the prospect of working in Bangalore and experiencing a new city.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and go for it.. they are going to judge some basics only

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker Rank code testing. Now it is removed.

Round 2 - Technical 

(1 Question)

  • Q1. C/C++ coding round. Simple questions related to memory segments.
Round 3 - Technical 

(1 Question)

  • Q1. Thread synchronisation, internal architecture of Linux.
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself after 5 years ? What is your future aspirations?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 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 - Technical 

(1 Question)

  • Q1. Logical question on sorting
Round 3 - One-on-one 

(1 Question)

  • Q1. Talk about agile
  • Ans. 

    Agile is a software development methodology that emphasizes flexibility, collaboration, and iterative development.

    • Agile focuses on delivering working software in short, iterative cycles called sprints.

    • It values customer collaboration and responding to change over following a strict plan.

    • Scrum and Kanban are popular frameworks used in agile development.

    • Daily stand-up meetings, sprint planning, and retrospectives are com...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why are you looking for a change

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Differentiate between RISC and CISC
  • Ans. 

    RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.

    • RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.

    • RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.

    • RISC processors rely on optimizing compilers for performance, while CISC...

  • Answered by AI
  • Q2. Define and differentiate interpreter and compiler
  • Ans. 

    Interpreter translates code line by line while compiler translates entire code at once.

    • Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)

    • Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Related to the ble, Wifi, rxjava, thirdparty libraries, Di, unit testing related questions.

AIRBUS Interview FAQs

How many rounds are there in AIRBUS Senior Software Engineer interview?
AIRBUS interview process usually has 1 rounds. The most common rounds in the AIRBUS interview process are Technical.
What are the top questions asked in AIRBUS Senior Software Engineer interview?

Some of the top questions asked at the AIRBUS Senior Software Engineer interview -

  1. check duplicate rows using sql, group by, window functi...read more
  2. find the second highest salary in ...read more

Tell us how to improve this page.

AIRBUS Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 148 Interviews
GE Interview Questions
4.2
 • 105 Interviews
Boeing Interview Questions
3.9
 • 83 Interviews
Data Patterns Interview Questions
3.8
 • 47 Interviews
View all
AIRBUS Senior Software Engineer Salary
based on 44 salaries
₹13 L/yr - ₹32 L/yr
61% more than the average Senior Software Engineer Salary in India
View more details
Software Engineer
217 salaries
unlock blur

₹11 L/yr - ₹28 L/yr

Engineer
135 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Technology Analyst
106 salaries
unlock blur

₹13.5 L/yr - ₹32.6 L/yr

Lead Engineer
93 salaries
unlock blur

₹12.8 L/yr - ₹40 L/yr

Associate Engineer
86 salaries
unlock blur

₹8 L/yr - ₹18.7 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