Mts Interview Questions

501 mts interview questions shared by candidates

Round 1: 1. Find first non repeating character in a string. Eg: “ababcdab” -> c 2. Flatten object: Convert this: { name: "Alex", address: { city: "Karnal", pincode: "132001", }, hobbies: ["reading", "writing"], education: { courses: ["abc", "xyz"], } } To: { name: “Alex”, address.city: "Karnal", address.pincode: 132001, hobbies[0]: "reading", hobbies[1]: "writing", education.courses[0]: "abc", education.courses[1]: "xyz", }
avatar

MTS-3

Interviewed at Nutanix

3.8
Nov 17, 2025

Round 1: 1. Find first non repeating character in a string. Eg: “ababcdab” -> c 2. Flatten object: Convert this: { name: "Alex", address: { city: "Karnal", pincode: "132001", }, hobbies: ["reading", "writing"], education: { courses: ["abc", "xyz"], } } To: { name: “Alex”, address.city: "Karnal", address.pincode: 132001, hobbies[0]: "reading", hobbies[1]: "writing", education.courses[0]: "abc", education.courses[1]: "xyz", }

Viewing 51 - 60 interview questions

Glassdoor has 501 interview questions and reports from Mts interviews. Prepare for your interview. Get hired. Love your job.