Filter interviews by
I applied via Job Fair and was interviewed in Apr 2023. There were 2 interview rounds.
Test plan and strategy are crucial for successful project delivery.
Define test objectives and scope
Identify test scenarios and cases
Determine test environment and data requirements
Establish test execution schedule and resources
Track and report test progress and results
Top trending discussions
I applied via Naukri.com and was interviewed before Nov 2023. There were 4 interview rounds.
To detect and remove a loop in a single linked list, we can use Floyd's Cycle Detection Algorithm.
Use two pointers, slow and fast, to detect a loop in the linked list.
Move slow pointer by one step and fast pointer by two steps. If they meet at some point, there is a loop.
To remove the loop, find the start of the loop using Floyd's Algorithm and then remove the loop by breaking the link.
Cloning a linked list with random and next pointers involves creating a deep copy of the original list while maintaining the connections between nodes.
Create a mapping of original nodes to their corresponding new nodes
Iterate through the original list and create new nodes with the same values
Update the random and next pointers of the new nodes based on the mapping created
I applied via Instahyre and was interviewed in Aug 2024. There was 1 interview round.
Question based on the array and graph. its 1 hour test on hackerrank
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Scenario based coding questions C++:
Question 1: There are two points given (A,B) and (C,D).
Can we reach to the (X,Y) position? Print all the steps required to reach (X,Y) point?
2 repetitive Steps you can perform is either go like (A, A+B) or (C+D, D).
Solution: recursive function can solve this.
I applied via Naukri.com and was interviewed before Nov 2023. There were 4 interview rounds.
To detect and remove a loop in a single linked list, we can use Floyd's Cycle Detection Algorithm.
Use two pointers, slow and fast, to detect a loop in the linked list.
Move slow pointer by one step and fast pointer by two steps. If they meet at some point, there is a loop.
To remove the loop, find the start of the loop using Floyd's Algorithm and then remove the loop by breaking the link.
Cloning a linked list with random and next pointers involves creating a deep copy of the original list while maintaining the connections between nodes.
Create a mapping of original nodes to their corresponding new nodes
Iterate through the original list and create new nodes with the same values
Update the random and next pointers of the new nodes based on the mapping created
I applied via Naukri.com and was interviewed before May 2023. There were 5 interview rounds.
90 mins of coding based on DS
90 mins of coding based on Algo
Design round. Design excel
posted on 28 May 2023
I applied via LinkedIn and was interviewed before May 2022. There were 4 interview rounds.
Coding questions on Strings, Array and basic data structures followed by design discussion.
posted on 4 Jun 2021
To give a zero rejection report, we need to implement a robust quality control system and ensure adherence to it.
Establish clear quality standards and communicate them to all team members
Conduct regular quality checks at every stage of the production process
Implement corrective actions immediately when quality issues are identified
Train team members on quality control procedures and provide regular feedback
Maintain acc...
A better team can be made by fostering open communication, providing opportunities for growth, and promoting a positive work culture.
Encourage open communication and active listening
Provide opportunities for professional development and growth
Promote a positive work culture through team building activities and recognition programs
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
337
salaries
| ₹12 L/yr - ₹45 L/yr |
SOC Design Engineer
224
salaries
| ₹12 L/yr - ₹35 L/yr |
System Validation Engineer
197
salaries
| ₹12 L/yr - ₹45.7 L/yr |
Design Engineer
158
salaries
| ₹11.5 L/yr - ₹45.3 L/yr |
Software Development Engineer
153
salaries
| ₹12 L/yr - ₹43 L/yr |
Qualcomm
Nvidia
Microsoft Corporation
Advanced Micro Devices