how do you confirm, that you actually built a converged system or appliance?
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", }
Write a general code for a tcp server using python sockets
They asked one DSA question on side view of binary tree
Why use volatile? Explain briefly the LDPC and HARQ functionality in 5G.
Design understanding
Linked List specific questions, spi etc
Multi threading concept
Recursion using the C programming.
They asked some concepts of graphs and system design in 2nd round
Viewing 61 - 70 interview questions