Upload Button Icon Add office photos

GE

Compare button icon Compare button icon Compare

Filter interviews by

GE Apprentice Trainee Interview Questions and Answers

Updated 8 Sep 2023

GE Apprentice Trainee Interview Experiences

1 interview found

Apprentice Trainee Interview Questions & Answers

user image vinay gadekar

posted on 8 Sep 2023

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

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

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 

Reasoning, GK, technical etc

Round 3 - Technical 

(5 Questions)

  • Q1. Question related to your engineering stream and information regarding company (from past to present)
  • Q2. What is aerodynamic. What types of engine used in aeroplane and military fitter jet's.
  • Ans. 

    Aerodynamics is the study of how air flows around objects. Airplanes use jet engines, propeller engines, and military fighter jets use afterburning turbofan engines.

    • Aerodynamics is the study of the motion of air and the interaction between air and solid bodies moving through it.

    • Airplanes typically use jet engines, which are powered by the combustion of fuel and air to produce thrust.

    • Propeller engines are also used in s...

  • Answered by AI
  • Q3. What do you know about company
  • Q4. Why do you want to join our company
  • Q5. Types of cycle on which engine works
  • Ans. 

    The engine works on two main types of cycles - Otto cycle and Diesel cycle.

    • Otto cycle: used in gasoline engines, consists of four processes - isentropic compression, constant volume heat addition, isentropic expansion, and constant volume heat rejection.

    • Diesel cycle: used in diesel engines, consists of four processes - isentropic compression, constant pressure heat addition, isentropic expansion, and constant volume he...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GE Apprentice Trainee interview:
  • Automobile Engineering
  • Types of engine

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about GE?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.

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 

Their some few aptitude questions and few technical mcq related to oops and dsa

Round 3 - Coding Test 

Very basic questions(factorial, another i didn't remembered but quite easy)

Round 4 - Technical 

(2 Questions)

  • Q1. Introduction few basic questions on prog language on which u r comfortable questions on projects, data structures(aksed to choose ur fav data structure and explain with real time example n asked to write a...
  • Q2. Also asked to explain oops concept with real time examples

Interview Preparation Tips

Interview preparation tips for other job seekers - U should have strong knowledge on data structure and oops concepts and need to be good in atleast 1 prog language.

Apprentice Trainee Interview Questions Asked at Other Companies

Q1. # Modes of heat transfer and how do they work? #Thermodynamics #p ... read more
Q2. What is earthing??? Earthing and grounding is same??
Q3. What is the role of stratified sample analysis and content unifor ... read more
Q4. What is the difference between thermodynamics and heat transfer o ... read more
Q5. Secure communication process that prevents third parties from acc ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

1hr , embedded questions and c prgraming mcqs

Round 3 - Technical 

(1 Question)

  • Q1. Software knowledge check, projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Basic hr questions
  • Q2. Introduce yourself
  • Q3. Where Do you see yourself in 5 years
  • Q4. What is your salary expectations
  • Q5. Would Like to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Searching, time complexities, clean code principles
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 Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1. Work experience in previous organization
  • Ans. 

    Worked as a software engineer for 3 years at XYZ Company, specializing in front-end development.

    • Developed and maintained front-end features for web applications

    • Collaborated with cross-functional teams to deliver projects on time

    • Participated in code reviews and provided feedback for improvements

  • Answered by AI
  • Q2. 2. Practical example of how did you use STL in previous work experience
  • Ans. 

    Utilized STL in previous work experience for efficient data manipulation and storage

    • Used vector to store and manipulate dynamic arrays of data

    • Utilized map for efficient key-value pair storage and retrieval

    • Implemented algorithms from the algorithm library for sorting and searching data

  • Answered by AI
  • Q3. 3. Practical example of how did you use OOPS in previous work experience
  • Ans. 

    Used OOPS principles to design and implement a modular system for managing user data

    • Created classes for User, Admin, and Moderator with inheritance and polymorphism

    • Implemented encapsulation by restricting access to certain data fields through getters and setters

    • Utilized abstraction to hide complex implementation details from other parts of the system

    • Implemented interfaces for different user roles to ensure consistent b...

  • Answered by AI
  • Q4. 4. Practical example of how did you use Multithreading in previous work experience
  • Ans. 

    Implemented multithreading in a web scraping project to improve performance and efficiency.

    • Used multithreading to scrape data from multiple websites simultaneously

    • Implemented thread pooling to manage and reuse threads efficiently

    • Utilized synchronization techniques to prevent data corruption and ensure thread safety

  • Answered by AI
  • Q5. 5. All other questions were to check GK of software engineering like Can Java program have memory leaks? What do you prefer efficiency or performance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and only answer things that you know. If you are not aware of a particular topic just be honest and let them know. Even if you are not technically sound but show a good potential to learn and obey they may hire you.
Are these interview questions helpful?
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

3 questions 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. They weren't interested in hiring a software engineer they wanted a hardware engineer

GE Interview FAQs

How many rounds are there in GE Apprentice Trainee interview?
GE interview process usually has 3 rounds. The most common rounds in the GE interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in GE Apprentice Trainee interview?

Some of the top questions asked at the GE Apprentice Trainee interview -

  1. What is aerodynamic. What types of engine used in aeroplane and military fitter...read more
  2. Types of cycle on which engine wo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 170 Interviews
AIRBUS Interview Questions
3.6
 • 74 Interviews
Data Patterns Interview Questions
3.6
 • 51 Interviews
View all
GE Apprentice Trainee Salary
based on 19 salaries
₹1.5 L/yr - ₹2.2 L/yr
At par with the average Apprentice Trainee Salary in India
View more details

GE Apprentice Trainee Reviews and Ratings

based on 10 reviews

4.2/5

Rating in categories

4.7

Skill development

4.4

Work-life balance

3.6

Salary

3.6

Job security

4.9

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 10 Reviews and Ratings
Junior Engineer
243 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Lead Engineer
195 salaries
unlock blur

₹9.6 L/yr - ₹35 L/yr

Software Engineer
180 salaries
unlock blur

₹8.4 L/yr - ₹29 L/yr

Senior Software Engineer
143 salaries
unlock blur

₹12.7 L/yr - ₹35 L/yr

Assistant Engineer
124 salaries
unlock blur

₹3.2 L/yr - ₹6.4 L/yr

Explore more salaries
Compare GE with

Indian Army

4.7
Compare

Indian Air Force

4.6
Compare

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

4.3
Compare
write
Share an Interview