Open In App

ZoomRX Interview Experience for SDE | On-Campus 2021 (Virtual)

ZoomRX came to our campus on last week of october 2021 for 2 roles: Software Development Engineer & Quality Assurance Engineer, in which I applied for SDE role. There were totally 3 rounds for SDE and 4 rounds for QAE. 

DAY-1:



ROUND-1: This was on an online test with 4 Sections.

DURATION: 2 hours.



From 110 students, 11 students were shortlisted for the Technical interview. 

DAY-2:

PPT: Preplacement talk about the company, how they work and the technologies they work on was discussed. After this technical interview was started.

ROUND-2(Technical Interview):

DURATION: 1 hour 40 mins.

Next he jumped to DBMS. He asked about normalisation. What are the normal forms you know, And then gave a table asked whether the table is in correct normal form, if not normalise it.

For example- Consider any set of data:

He told to write queries for the original table.  

  1. Return the students who have scored above 50 in any of the subjects without duplication.
  2. Return the student name and average of each students who have average mark of all subjects greater than 50

Then he told to write the same queries for the normalised table. After that he asked about transactions in DBMS and how does each transaction takes place,etc. What is ACID property and explain it and some more questions on it.

Then he continued with OOPS. Why do we need OOP and what are the uses of private and protected access specifiers. Then asked about polymorphism and types of polymorphism explain it. What is the use of inheritance. That’s all from OOPS.

Then he gave a question to solve. He told me explain how i would approach it and then code it.

You are given the size of a maze, coordinates of the robot, direction in which its facing and many commands.

Direction is either N,S,E or W i.e the 4 directions(north, south east and west).

Commands

If the robot’s position: (0,0), direction: N, command: M then the robot must skip that command i.e if the command leads the robot out of the maze then skip that command. You have to return the final position of the robot after executing all the commands. 

After solving the problem he then came to resume and few questions from my projects. He then viewed my social media profiles like github, codeforces, leetcode, etc and talked about it. Then he asked about git and basics questions about git and github and the advantages of using git and some more questions on it.

Atlast he asked whether I had any questions and I asked him quite a few questions. Then my interview was over.

After 1.5 hrs I got a call saying I was shortlisted for the next round.

ROUND-3(HR/Behavioural Interview): DURATION: 30 mins.

Atlast 2 students were selected for the SDE role and I was one among them.

TIPS:

Article Tags :