i
HashedIn by Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Optimize job scheduling code
Use priority queue to efficiently schedule jobs
Implement dynamic programming to optimize job sequence
Consider parallel processing to reduce overall time
Use efficient data structures to store job information
Use Sieve of Eratosthenes algorithm to optimize prime number generation.
Implement Sieve of Eratosthenes algorithm to eliminate non-prime numbers
Use boolean array to mark non-prime numbers
Start with 2 and mark all its multiples as non-prime, then move to next unmarked number
Stop at square root of the upper limit to optimize performance
Implement a min stack using a single stack
Create a stack to hold the elements and another stack to hold the minimum values
When pushing an element, check if it's smaller than the current minimum and push it to the minimum stack if it is
When popping an element, check if it's the current minimum and pop it from the minimum stack if it is
To get the minimum value, return the top element of the minimum stack
Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.
Occurs in multi-process systems
Processes hold resources and wait for others to release resources
Can lead to system freeze or crash
Prevented by proper resource allocation and scheduling
Example: Two trains on a single track, each waiting for the other to pass first
Semaphore is used to control access to a resource with limited capacity while mutex is used to synchronize access to a shared resource.
Semaphore allows multiple threads to access a resource simultaneously up to a certain limit while mutex allows only one thread to access a shared resource at a time.
Semaphore can be used to solve the producer-consumer problem while mutex can be used to solve the critical section problem...
I am a technical analyst with experience in data analysis and software development.
I have a degree in computer science and have worked in the tech industry for 5 years.
I specialize in data analysis and have experience with programming languages such as Python and SQL.
I have worked on projects involving data visualization and machine learning.
I am a quick learner and enjoy staying up-to-date with the latest technologies
I tend to overthink and get stuck in analysis paralysis.
I am aware of this weakness and actively work on setting deadlines for myself.
I also seek input from colleagues to help me make decisions.
For example, when working on a project, I will set a deadline for myself to make a decision and then consult with a colleague to get their perspective.
This helps me to avoid getting stuck in overthinking and ensures that I am ma
Hashedin is a leading software development company with a focus on delivering innovative solutions.
Expertise in cutting-edge technologies
Proven track record of successful project delivery
Strong emphasis on client satisfaction
Collaborative and agile approach to development
Dedicated team of experienced professionals
Yes, I play Poker occasionally.
I enjoy playing Poker with friends and family.
I have a good understanding of the rules and strategies of the game.
Playing Poker helps me improve my analytical and decision-making skills.
No, I would not be satisfied with just pocket money and expenses.
Salary is an important aspect of any job and cannot be replaced by just expenses and pocket money.
Expenses and pocket money are not enough to cover other important expenses like savings, investments, and emergencies.
It is important to have a fair and reasonable salary that reflects the value of the work being done.
Without a salary, it would be difficult t...
Store newspapers of a company
Create a database to store newspaper information
Use a unique identifier for each newspaper
Include fields for date, title, author, and content
Implement a search function for easy retrieval
Consider implementing a backup system for data security
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
I was interviewed in Nov 2024.
Questions about java concurrency framework, java 8 and 11 features, Code chef coding problem
posted on 16 Jul 2024
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Identify potential causes through system analysis, logs, and monitoring tools. Implement troubleshooting steps to resolve the issue.
Analyze system performance metrics such as CPU usage, memory usage, disk I/O, and network traffic to identify bottlenecks.
Check system logs for any error messages or warnings that could indicate the source of the slowness.
Review application logs to see if there are any specific requests or...
I would analyze the thread dump to identify any bottlenecks or issues causing the system slowness.
Identify any threads that are in a blocked or waiting state
Look for any threads consuming excessive CPU or memory
Check for any deadlocks or resource contention issues
Analyze the stack traces to pinpoint the root cause of the slowness
first() returns the first element of a sequence, while FirstOrDefault() returns the first element or a default value if the sequence is empty.
first() throws an exception if the sequence is empty, while FirstOrDefault() returns a default value (e.g. null) in that case.
Use first() when you expect the sequence to always have at least one element, and FirstOrDefault() when the sequence might be empty.
Example: var numbers =...
Left join includes all records from the left table and matching records from the right table, while right join includes all records from the right table and matching records from the left table.
Left join: includes all records from the left table and matching records from the right table
Right join: includes all records from the right table and matching records from the left table
Example: Left join - SELECT * FROM table1...
Optimizing SQL queries involves using indexes, minimizing joins, and avoiding unnecessary columns.
Use indexes on columns frequently used in WHERE clauses
Minimize the use of JOIN operations
Avoid selecting unnecessary columns in the query
Consider using stored procedures for frequently executed queries
One tool used to check query slowness is SQL Server Profiler.
SQL Server Profiler can be used to trace and analyze query performance.
It provides detailed information on query execution, including duration, reads, writes, and more.
Users can identify slow queries and optimize them for better performance.
Other tools like Query Store in SQL Server Management Studio can also be used for monitoring query performance.
Repository pattern using EF core for data access layer
Create an interface for the repository with generic CRUD methods
Implement the repository interface with EF core for data access
Use dependency injection to inject the repository into services
Separate concerns by having repositories handle data access logic
posted on 8 Jan 2025
I was interviewed in Oct 2023.
Write a program on priority queue
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.
Builder design pattern is a creational design pattern used to construct complex objects step by step.
Builder pattern separates the construction of a complex object from its representation.
It allows the same construction process to create different representations of the object.
Useful when there are multiple ways to construct an object or when the object creation process is complex.
Example: StringBuilder in Java allows ...
JOIN query to retrieve country and employee name
Use JOIN keyword to combine data from multiple tables
Specify the columns to select from each table
Use ON keyword to specify the relationship between the tables
My salary expectations are based on my experience, skills, and the market rate for the position.
Consider my years of experience in the industry
Research the average salary range for similar positions in the market
Factor in the cost of living in the location of the job
Be open to negotiation based on the overall compensation package offered
based on 1 review
Rating in categories
Software Engineer
402
salaries
| ₹5 L/yr - ₹16 L/yr |
Software Engineer2
357
salaries
| ₹9.5 L/yr - ₹22 L/yr |
Senior Software Engineer
211
salaries
| ₹8.1 L/yr - ₹26 L/yr |
Software Engineer II
161
salaries
| ₹10.5 L/yr - ₹23 L/yr |
Senior Product Specialist
161
salaries
| ₹12.4 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
HCLTech