Online Technical Test

The duration of the Technical test was 60 mins on the platform Interview Bit. The Test comprised of two parts 30 mins each. The first part was 30 MCQ questions and next was 1 Coding question. The MCQ questions were focussed mainly on DBMS, Operating System, Computer Networks, Algorithms, and Probability. Questions included subtopics of core subjects like finding the primary key, threads, memory management, calculating network IP, the time complexity of algorithms, and some simple Probability questions. In the MCQ section you need to be quick and thorough with concepts to answer all the questions correctly.

The Coding question was an easy level problem, we were needed to Right Rotate a given Linked List by K places.
Basic knowledge of pointers and Linked List was required to solve this problem.

Input: 
1->2->3->4->5
k=2

Output:
4->5->1->2->3

After the completion of the Online Test, 10-12 students were shortlisted out of 120 based on their Test Performance and Resume. Students with prior Internship Experience or Open Source contributions were preferred.

GoJek Interview Experience for Product Engineer Internship | On-Campus 2019

Similar Reads

Online Technical Test:

The duration of the Technical test was 60 mins on the platform Interview Bit. The Test comprised of two parts 30 mins each. The first part was 30 MCQ questions and next was 1 Coding question. The MCQ questions were focussed mainly on DBMS, Operating System, Computer Networks, Algorithms, and Probability. Questions included subtopics of core subjects like finding the primary key, threads, memory management, calculating network IP, the time complexity of algorithms, and some simple Probability questions. In the MCQ section you need to be quick and thorough with concepts to answer all the questions correctly....

Technical Interview Round 1

The Technical Round started with a brief introduction about myself and my resume. The Interviewer asked me questions related to my past Internship, the tasks which were assigned and the challenges I faced and the tech stack I used in my intern. Since I am a MERN stack developer he started by asking questions related to React....

Contact Us