i
HashedIn by
Deloitte
Filter interviews by
Implementing a stack using two queues to maintain LIFO behavior with FIFO operations.
Push Operation: Enqueue to empty queue, move elements from non-empty queue, swap queues.
Pop Operation: Dequeue from the non-empty queue.
Top Operation: Return the front element of the non-empty queue.
IsEmpty Operation: Check if the non-empty queue is empty.
Example: Pushing 1, then 2 results in top being 2; popping gives top as 1.
A complete C++ implementation of a Tic-Tac-Toe game using object-oriented programming principles.
Use a class 'TicTacToe' to encapsulate game logic and state.
Implement methods for player moves, checking win conditions, and displaying the board.
Utilize a 2D array to represent the game board.
Include error handling for invalid moves.
Provide a simple text-based interface for user interaction.
Rotate an array of strings to the left by k places efficiently.
Use the modulo operator to handle cases where k is larger than the array length.
Example: For array ['a', 'b', 'c', 'd'] and k=2, result is ['c', 'd', 'a', 'b'].
Reverse the entire array, then reverse the first n-k elements and the last k elements.
Time complexity is O(n) and space complexity is O(1) if done in place.
Design a database schema for an online cab booking service to manage users, drivers, rides, and payments.
Users table: Stores user information (e.g., user_id, name, email, phone).
Drivers table: Contains driver details (e.g., driver_id, name, vehicle_info, license_number).
Rides table: Records ride details (e.g., ride_id, user_id, driver_id, start_location, end_location, fare, status).
Payments table: Manages payment ...
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 al...
Design a scalable system using NoSQL and caching for efficient data retrieval and storage.
Choose a NoSQL database like MongoDB or Cassandra for flexible schema and horizontal scalability.
Implement caching using Redis or Memcached to reduce database load and improve response times.
Use a microservices architecture to allow independent scaling of different components.
Incorporate load balancers to distribute traffic e...
Sharding is a database partitioning technique to improve performance and scalability.
It involves dividing a large database into smaller, more manageable parts called shards.
Each shard contains a subset of the data and can be stored on a separate server.
Sharding can be implemented using different strategies such as range-based, hash-based, or round-robin.
It requires careful planning and coordination to ensure data ...
Sort a string based on the frequency of its characters.
Create a hash table to store the frequency of each character.
Sort the characters based on their frequency using a sorting algorithm.
Reconstruct the string based on the sorted characters and their frequency.
I am drawn to Hashedin for its innovative culture, impactful projects, and commitment to professional growth.
Hashedin fosters a culture of innovation, encouraging engineers to explore new technologies and solutions.
The company works on impactful projects that solve real-world problems, such as optimizing supply chains or enhancing user experiences.
Hashedin emphasizes continuous learning and professional developmen...
Q1 - Pre order traversal without recursion. Q2 - Reverse a linked list.
Q1: Use a stack to keep track of nodes. Start with root, push it to stack. Pop top node, print it, push right and left children to stack.
Q2: Traverse the linked list and change the direction of the pointers. Set the head of the reversed list as the last node of the original list.
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
I appeared for an interview in Mar 2025, where I was asked the following questions.
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
I appeared for an interview before Jun 2024, where I was asked the following questions.
Implementing a stack using two queues to maintain LIFO behavior with FIFO operations.
Push Operation: Enqueue to empty queue, move elements from non-empty queue, swap queues.
Pop Operation: Dequeue from the non-empty queue.
Top Operation: Return the front element of the non-empty queue.
IsEmpty Operation: Check if the non-empty queue is empty.
Example: Pushing 1, then 2 results in top being 2; popping gives top as 1.
A complete C++ implementation of a Tic-Tac-Toe game using object-oriented programming principles.
Use a class 'TicTacToe' to encapsulate game logic and state.
Implement methods for player moves, checking win conditions, and displaying the board.
Utilize a 2D array to represent the game board.
Include error handling for invalid moves.
Provide a simple text-based interface for user interaction.
I applied via Campus Placement
Three Questions were there of dsa and one was sql
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
DSA question based on array and trees.
I appeared for an interview before Mar 2024.
Medium level DSA questions
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
Design a database schema for an online cab booking service to manage users, drivers, rides, and payments.
Users table: Stores user information (e.g., user_id, name, email, phone).
Drivers table: Contains driver details (e.g., driver_id, name, vehicle_info, license_number).
Rides table: Records ride details (e.g., ride_id, user_id, driver_id, start_location, end_location, fare, status).
Payments table: Manages payment trans...
Top trending discussions
Some of the top questions asked at the HashedIn by Deloitte Software Engineer interview -
based on 13 interview experiences
Difficulty level
Duration
based on 66 reviews
Rating in categories
Software Engineer
507
salaries
| ₹8.3 L/yr - ₹14.9 L/yr |
Software Engineer2
487
salaries
| ₹12 L/yr - ₹21 L/yr |
Senior Software Engineer
223
salaries
| ₹12.2 L/yr - ₹21.4 L/yr |
Software Developer
220
salaries
| ₹7.6 L/yr - ₹16.4 L/yr |
Software Engineer II
212
salaries
| ₹10.9 L/yr - ₹18.8 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant