Upload Button Icon Add office photos

GE

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

GE Software Engineer Intern Interview Questions and Answers

Updated 17 Aug 2024

GE Software Engineer Intern Interview Experiences

2 interviews found

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

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

Round 1 - Coding Test 

(2 Questions)

  • Q1. Sql queries bsed on group by
  • Q2. Dsa easy to medium questions i didnt remember
Round 2 - HR 

(1 Question)

  • Q1. Behavioural questions
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 Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test checking your logical and reasoning skills

Round 2 - Coding Test 

2 problem solving, coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Online technical interview
Round 4 - HR 

(1 Question)

  • Q1. Asked about resume

Software Engineer Intern Interview Questions Asked at Other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, y ... read more
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Zero Matrix Problem Statement You are given a matrix MATRIX of di ... read more
Q4. Similar Strings Problem Statement Determine whether two given str ... read more
Q5. Partition Array Minimizing Subset Sum Difference Given an array c ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About Yourself

Interview Preparation Tips

Round: Test
Experience: Test level was medium, as i also sat for mahindra, i found L&T test was harder than mahindra!
Tips: Just study RS agarwal

Round: Group Discussion
Experience: It was easy for me, coz i was aware about tips of GD
Tips: Be the leader, if possibleTalk in between, even if u dont know topic much
Duration: 20 minutes

Round: Interview
Experience: This question was damn easy for me, coz i can talk more based on my activities & resume
Tips: Dont hesitate, stay calm & describe yourself, but not family background

General Tips: Be yourself, no technical knowledge is required(depends on panel u get)
Skill Tips: ""
College Name: IIT Roorkee
Motivation: To get placed!

Interview Questionnaire 

3 Questions

  • Q1. Static keyword. Object creation
  • Q2. Virtual function and run time polymorphism
  • Q3. Compile time polymorphism and example
  • Ans. 

    Compile time polymorphism is achieved through function overloading and templates.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Templates allow generic programming by defining functions or classes that can work with different data types.

    • Examples of function overloading include cout<< for different data types and sqrt() for float and double.

    • Examples of templates include vector

  • Answered by AI

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern where the dependencies of an object are provided externally.

    • Dependencies are objects that a class needs to function properly

    • Dependency injection allows for loose coupling between objects

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection

    • Example: Instead of creating a new instance of a dependency within a class, the depe...

  • Answered by AI
  • Q2. What is steam api?
  • Ans. 

    Steam API is a set of tools and resources for game developers to integrate Steam features into their games.

    • Steam API provides access to features such as matchmaking, achievements, and user profiles.

    • Developers can use Steamworks SDK to integrate Steam features into their games.

    • Steam API also allows for in-game purchases and microtransactions.

    • Examples of games that use Steam API include Counter-Strike: Global Offensive a

  • Answered by AI
  • Q3. Thread life cycle, deamon thread, deadlock
  • Q4. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Hashing function is used to convert the key into an index of an array where the value is stored.

    • Collisions occur when two keys have the same hash value, which is resolved using separate chaining or open addressing.

    • HashMap uses an array of linked lists to handle collisions.

    • The load factor determines when the HashMap shoul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge on core Java, Java 8, Spring annotations and basic SpringBoot and microservices knowledge

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Process of STLC and sdlc.and also focus on SQL injection and API testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on project , because most of the question arises from this part and also cover testing,maven and GitHub

Interview Preparation Tips

Round: Resume Shortlist
Experience: General resume shortlisting out of nearly 400 applicants. Shortlisted close to 150 students.

Round: Technical Interview
Experience: Mostly questions from the resume were asked. They just wanted to know the types of projects I had done.
Tips: Make sure you know everything about what you write in your resume.

Round: Technical Interview
Experience: Another round of technical interview. Questions were more focused on the kind of profile they were offering, mostly to judge whether you are right for the job or not.

Skills: Confidence, Core knowledge
College Name: IIT BOMBAY

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Observables vs promises Lifecycle hooks Pipes
  • Ans. 

    Observables are used for handling asynchronous operations in a stream-like manner, promises are for handling a single async operation, and lifecycle hooks are methods that allow you to tap into the lifecycle of a component in Angular.

    • Observables are used in Angular for handling asynchronous operations in a stream-like manner, allowing you to work with data over time.

    • Promises are used for handling a single asynchronous ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Lazy loading Dependency injection

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

GE Interview FAQs

How many rounds are there in GE Software Engineer Intern interview?
GE interview process usually has 3 rounds. The most common rounds in the GE interview process are HR, Coding Test and Aptitude Test.
What are the top questions asked in GE Software Engineer Intern interview?

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

  1. Dsa easy to medium questions i didnt remem...read more
  2. Sql queries bsed on group...read more
  3. Behavioural questi...read more

Recently Viewed

INTERVIEWS

GE

No Interviews

INTERVIEWS

GE

No Interviews

INTERVIEWS

GE

No Interviews

INTERVIEWS

GE

No Interviews

INTERVIEWS

GE

No Interviews

INTERVIEWS

GE

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Synamedia

No Interviews

INTERVIEWS

GE

No Interviews

INTERVIEWS

GE

No Interviews

Tell us how to improve this page.

GE Software Engineer Intern Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 416 Interviews
Thermax Limited Interview Questions
4.1
 • 250 Interviews
ABB Interview Questions
4.1
 • 233 Interviews
Indian Army Interview Questions
4.7
 • 148 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
View all
GE Software Engineer Intern Salary
based on 4 salaries
₹3 L/yr - ₹10 L/yr
8% less than the average Software Engineer Intern Salary in India
View more details
Junior Engineer
252 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
209 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
137 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare GE with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare

BHEL

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent