Open In App

GE Digital Interview Experience

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:

Technical Round 1 (2023) summer internship –



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

Article Tags :