Mts3 Software Engineer Interview Questions

31 mts3 software engineer interview questions shared by candidates

1- Reverse the linked list in pairs. Implement the Linked List Data Structure yourself and then solved it by more than 1 way. For example: if given linked list is 1->2->3->4->5->6->7->8 then you have to return the linked list like: 2->1->4->3->6->5->8->7 Also no extra memory should be used to implement the solution. 2- A question with enhanced binary search concept. Asked on hacker rank platform.
avatar

MTS3 Software Engineer

Interviewed at Nutanix

3.8
27 July 2024

1- Reverse the linked list in pairs. Implement the Linked List Data Structure yourself and then solved it by more than 1 way. For example: if given linked list is 1->2->3->4->5->6->7->8 then you have to return the linked list like: 2->1->4->3->6->5->8->7 Also no extra memory should be used to implement the solution. 2- A question with enhanced binary search concept. Asked on hacker rank platform.

Viewing 1 - 10 interview questions

Glassdoor has 31 interview questions and reports from Mts3 software engineer interviews. Prepare for your interview. Get hired. Love your job.