Upload Button Icon Add office photos

Filter interviews by

Collins Aerospace Associate Software Engineer Interview Questions and Answers

Updated 1 Sep 2021

Collins Aerospace Associate Software Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. How many squares are there in a Chess Board
  • Ans. 

    There are 204 squares in a chess board.

    • There are 64 small squares on the board.

    • There are 49 squares of size 2x2.

    • There are 36 squares of size 3x3.

    • There are 25 squares of size 4x4.

    • There are 16 squares of size 5x5.

    • There are 9 squares of size 6x6.

    • There are 4 squares of size 7x7.

    • There is 1 square of size 8x8.

  • Answered by AI
  • Q2. Tell us about your research and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for innovative people who put their thoughts into action

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

General coding 2 questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Asking about project
  • Q2. Asked about web security as I am a cyber student

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

DSA questions medium level

Round 3 - Technical 

(3 Questions)

  • Q1. Resume based interview or DSA questions medium level
  • Q2. Explain projects
  • Ans. 

    Projects are specific tasks or assignments that require a set of skills and resources to complete.

    • Projects are temporary in nature with a defined start and end date.

    • They typically have specific goals, deliverables, and constraints.

    • Projects require a team of individuals with different roles and responsibilities.

    • Examples: Developing a mobile app, implementing a new software system, conducting a research study.

  • Answered by AI
  • Q3. Internship experience
Round 4 - HR 

(1 Question)

  • Q1. Basic interpersonal skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA medium level
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa + JavaScript related questions and outputs

Round 2 - Coding Test 

Js related coding + easy dsa

Round 3 - Behavioral 

(2 Questions)

  • Q1. Mostly about the projects you did earlier
  • Q2. What do you focus on learning in future
  • Ans. 

    I focus on learning new programming languages, technologies, and best practices to stay current in the industry.

    • Learning new programming languages such as Python or Go

    • Exploring emerging technologies like blockchain or machine learning

    • Staying updated on best practices in software development such as Agile or DevOps

    • Improving problem-solving skills through coding challenges and projects

  • Answered by AI
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
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
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(5 Questions)

  • Q1. What is the lifecycle of React hooks?
  • Ans. 

    React hooks lifecycle includes initialization, rendering, updates, and cleanup.

    • Hooks are called in the order they are defined in the component function.

    • useState and useEffect are commonly used hooks in React.

    • Hooks like useEffect can be used for data fetching, subscriptions, or manually changing the DOM.

    • The cleanup function in useEffect can be used to clean up any resources or subscriptions.

    • Hooks allow for more flexible

  • Answered by AI
  • Q2. What is the process to fetch data from an API?
  • Ans. 

    To fetch data from an API, you need to send a request to the API endpoint and process the response.

    • Send a request to the API endpoint using HTTP methods like GET, POST, PUT, DELETE.

    • Include any required parameters or headers in the request.

    • Receive the response from the API, which usually comes in JSON or XML format.

    • Parse the response data to extract the information you need.

    • Handle any errors or exceptions that may occur

  • Answered by AI
  • Q3. Hooks and custom hooks
  • Q4. Difference between useeffect and usereducer
  • Ans. 

    useEffect is used for side effects in functional components, while useReducer is used for managing state in complex components.

    • useEffect is used for handling side effects in functional components

    • useReducer is used for managing state in complex components

    • useEffect is similar to componentDidMount and componentDidUpdate in class components

    • useReducer is similar to useState but for more complex state management

    • useEffect can...

  • Answered by AI
  • Q5. Html5 and css3 questions
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Intro 2. Tech stacks 3. Questions on all

Collins Aerospace Interview FAQs

How to prepare for Collins Aerospace Associate 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, Agile, C++, Debugging and SDLC.

Tell us how to improve this page.

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 149 Interviews
GE Interview Questions
4.2
 • 105 Interviews
Boeing Interview Questions
3.9
 • 83 Interviews
AIRBUS Interview Questions
3.7
 • 73 Interviews
View all
Collins Aerospace Associate Software Engineer Salary
based on 127 salaries
₹5 L/yr - ₹12 L/yr
59% more than the average Associate Software Engineer Salary in India
View more details

Collins Aerospace Associate Software Engineer Reviews and Ratings

based on 13 reviews

3.8/5

Rating in categories

3.1

Skill development

4.2

Work-life balance

3.3

Salary

4.5

Job security

4.3

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 13 Reviews and Ratings
Lead Engineer
538 salaries
unlock blur

₹6.8 L/yr - ₹20.1 L/yr

Senior Leader Engineer
417 salaries
unlock blur

₹9.8 L/yr - ₹30 L/yr

Associate Engineer
383 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Design Engineer
213 salaries
unlock blur

₹4.1 L/yr - ₹12 L/yr

Lead Software Engineer
199 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