Upload Button Icon Add office photos

Filter interviews by

Collins Aerospace Software Engineer Interview Questions and Answers

Updated 4 Oct 2024

Collins Aerospace Software Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic c Programming and Embedded Systems

Round 2 - One-on-one 

(1 Question)

  • Q1. C and Do-178b questions
Round 3 - One-on-one 

(1 Question)

  • Q1. C and Embedded system and Project related
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round, Mostly technical
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and my previous employer details

Interview Preparation Tips

Interview preparation tips for other job seekers - C, Do-178 b process and Micro Controller knowledge

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(3 Questions)

  • Q1. Technical interview
  • Q2. About resume and project
  • Q3. Basic oop, concept in java
Round 3 - HR 

(2 Questions)

  • Q1. Why u want to join honeywell
  • Ans. 

    I want to join Honeywell because of its reputation for innovation, global presence, and opportunities for growth.

    • Honeywell is known for its cutting-edge technology and innovative solutions.

    • I am attracted to the opportunity to work on projects with a global impact.

    • I believe Honeywell offers great opportunities for career growth and development.

    • I am impressed by Honeywell's commitment to sustainability and corporate soci

  • Answered by AI
  • Q2. Weakness and strength
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Frequency of character
  • Ans. 

    The question is asking about how often each character appears in a given string.

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

    • Return the hashmap with characters as keys and their frequencies as values.

  • Answered by AI

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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding on dsa with easy will question

Round 2 - Technical 

(1 Question)

  • Q1. Draw a linked list
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diifference btw polymorphism
  • Q2. Opps concept in python
  • Ans. 

    Object-oriented programming concepts in Python focus on classes, objects, inheritance, and polymorphism.

    • Classes are blueprints for creating objects with attributes and methods.

    • Objects are instances of classes that can store data and perform actions.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism enables objects to be treated as instances of their parent class or their own cl

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
3
Average
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 - Aptitude Test 

There was simple aptitude questions along with some C snippet

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between RISC and CISC?
  • Ans. 

    RISC (Reduced Instruction Set Computing) has a smaller set of simple instructions, while CISC (Complex Instruction Set Computing) has a larger set of complex instructions.

    • RISC processors have simpler instructions that can be executed in a single clock cycle, making them faster.

    • CISC processors have more complex instructions that may require multiple clock cycles to execute.

    • RISC architectures typically have a smaller chi...

  • Answered by AI
  • Q2. How ADC(Analog to Digital Converter) works?
  • Ans. 

    ADC converts analog signals into digital data by sampling the input signal at regular intervals.

    • ADC samples the input signal at regular intervals

    • It quantizes the sampled values into discrete digital values

    • The resolution of ADC determines the number of possible digital values

    • Common types of ADC include successive approximation ADC and delta-sigma ADC

  • Answered by AI

Collins Aerospace Interview FAQs

How many rounds are there in Collins Aerospace Software Engineer interview?
Collins Aerospace interview process usually has 3 rounds. The most common rounds in the Collins Aerospace interview process are One-on-one Round, Coding Test and HR.
How to prepare for Collins Aerospace 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, Linux and Agile.
What are the top questions asked in Collins Aerospace Software Engineer interview?

Some of the top questions asked at the Collins Aerospace Software Engineer interview -

  1. Define and differentiate interpreter and compi...read more
  2. Differentiate between RISC and C...read more
  3. C and Do-178b questi...read more

Tell us how to improve this page.

Collins Aerospace Software Engineer Salary
based on 124 salaries
₹4 L/yr - ₹14 L/yr
At par with the average Software Engineer Salary in India
View more details

Collins Aerospace Software Engineer Reviews and Ratings

based on 21 reviews

3.6/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

4.1

Job Security

4.0

Company culture

3.1

Promotions/Appraisal

2.8

Work Satisfaction

Explore 21 Reviews and Ratings
Lead Engineer
527 salaries
unlock blur

₹6.8 L/yr - ₹20.1 L/yr

Senior Leader Engineer
418 salaries
unlock blur

₹9.8 L/yr - ₹33 L/yr

Associate Engineer
383 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Design Engineer
215 salaries
unlock blur

₹4.1 L/yr - ₹12 L/yr

Lead Software Engineer
200 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.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview