Upload Button Icon Add office photos

GE

Compare button icon Compare button icon Compare

Filter interviews by

GE Digital Technology Intern Interview Questions and Answers

Updated 16 Sep 2021

GE Digital Technology Intern Interview Experiences

1 interview found

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

Round 1 was a coding round consisting of 3 easy questions.

  • Q1. 

    Maximize Sum from Array

    Given an integer array ARR of size N, your objective is to perform a series of operations to maximize the sum of selected elements from the array. During each operation, you should...

  • Ans. 

    Maximize sum by selecting elements from array and removing adjacent elements.

    • Select element 'i' and remove 'i-1' and 'i+1' from array during each operation.

    • Continue until array is empty to maximize sum of selected elements.

    • Focus on maximizing sum rather than printing results.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Interviewer asked every a number of question from OOPS and data structures.

  • Q1. 

    Queue Using Stack Problem Statement

    Implement a queue data structure that follows the FIFO (First In First Out) property, using only instances of the stack data structure.

    Note:
    • Complete predefined f...
  • Ans. 

    Implement a queue using only stack data structure with predefined functions for FIFO operations.

    • Use two stacks to simulate a queue - one for enqueue and one for dequeue operations.

    • For enQueue operation, push elements onto the enqueue stack.

    • For deQueue operation, if the dequeue stack is empty, transfer elements from enqueue stack to dequeue stack.

    • For peek operation, return the top element of the dequeue stack.

    • For isEmpt...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

He asked me about my projects and extra-curriculars that I have done in college.

  • Q1. Can you provide details about your project and explain its overall functionality?
Round 4 - Face to Face 

Round duration - 15 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Punjab Engineering College(Deemed To be University). I applied for the job as Digital Technology Intern in BangaloreEligibility criteriaAbove 7 CGPAGE (General Electric) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, Operating Systems, OOPS, DBMS, SQLTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Strings, Arrays, Dynamic Programming for coding test
Tip 2 : Practice Data Structures, OOPS, SQL for interviews

Tip 3 : Practice questions from Codezen, GFG and Leetcode on a daily basis.
 

Application resume tips for other job seekers

Tip 1:Mention only genuine things in the resume
Tip 2:Be ready for questioning for the skills and projects you have mentioned in resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

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?
Ask anonymously on communities.

Interview questions from similar companies

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.

Digital Technology Intern Interview Questions Asked at Other Companies

asked in GE
Q1. Maximize Sum from Array Given an integer array ARR of size N, you ... read more
Q2. Next Greater Number Problem Statement Given a string S which repr ... read more
asked in GE
Q3. Queue Using Stack Problem Statement Implement a queue data struct ... read more
Q4. Minimum Number of Platforms Problem Your task is to determine the ... read more
Q5. Boundary Traversal of a Binary Tree Given a binary tree of intege ... read more

Interview Questionnaire 

2 Questions

  • Q1. Questions asked in interview
  • Q2. Basic to advance cpp

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic to advanced cpp and data structures
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Frequency of character

Skills evaluated in this interview

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.
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
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
Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

First levelWe can choose among different layer, webapi, UI and they asked to write sample program in 90 mins. Second level was really bad though. Will be asked to write code basics to advanced.

Round 2 - One-on-one 

(1 Question)

  • Q1. Second level was also coding.

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 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 - Group Discussion 

About Software, About Leadership

Interview Preparation Tips

Topics to prepare for Honeywell Technology Solutions Software Engineer interview:
  • Application Software
Interview preparation tips for other job seekers - Have a job Target you believe in
Create a Plan
Develop your Career Story
Brand your Self
Become a Star Performer at Your Current Job
Be Confident
Challenge your self
Focus on your strength
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts . Design patterns

Tell us how to improve this page.

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 172 Interviews
AIRBUS Interview Questions
3.6
 • 74 Interviews
Data Patterns Interview Questions
3.6
 • 52 Interviews
View all
GE Digital Technology Intern Salary
based on 5 salaries
₹3.6 L/yr - ₹6 L/yr
25% less than the average Digital Technology Intern Salary in India
View more details
Junior Engineer
255 salaries
unlock blur

₹2.5 L/yr - ₹5.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

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