VMware | OA New Grad 2020
2179

So 6 questions.

3 easy multiple choice, if you miss these you are fuckin stupid.

1st coding was break a palindrome.

2nd coding Absolutely fucked. You are passed a list of strings containg a sender,reciever,messagebody and you need to return a list of list saying what order the email is (1,2) and what order it is in the chain. Order of emails is determined by intial list that is passed in. You need to parse shit and that is kind of fucked and then emails can be uniqulely idenfieid by body sender reciever so you need some sort of nested hashmap situation. The way you know if a remail belongs to another chain is it has some symbol like --------------> hi from vaction----------------->back from vacation and then the actual message body scomes before or after. This problem is fucked save it for last.

3rd coding Some string shit, not that bad like a harder leetcode easy.

Comments (6)