Upload Button Icon Add office photos

GE Aviation

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

GE Aviation Senior Software Engineer Interview Questions and Answers

Updated 30 Sep 2024

GE Aviation Senior Software Engineer Interview Experiences

2 interviews found

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

(2 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
Round 2 - One-on-one 

(1 Question)

  • Q1. Yet to have the interview. Ambition box is forcefully making me enter these details

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

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

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

I applied via Campus Placement and was interviewed in Dec 2016. There were 7 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. They asked about my experience
  • Q2. Gave a diagram and asked to identify a specific part of engine
  • Q3. Asked about what I learned rather than what they wanted and they'll identify whether we have what they want. An excellent selection process!!
  • Q4. Strength and weakness,
  • Q5. Introduction

Interview Preparation Tips

Round: Resume Shortlist
Experience: shortlisting of resumes
Tips: job experience is an advantage, I hope.

Round: Test
Experience: thermal, design questions...need to know basic knowledge
Duration: 30 minutes
Total Questions: 30

Round: Test
Experience: Quick interpretation of relevant data from a pool of data
Duration: 30 minutes
Total Questions: 30

Round: Problem Statement
Experience: You'll be given a A3 sheet and a marker pen. Then you will be asked to write your qualities to market yourselves. They'll test everything in you. So be careful about choosing your qualities to present.

Round: Technical Interview
Experience: I did pretty well, highlighted my job experience. It all depends on what you present to them and how you impress them with that. Be careful, you should sell them what they want.

Round: HR Interview
Experience: A thorough examination of one's personality. Please disguise your strength as weakness and sell.

Skills: Technical Skill, Data Interpretation, HR Skills, Work Experience, Presence Of Mind, relieving pressure
College Name: iit madras

I applied via Other and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Written test , objective + two programs to write
  • Q2. Question on linked list , stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident while answering
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are your goals
  • Ans. 

    My professional goal is to become a certified System Engineer and work on complex projects that challenge me to continuously learn and grow.

    • Obtain certification as a System Engineer

    • Work on complex projects to enhance skills

    • Continuously learn and grow in the field

    • Seek opportunities for advancement and leadership roles

  • Answered by AI
  • Q2. Experience with system eng orocess
  • Ans. 

    I have extensive experience with system engineering processes in various industries.

    • Led cross-functional teams to design and implement complex systems

    • Utilized tools such as requirements management software and system modeling tools

    • Performed system integration and testing to ensure functionality and performance

    • Collaborated with stakeholders to gather and analyze requirements

    • Implemented system engineering best practices

  • Answered by AI

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I have been interviewed for Associate Software Engineer role. I have been asked question both from Aerospace system and software level. For the system questions, navigation display was the major ask. On th...

Interview Preparation Tips

Interview preparation tips for other job seekers - speak confidently and be sure about the projects you have done
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Write a simple algorithm for string manipulation

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

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. All about basic dsa
  • Q2. Tech stack related what we mentioned in resume
Round 2 - HR 

(2 Questions)

  • Q1. Challenge's we faced ?
  • Ans. 

    Some challenges we faced included tight deadlines, changing requirements, and technical limitations.

    • Tight deadlines required us to work efficiently and prioritize tasks.

    • Changing requirements meant we had to adapt quickly and communicate effectively with stakeholders.

    • Technical limitations forced us to find creative solutions and workarounds to achieve our goals.

  • Answered by AI
  • Q2. How to overcome challenges?
  • Ans. 

    To overcome challenges, I break them down into smaller tasks, seek help from colleagues, stay organized, and stay persistent.

    • Break down the challenge into smaller tasks to make it more manageable

    • Seek help from colleagues or mentors for advice and support

    • Stay organized by creating a plan or timeline to track progress

    • Stay persistent and motivated, even when facing setbacks

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

GE Aviation Interview FAQs

How many rounds are there in GE Aviation Senior Software Engineer interview?
GE Aviation interview process usually has 3-4 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. Yet to have the interview. Ambition box is forcefully making me enter these det...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Delta Air Lines

No Interviews

DESIGNATION

INTERVIEWS

Thales

No Interviews

INTERVIEWS

Born Group

No Interviews

INTERVIEWS

NLC India Limited

No Interviews

Tell us how to improve this page.

GE Aviation Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Air India Interview Questions
3.7
 • 149 Interviews
Spicejet Interview Questions
3.6
 • 86 Interviews
Boeing Interview Questions
3.9
 • 85 Interviews
AIRBUS Interview Questions
3.7
 • 70 Interviews
Qatar Airways Interview Questions
4.0
 • 55 Interviews
Go First Interview Questions
3.7
 • 46 Interviews
AirAsia Interview Questions
3.6
 • 29 Interviews
Rolls-Royce Interview Questions
3.8
 • 26 Interviews
View all
GE Aviation Senior Software Engineer Salary
based on 26 salaries
₹13.8 L/yr - ₹22 L/yr
23% 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
144 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Trainee
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Enterprise Application Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare GE Aviation with

Rolls-Royce

3.8
Compare

Pratt & Whitney

3.9
Compare

Honeywell Aerospace

3.7
Compare

Safran Aircraft Engines

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