I applied through college or university. I interviewed at GE
Interview
First round 2 coding questions 30 aptitude 30 technical questions and 10 verbal ability questions.Coding questions were
1) find the count of all distinct triplets with sum equal to a given k
2)find all subarrays(continious) with at least 1 bad pair.A bad pair means that if i<j and a[i]%a[j]== k
I applied through college or university. The process took 1 day. I interviewed at GE (Bengaluru) in Jul 2019
Interview
2 round+ 1 telephonic HR. The first 2 rounds were technical rounds and a bit of algorithmic knowledge is required to crack those rounds.
The first question was to find whether the 2 given linked lists were merging at some point or not. The followed by, you are given 2 lists. How will you find whether an element in one list is present in another. The built in set library was not allowed.
Interview questions [1]
Question 1
design a notepad! a web application with simple sign up.. few algorithm based questions
I applied through college or university. The process took 2 days. I interviewed at GE
Interview
Online aptitude test followed by the interviews.
Interview was mostly theory based. Interviewer first asked some puzzles followed by OOPs questions followed by some RDBS questions. He also asked to describe projects.
Interview questions [1]
Question 1
What is Singleton class? Can constructor be private?