Connect next pointers at every level of a complete binary tree and then for a generic binary tree
Mts Interview Questions
501 mts interview questions shared by candidates
Validate a BST
a quiz question was asked I can't remember
Next permutation , OOPS, DBMS , Schema design ,
Remove mutiple blank spaces in a line
there is a vector of n strings(words). And one integer k, You need to find the k most occurring words at each time a word is read.
Technical questions related to race conditions in code
Can I get some loan I will return you soon
I felt technically the questions were challenging enough but the questions to determine personality fit took me by surprise
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