Upload Button Icon Add office photos

Collins Aerospace

Compare button icon Compare button icon Compare

Filter interviews by

Collins Aerospace Senior Software Engineer Interview Questions and Answers

Updated 13 Jun 2024

Collins Aerospace Senior Software Engineer Interview Experiences

1 interview found

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 questions from similar companies

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 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 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
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Kumaraguru College of Technology, Coimbatore and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There is MCQ questions of basics of c programming

Round 2 - One-on-one 

(4 Questions)

  • Q1. Second round is a technical round . Coding round
  • Q2. They ask about c programming basic questions and coding
  • Q3. Armstrong number
  • Q4. Fibbonnic series
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
Easy
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

Basic leetcode problems

Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions
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

Collins Aerospace Interview FAQs

How many rounds are there in Collins Aerospace Senior Software Engineer interview?
Collins Aerospace interview process usually has 2 rounds. The most common rounds in the Collins Aerospace interview process are Technical and HR.
How to prepare for Collins Aerospace Senior Software Engineer 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 Collins Aerospace. The most common topics and skills that interviewers at Collins Aerospace expect are Python, Aerospace, Debugging, Avionics and Backend.

Tell us how to improve this page.

Collins Aerospace Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Collins Aerospace Senior Software Engineer Salary
based on 102 salaries
₹7 L/yr - ₹18.5 L/yr
26% less than the average Senior Software Engineer Salary in India
View more details

Collins Aerospace Senior Software Engineer Reviews and Ratings

based on 10 reviews

3.2/5

Rating in categories

2.8

Skill development

3.5

Work-life balance

3.0

Salary

3.1

Job security

3.2

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 10 Reviews and Ratings
Lead Engineer
524 salaries
unlock blur

₹6 L/yr - ₹21.5 L/yr

Senior Leader Engineer
433 salaries
unlock blur

₹9.8 L/yr - ₹30 L/yr

Associate Engineer
389 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Design Engineer
219 salaries
unlock blur

₹4.1 L/yr - ₹12 L/yr

Lead Software Engineer
198 salaries
unlock blur

₹6.2 L/yr - ₹19.2 L/yr

Explore more salaries
Compare Collins Aerospace with

Boeing

3.9
Compare

AIRBUS

3.7
Compare

Tata Lockheed Martin Aerostructures

3.8
Compare

Raytheon

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