Summary
I interviewed for an SDE1 role at Games24X7, which involved one technical round with data structures, algorithms, and fundamental programming questions. Unfortunately, I received a rejection the following day.
Full Experience
I recently interviewed for an SDE1 position at Games24X7 in Bangalore. I applied by directly reaching out to a recruiter via email. I have 2 years of experience.
Round 1:
This round consisted of three questions covering data structures, algorithms, and core programming concepts. I was asked a question about finding the median in a stream of integers, another on identifying the rightmost node in the last level of a complete binary tree, and finally, to explain method overloading and overriding.
The very next day, I received a rejection email.
Interview Questions (3)
Given a stream of integers, design a data structure that supports adding new integers and finding the median of all elements read so far after every input.
Given the head node of a complete binary tree, find the rightmost node of the last level of the tree.
Explain the concepts of method overloading and method overriding in object-oriented programming, including their differences and use cases.