Open In App

Deloitte Interview Experience for Product Engineer 2024

Interview preparation journey

Application story



I Applied through the placement cell. After the application, there was a coding round. After the coding round 21 students were shortlisted out of 217. After the inteview round 11 Students were finally selected for the internship offer. I couldn’t clear the final round

Why selected/rejected for the role?



I was rejected because I was not able to answer a few questions properly. I answered 1-2 questions totally wrong.

Preparation

Duration: 2 months
Topics: DSA, Algorithms, Javascript, React, Express, MongoDB
Tip

Application process

Resume tip

Round 1 Online Coding Test

There were 2 sections 1 hour each.
The first section consists of two easy problems. The second section had 1 medium and 1 hard problem.

One of the questions was just some variation of the Rotate array by K toward the left. We need to find the number of left rotations to made so the minimum element of the array comes at the zeroth index.

The Second question was just to find the maximum depth of the generic tree (Basically an acyclic graph was given)

The third question was a variation of the Diameter of a generic tree/ graph problem.

Round -2 Face to Face

  1. What is an API?
  2. Why have you chosen the MERN stack?
  3. Data Structure vs DataBase.
  4. Can we create our own API?
  5. What are the disadvantages of Virtual DOM? (Didn’t know at all) The answer is too much memory consumption
  6. Why have you used MongoDB?
  7. I was not clear at all with Database concepts, so much confusion.
  8. I was not knowledgeable about SQL.
  9. Why have you used Material UI? What is it? it’s alternatives (Ant design, I mispronounced it).
  10. How much time did you save using Material UI?
  11. Why have you chosen React.Js for your project? What would have you used if not React?
Article Tags :