Open In App

ZopSmart Interview Experience

Improve
Improve
Like Article
Like
Save
Share
Report

Round1: The first round consisted of 30 MCQ questions including basic aptitude questions and programming questions. The test duration was 1 hour. Programming questions were based on java(although the questions were basic there was an option to change language) and some snippets were provided, and we need to debug the snippet.

In the second part of the test, we had to choose any one from three options(android developer, IOS developer, web developer) and then solve 4 questions in it. These questions were very basic. I had chosen a web developer, so I had questions regarding permissible length units in CSS. This could be tricky as options are multiple correct, and we need to choose every correct option.

Tips: Don’t get burdened some questions can be tricky so leave them and move on to the next question.

Round2:

  1. Questions on the project. My Project was on the MERN stack, so I was asked questions regarding the project. Good understanding of your project is necessary.
  2. A standard Data Structure question. I was asked to find triplets with sum K from a given array. I provided 2 approaches and then I optimized them by discussing with the interviewer. Get familiar with standard questions of DS and talk to the interviewer during an interview explaining your thought process.

Round3:

  1. Again Question on Projects. Here I had to explain two of my projects in depth and how I tackled problems in them.
  2. A DS question. I got lucky and was asked a variant of questions asked in Round2, I had to find pairs with sum 0 in an array so I just answered the optimized version.
  3. Discussion about NodeJS and MongoDB and why did I use them.
  4. Some Discussion about Company

Tips: Be yourself and have a conversation with the interviewer.


Last Updated : 04 Nov, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads