i
HashedIn by
Deloitte
Filter interviews by
A Jira system integrated with GitHub streamlines project management and version control, enhancing collaboration and tracking.
Issue Tracking: Jira allows teams to create, assign, and track issues, while GitHub manages code changes, linking commits to Jira issues.
Automation: Use webhooks to automate transitions in Jira based on GitHub events, like moving an issue to 'In Progress' when a branch is created.
Pull Reque...
Build a Python API for document processing using a web framework like Flask or FastAPI.
Choose a framework: Flask or FastAPI are popular choices for building APIs.
Set up the project structure: Create directories for routes, models, and services.
Define API endpoints: Use decorators to define routes for document upload and processing.
Implement document processing logic: Use libraries like PyPDF2 or docx to read and p...
Design a scalable loan generating system to process applications, assess risk, and disburse loans efficiently.
User Registration: Users create accounts with personal and financial information.
Loan Application: Users submit loan applications specifying amount, term, and purpose.
Credit Scoring: Integrate with credit bureaus to assess applicant creditworthiness.
Risk Assessment: Use algorithms to evaluate risk based on...
I handle pressure by prioritizing tasks, staying organized, seeking support when needed, and practicing stress-relief techniques.
Prioritize tasks based on deadlines and importance
Stay organized with to-do lists and calendars
Seek support from colleagues or supervisors when feeling overwhelmed
Practice stress-relief techniques such as deep breathing or exercise
Maintain a positive attitude and focus on problem-solving
What people are saying about HashedIn by Deloitte
High Level Design (HLD) of a lift includes system architecture, components, interfaces, and interactions.
Identify key components like motor, control panel, doors, and sensors
Define system architecture including how components interact
Specify interfaces for user input, floor selection, and emergency stop
Consider safety features like overload protection and emergency brakes
Reversing a linked list involves changing the direction of the pointers between nodes.
1. Initialize three pointers: prev (null), current (head), and next (null).
2. Iterate through the list: while current is not null, do the following:
a. Set next to current.next to save the next node.
b. Change current.next to prev to reverse the link.
c. Move prev to current and current to next.
3. After the loop, set head t...
Closure is a function that retains access to variables from its parent scope even after the parent function has finished executing.
Closure allows a function to access and manipulate variables from its outer function's scope.
It occurs when a function is defined within another function and the inner function uses variables from the outer function.
Closure helps in creating private variables and functions in JavaScrip...
Postman headers are key-value pairs sent with HTTP requests to provide additional context and control over the request.
Headers can include authentication tokens, e.g., 'Authorization: Bearer <token>'.
Content-Type header specifies the media type, e.g., 'Content-Type: application/json'.
Custom headers can be added for specific needs, e.g., 'X-Custom-Header: value'.
User-Agent header identifies the client softwar...
SQL query to retrieve output from given tables
Identify the tables and their relationships
Determine the columns to be selected
Use appropriate join and filter conditions
Group and aggregate data if required
Code to find max length subarray matching the given sum
Use a sliding window approach to iterate through the array
Keep track of the current sum and the maximum length subarray
If the current sum exceeds the given sum, move the window's left pointer
If the current sum matches the given sum, update the maximum length subarray
Return the maximum length subarray
I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.
2 DSA questions asked which was of easy-moderate leetcode level, mainly from strings and linkedlist. After that questions on projects, and technical questions on java, oops, springboot.
Monolith is a single, large application while microservices are smaller, independent services. Microservices are better for scalability and flexibility.
Monolith is a single, large application where all components are tightly coupled. Microservices are smaller, independent services that communicate with each other through APIs.
Monoliths are easier to develop and deploy initially but become harder to maintain and scale a...
I appeared for an interview in Mar 2025, where I was asked the following questions.
A Jira system integrated with GitHub streamlines project management and version control, enhancing collaboration and tracking.
Issue Tracking: Jira allows teams to create, assign, and track issues, while GitHub manages code changes, linking commits to Jira issues.
Automation: Use webhooks to automate transitions in Jira based on GitHub events, like moving an issue to 'In Progress' when a branch is created.
Pull Request In...
Jira's architecture supports project management through a modular design, integrating workflows, issues, and user collaboration.
Modular Architecture: Jira is built on a modular architecture, allowing for plugins and extensions to enhance functionality, such as adding custom fields.
Issue Tracking: Central to Jira's design is its issue tracking system, where each task or bug is represented as an issue that can be priorit...
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 4 interview rounds.
Coding in javascript as well as react
Coding and theoretical question based on Js and React js
Jira is a project management tool used for issue tracking, task management, and agile project management.
Jira allows users to create and track issues, assign tasks, and prioritize work.
It supports agile methodologies like Scrum and Kanban.
Users can customize workflows, create dashboards, and generate reports.
Integration with other tools like Confluence, Bitbucket, and Slack is possible.
I handle pressure by prioritizing tasks, staying organized, seeking support when needed, and practicing stress-relief techniques.
Prioritize tasks based on deadlines and importance
Stay organized with to-do lists and calendars
Seek support from colleagues or supervisors when feeling overwhelmed
Practice stress-relief techniques such as deep breathing or exercise
Maintain a positive attitude and focus on problem-solving
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Job Fair and was interviewed in Mar 2024. There were 4 interview rounds.
2 Dsa questions
1 Jump Game
2 - Linked List
Low level System Design of food delivery application
I appeared for an interview in Oct 2024, where I was asked the following questions.
Build a Python API for document processing using a web framework like Flask or FastAPI.
Choose a framework: Flask or FastAPI are popular choices for building APIs.
Set up the project structure: Create directories for routes, models, and services.
Define API endpoints: Use decorators to define routes for document upload and processing.
Implement document processing logic: Use libraries like PyPDF2 or docx to read and proces...
I appeared for an interview in Oct 2024, where I was asked the following questions.
I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.
Kadane's Algorithm is used to find the maximum subarray sum in an array.
Iterate through the array and keep track of the maximum sum ending at each index.
If the sum at any index becomes negative, reset the sum to 0.
Return the maximum sum found.
Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the maximum subarray sum is 6 (from index 3 to 6).
High Level Design (HLD) of a lift includes system architecture, components, interfaces, and interactions.
Identify key components like motor, control panel, doors, and sensors
Define system architecture including how components interact
Specify interfaces for user input, floor selection, and emergency stop
Consider safety features like overload protection and emergency brakes
Some of the top questions asked at the HashedIn by Deloitte interview for experienced candidates -
The duration of HashedIn by Deloitte interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 15 interview experiences
Difficulty level
Duration
based on 474 reviews
Rating in categories
Software Engineer
483
salaries
| ₹8 L/yr - ₹14.4 L/yr |
Software Engineer2
460
salaries
| ₹12 L/yr - ₹21 L/yr |
Software Developer
221
salaries
| ₹8.1 L/yr - ₹17.4 L/yr |
Senior Software Engineer
219
salaries
| ₹13 L/yr - ₹21.4 L/yr |
Software Engineer II
209
salaries
| ₹11.5 L/yr - ₹19 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant