Upload Button Icon Add office photos

GE Aviation

Compare button icon Compare button icon Compare

Filter interviews by

GE Aviation Senior Software Engineer Interview Questions and Answers

Updated 15 Apr 2025

GE Aviation Senior Software Engineer Interview Experiences

2 interviews found

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is the internal implementation of Hashing and what is collision?
  • Ans. 

    Hashing is a technique used to map data to a fixed-size array, collision occurs when two different inputs produce the same hash value.

    • Hashing involves using a hash function to map data to a fixed-size array.

    • Collision happens when two different inputs produce the same hash value.

    • Common techniques to handle collisions include chaining and open addressing.

  • Answered by AI
  • Q2. Is time complexity of HashMap always O(1) ?
  • Ans. 

    No, time complexity of HashMap is not always O(1).

    • Time complexity of HashMap is O(1) on average, but can degrade to O(n) in worst case scenarios.

    • Worst case scenarios include hash collisions, which can lead to linear probing and degrade performance.

    • Load factor and capacity of the HashMap can also affect time complexity.

    • In scenarios where many keys hash to the same index, the time complexity can degrade.

  • Answered by AI

Skills evaluated in this interview

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 - Technical 

(1 Question)

  • Q1. Common technical questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance Technical Questions based on your skill set taken by architect
Round 4 - Coding Test 

Common coding problems difficulty laver moderate

Round 5 - Behavioral 

(1 Question)

  • Q1. Common managerial question ,scenario base questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice common number and string interview questions.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about GE Aviation?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Node js working in detail
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • Node.js is commonly used for building server-side applications, APIs, and real-time applications.

    • It has a large ecosystem of libraries and frameworks, such as Express.js and Socket.io.

  • Answered by AI
  • Q2. Timer working in node
  • Ans. 

    In Node.js, timers can be implemented using functions like setTimeout() and setInterval().

    • Use setTimeout() to execute a function once after a specified delay

    • Use setInterval() to execute a function repeatedly at a specified interval

    • Clear a timer using clearTimeout() or clearInterval()

    • Example: setTimeout(() => { console.log('Timer executed!'); }, 2000);

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. HLD questions on db and backend
  • Q2. Relational non relational db

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Medium to hard level questions were asked and that mostly covers basics of DSA

Round 2 - Technical 

(1 Question)

  • Q1. Oops ,DBMS and DSA logical questions
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 - One-on-one 

(2 Questions)

  • Q1. There were questions of DSA, DBMS, OS etc
  • Q2. There were questions around project that were mentioned in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare around Data structures and algorithms, Database management system, Operating system, projects that you have already done.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hackerrank test basic kotlin and android

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Java basics , AEM basics
  • Q2. OOPS concepts Basic AEM
Are these interview questions helpful?

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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple string manipulation

Round 2 - Technical 

(1 Question)

  • Q1. Basic c# questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ on Python and some aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Array rotation coding question followed by past project experience
Round 3 - HR 

(1 Question)

  • Q1. STAR type interview.

GE Aviation Interview FAQs

How many rounds are there in GE Aviation Senior Software Engineer interview?
GE Aviation interview process usually has 5 rounds. The most common rounds in the GE Aviation interview process are Technical, Coding Test and Behavioral.
What are the top questions asked in GE Aviation Senior Software Engineer interview?

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

  1. What is the internal implementation of Hashing and what is collisi...read more
  2. Is time complexity of HashMap always O(1...read more
  3. Second round focused on the architecture of the project that I was working on. ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Air India Interview Questions
3.6
 • 163 Interviews
Spicejet Interview Questions
3.6
 • 94 Interviews
Boeing Interview Questions
3.9
 • 89 Interviews
Qatar Airways Interview Questions
3.8
 • 60 Interviews
Go First Interview Questions
3.7
 • 48 Interviews
British Airways Interview Questions
3.1
 • 29 Interviews
AirAsia Interview Questions
3.6
 • 29 Interviews
View all
GE Aviation Senior Software Engineer Salary
based on 20 salaries
₹13.8 L/yr - ₹22 L/yr
14% more than the average Senior Software Engineer Salary in India
View more details

GE Aviation Senior Software Engineer Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

2.5

Salary

4.0

Job security

4.2

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
Junior Engineer
159 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Assistant Engineer
47 salaries
unlock blur

₹3.4 L/yr - ₹6 L/yr

Lead Engineer
46 salaries
unlock blur

₹12 L/yr - ₹23.5 L/yr

Trainee
37 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Senior Technician
28 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare GE Aviation with

InterGlobe Aviation

3.5
Compare

Air India

3.5
Compare

Spicejet

3.6
Compare

Boeing

3.9
Compare
write
Share an Interview