Filter interviews by
I was interviewed in Mar 2017.
I was interviewed in Apr 2017.
I would manage a group of people by setting clear goals, providing support and feedback, and fostering a positive team culture.
Establish clear goals and expectations for the team
Provide support and resources to help team members succeed
Offer regular feedback and coaching to help individuals improve
Create a positive and inclusive team culture to boost morale and productivity
Top trending discussions
I applied via Campus Placement
Very basic aptitude test. basic aptitude mcqs are there
There was one assignment given on talent acquisition topic.
I was interviewed in Aug 2022.
I applied via Walk-in and was interviewed before Jan 2020. There was 1 interview round.
I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.
posted on 24 Nov 2021
I applied via Instahyre and was interviewed in Oct 2021. There were 3 interview rounds.
Count occurrences of given element in a sorted array.
Use binary search to find the first and last occurrence of the element.
Subtract the indices to get the count of occurrences.
Handle edge cases like element not present in array.
Given a binary tree, find the path with the largest sum of node values.
Use depth-first search to traverse the tree and keep track of the current path sum.
At each node, compare the current path sum with the maximum path sum seen so far.
Return the path with the maximum sum.
If the tree is empty, return an empty path.
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.