Open In App

GE Digital Interview Experience

Last Updated : 07 Jul, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Firstly, I was selected in the resume shortlisting round then I got the mail from GE for Code-A-Thon 2023. Then I cleared the Code-A-Thon round and I got an interview mail.

Code-A-Thon Round –

There were two questions in the Code-A-Thon round. Topics were:

  • Prefix Sum
  • DFS (graph)
     

Technical Round 1 (2023) summer internship –

  • Firstly I was asked to introduce myself
  • Projects I have worked on(in detail).
  • Then the interviewer asked me questions related to OOPS(constructor and interfaces).

DSA question –

  1. String compression 
  2. Reverse two linked lists and then add their nodes as a single linked list

test case– 1 -> 2 -> 3 and 4 – > 5 -> 6 it will give output 7 -> 7 -> 7


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads