i
insightsoftware
Filter interviews by
Top trending discussions
I appeared for an interview before Jan 2016.
I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.
I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.
Reversing a linked list involves changing the direction of its nodes to point to the previous node instead of the next.
Iterative approach: Use three pointers (prev, current, next) to reverse the links.
Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.
Recursive approach: Reverse the rest of the list and adjust the pointers accordingly.
Example: For list 4 -> 5 -> 6, recursively revers...
I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2021. There were 6 interview rounds.
1 hr time limit. Some technical mathematical question, english grammar related, genral knowledge.
After clearing apti, they will assign machine test. 1 hr time limite.
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 Company Website and was interviewed in May 2022. There were 2 interview rounds.
Logical reasoning And aptitude test
C++, python and Java programming
based on 1 interview experience
based on 13 reviews
Rating in categories
Software Engineer
79
salaries
| ₹9 L/yr - ₹27 L/yr |
Technical Consultant
66
salaries
| ₹4.5 L/yr - ₹15.5 L/yr |
Senior Software Engineer
64
salaries
| ₹13.9 L/yr - ₹43 L/yr |
Senior Technical Support Engineer
27
salaries
| ₹12 L/yr - ₹20 L/yr |
Software Developer
25
salaries
| ₹14.5 L/yr - ₹29 L/yr |
Duck Creek Technologies
FinThrive
Entrata
Mobileum