Faster and better experience!
i
HashedIn by Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
There were 3 Dsa based questions out of which two were medium and one was easy.
Design a system for parking management
Use sensors to detect available parking spots
Implement a payment system for parking fees
Include a mobile app for users to find and reserve parking spots
Utilize cameras for security monitoring
Integrate with navigation apps for real-time parking availability updates
Developed a web application for tracking inventory and sales data
Used React.js for front-end development
Implemented RESTful APIs using Node.js and Express
Utilized MongoDB for database management
I overcome failures by learning from them, staying positive, and seeking feedback.
Learn from mistakes and identify areas for improvement
Stay positive and maintain a growth mindset
Seek feedback from colleagues or mentors to gain different perspectives
Set new goals and move forward with a renewed focus
My expected salary is based on my experience, skills, and the market rate for software engineers.
Consider my years of experience in software development.
Take into account my specialized skills or certifications.
Research the current market rate for software engineers in this location.
Factor in any additional benefits or perks offered by the company.
Be open to negotiation based on the overall compensation package.
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Basic aptitude questions
Fibonacci series , 1/2 hr all test
Basic DS Algo, leetcode
HashedIn by Deloitte interview questions for designations
I applied via campus placement at Vellore Institute of Technology (VIT)
Three Questions were there of dsa and one was sql
Asymptotic notation is a way to describe the performance of an algorithm in terms of its input size.
Asymptotic notation is used to analyze the efficiency of algorithms by focusing on how they behave as the input size approaches infinity.
Common notations include O (Big O), Ω (Big Omega), and Θ (Big Theta), which represent the worst-case, best-case, and average-case time complexity respectively.
For example, if an algorit...
Get interview-ready with Top HashedIn by Deloitte Interview Questions
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
DSA question based on array and trees.
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
Topics - There were three question, 1- easy, 2-medium
Medium level questions were from dynamic programming
1 hour of coding round. Questions mainly from DSA.
I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.
I was interviewed in Mar 2021.
Round duration - 40 minutes
Round difficulty - Easy
17 candidates were shortlisted for the interview.
There were 2 coding questions asked of easy level. I had to explain my approach and write the code in google doc.
Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other.
Two trees are considered mirror of each other if...
Traverse the tree T in preorder fashion and treat every node of the given tree T as the root, treat it as a subtree and compare the corresponding subtree with the given subtree S for equality. For checking the equality, we can compare all the nodes of the two subtrees.
For two trees ‘S’ and ‘T’ to be mirror images, the following three conditions must be true:
You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...
One basic approach is to explore all possible steps which can be climbed with either taking one step or two steps. So at every step, we have two options to climb the stairs either we can climb with one step, or we can climb with two steps. So the number of ways can be recursively defined as :
countDistinctWayToClimbStair ( currStep, N ) = countDistinctWayToClimbStair ( currStep+1, N ) + countDistinctWay...
Round duration - 90 Minutes
Round difficulty - Easy
The round was held in evening. There were 4 questions asked and the interviewer was more interested in the running code with several test cases rather than my explaination.
Given a column title as it appears in an Excel sheet, your task is to return its corresponding column number.
S = "AB"
28
The seq...
The process is very much similar to binary to decimal conversion. In this case, the base of the given system is to be taken as 26. Also, in this system 1 is represented as ‘A’, 2 is represented as ‘B’ and so on till 26 is represented as ‘Z’
For example-
CDA can be converted as 3*26*26 + 4*26 + 1
...
Given an array of integers NUM
that consists of N
elements, where the array represents the digits of a number, your task is to add 1 to this number. The number is po...
We can update values by making a recursive algorithm.
Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...
Design a 2-player Tic-Tac-Toe game played on an N
* N
grid where Player 1 uses ‘X’ and Player 2 uses ‘O’. A move is always valid and occupies an empty spot.
If a player places ...
In this approach first, we make a move or place an ‘X’ or ‘O’ with respect to the player on the ‘TIC_TAC_TOE’ grid and then check if the current player wins or not.
The steps are as follows:
Tip 1 : Practice DSA questions, not only once, but at least twice.
Tip 2 : Also take care of theory subjects because they are asked a lot in interviews.
Tip 3 : Do competitive coding contest at least once in a week.
Tip 1 : Never write something which you aren't well aware of.
Tip 2 : Try building resume on Latex
Top trending discussions
based on 10 interviews
3 Interview rounds
based on 60 reviews
Rating in categories
Software Engineer
414
salaries
| ₹5 L/yr - ₹16.1 L/yr |
Software Engineer2
374
salaries
| ₹9.5 L/yr - ₹23.3 L/yr |
Senior Software Engineer
206
salaries
| ₹8 L/yr - ₹26.5 L/yr |
Software Engineer II
173
salaries
| ₹9.7 L/yr - ₹20 L/yr |
Senior Product Specialist
163
salaries
| ₹12.4 L/yr - ₹27 L/yr |
TCS
Infosys
Wipro
HCLTech