Update appNew update is available. Click here to update.
Product Development Engineer
Mahindra Comviva
upvote
share-icon
2 rounds | 3 Coding problems
views
0 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 9 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds
01
Round
Medium
Online Coding Interview
Duration150 minutes
Interview date26 Nov 2021
Problems2
Middle Of Linked List

Given the head node of the singly linked list, return a pointer pointing to the middle of the linked list.

If there are an odd n...

view more
Problem approach

Traverse linked list using two-pointers. Move one pointer by one and the other pointers by two. When the fast pointer reaches the end, the slow pointer will reach the middle of the linked list.

Try solving now
Quick Sort

You are given an array of integers. You need to sort the array in ascending order using quick sort.

view more
Problem approach

The key process in quickSort is partition(). Target of partitions is, given an array and an element x of array as pivot, put x at its correct position in sorted array and put all smaller elements (smaller than x) before x, and put all greater elements (greater than x) after x. All this should be done in linear time.

Try solving now
02
Round
Medium
HR Round
Duration30 mins
Interview date3 Dec 2021
Problems1
Basic Hr Questions

About Yourself

What do you know about the company?

Where do you see yourself in 5 years?

Any questions you want to ask?

Start a Discussion
Similar interview experiences
company logo
Product Development Engineer
4 rounds | 4 problems
Interviewed by Mahindra Comviva
336 views
0 comments
0 upvotes
company logo
Product Development Engineer
3 rounds | 5 problems
Interviewed by Mahindra Comviva
0 views
0 comments
0 upvotes
company logo
Product Development Engineer
2 rounds | 6 problems
Interviewed by Mahindra Comviva
0 views
0 comments
0 upvotes
company logo
Product Development Engineer
2 rounds | 3 problems
Interviewed by Mahindra Comviva
0 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
Product Development Engineer
3 rounds | 4 problems
Interviewed by Comviva
420 views
0 comments
0 upvotes
company logo
Product Development Engineer
3 rounds | 8 problems
Interviewed by Comviva
224 views
0 comments
0 upvotes
company logo
Product Development Engineer
4 rounds | 4 problems
Interviewed by Comviva
121 views
0 comments
0 upvotes