i
Simplify Healthcare
Filter interviews by
I appeared for an interview in Dec 2023.
Dependency injection is a design pattern that allows objects to be injected with their dependencies rather than creating them internally.
Dependency injection helps to decouple the code and improve testability and maintainability.
It promotes loose coupling by allowing objects to depend on abstractions instead of concrete implementations.
There are three common types of dependency injection: constructor injection, setter ...
A stored procedure is a precompiled set of SQL statements that can be executed on a database server.
Stored procedures are used to encapsulate and execute complex database operations.
They can be written in various programming languages like SQL, PL/SQL, T-SQL, etc.
Stored procedures can accept input parameters and return output values.
They can be used to improve performance by reducing network traffic and optimizing quer...
I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.
Logical reasoning And aptitude test
C++, python and Java programming
I applied via Recruitment Consulltant
A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.
Create a mutex object using the appropriate library or language-specific function.
Lock the mutex before accessing the shared resource to prevent other threads from accessing it.
Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.
Example: pthread_mutex_t mutex; pthread...
Identify memory leak in code
Check for any dynamically allocated memory that is not being freed
Look for any infinite loops or recursive functions that consume memory
Use memory profiling tools like Valgrind to detect leaks
Check for any global variables that are not properly managed
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
Level order traversal of tree is a breadth-first search algorithm to visit all nodes in a tree level by level.
Use a queue to keep track of nodes to be visited
Enqueue the root node and loop until the queue is empty
Dequeue a node, visit it, and enqueue its children
Repeat until all nodes have been visited
Easy problem on java
I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.
One hour and two questions on DSA (medium to hard problems) through coding site link
I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Business Analyst
187
salaries
| ₹3 L/yr - ₹9 L/yr |
Software Engineer
94
salaries
| ₹4.5 L/yr - ₹12.4 L/yr |
QA Analyst
85
salaries
| ₹4 L/yr - ₹9.3 L/yr |
Associate Software Engineer
72
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Senior Software Engineer
64
salaries
| ₹9.5 L/yr - ₹25 L/yr |
Ascent HR Technologies Private Limited
Vyapar
Entrata
CodeClouds