![]() |
VOOZH | about |
I recently appeared for the HashedIn by Deloitte placement drive conducted at my college, and I’m thrilled to share that I was SELECTED! I’m writing this post to walk you through interview rounds, and share some tips that might help you in your journey.
This was an online test consisting of three coding questions of varying difficulty levels. While I don’t recall the exact problems, here’s a breakdown of the topics they covered:
Each question carried points, and I managed to solve All three questions. Consistent Practice, especially from platforms like GFG and Leetcode, helped me perform well.
The interviewer was extremely friendly and supportive, which helped create a positive atmosphere. The session began with introductions and a brief discussion about my internship experience. Following this, I was given 3-4 DSA questions to solve, after which the interviewer asked a series of DBMS-related questions, including SQL queries.
The questions included:
I solved all four questions, starting with brute force approaches and optimizing them to better and optimal solutions. However, I got slightly stuck while optimizing the fourth problem.
After the coding section, the interviewer asked the following DBMS and Resume related questions:
This round began with my basic introduction, after which the interviewer asked me to explain one of my projects. I described an e-commerce application I built using Next.js. Since the project utilized a MongoDB database, the interviewer delved into a discussion about SQL vs. NoSQL databases. Following this, I was asked to write a query using both SQL and NoSQL.
Next, I was given a DSA problem based on the graph data structure:
Given a 2D matrix containing a source node, a target node, and some blocked nodes, find the longest path from the source to the target.
I solved this problem using DFS (Depth First Search).
Afterward, I was tasked with designing a database for a restaurant table booking application. This included:
With the interviewer's guidance and my preparation in database design, I successfully completed this task.
This was the final round, and it primarily consisted of common HR questions along with a few situation-based questions. Some of the key questions I was asked include:
In addition to these, I was presented with 2-3 situation-based questions, which I answered confidently.
I would like to thank my mentors, peers, and seniors who guided me throughout my preparation journey. Their support and advice were invaluable. I am also grateful to the HashedIn by Deloitte team for providing such a wonderful opportunity and conducting the process so smoothly.