Open In App

To The New Interview Experience for MEAN Trainee (On-Campus)

Improve
Improve
Like Article
Like
Save
Share
Report

Round-1 (Online Test)

The first round comprised of 50 MCQ Questions (Test Duration: 1 hour) including:

  1. English
  2. Reasoning
  3. Quantitative
  4. Technical

English, Reasoning and Quantitative part was relatively easy and if you have had a regular practice of attempting such questions then it wouldn’t be a problem for you as they were not tricky and only tested your basics.

Suggestion: I would suggest to do practice from books by Arun Sharma.

Technical part covered questions from Computer Networks, Operating Systems, Data Structures and DBMS.

Suggestion: I would suggest to do quizzes and read articles from GeeksforGeeks to get in touch with all concepts of OS, DBMS, CN.

Tips:

  • Keep your head straight and never panic.
  • While the time may seem less for the number of questions always focus on the question rather than the fear of spoiling your test.

Round-2 (Technical Interview)

  1. Given an array where every element occurs two times, except one element which occurs only once. Find the element that occurs once. (https://www.geeksforgeeks.org/find-element-appears-array-every-element-appears-twice/) I gave two approaches to the question, first keeping a frequency array and storing the number of times an element occurs in it, the second approach was based XOR.
  2. Given a string, check if it is palindrome or not. (https://www.geeksforgeeks.org/c-program-check-given-string-palindrome/)
  3. Given a string, the task is to find the frequency of each word in a string. (https://www.geeksforgeeks.org/calculate-the-frequency-of-each-word-in-the-given-string/).

Round – 3 (HR Round)

  1. Introduction
  2. Technologies and Languages, I have worked on.
  3. Best Project and whether I prefer Frontend/Backend.
  4. Technical Experience: Based on my internships.
  5. Education.
  6. Whether I had any questions related to the company.

Tips:

  1. Read Job Description about the position you are applying for well.
  2. Be calm and speak slowly and politely
  3. Considering interviews are online, don’t fear about internet issues.

Last Updated : 01 Feb, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads