Candidatei-me por meio de recrutador(a). O processo levou 1 semana. Fui entrevistado pela MapR Technologies (Hyderābād) em abr. de 2018
Entrevista
1) Coding round in HackerEarth. It contains 3 questions and 2 hours time.
2) Phone interview. Checks for your overall understanding on computer networks, operating systems and programming abilities.
3) 2 face-to-face interviews
Perguntas de entrevista [2]
Pergunta 1
Interview1:
Q1. Print power set of a set
Q2. Given a text, replace certain characters with other other characters
Example: text="restaurant", replace 'a' with 'c' and 'r' with 'd'.
Answer: "destcudcnt"
Interview2:
Two design questions on distributed systems concept
Q3: A large file(size in GB) contains numbers, increment each number and save it to disk. Design of the approach keeping distributed systems in mind.
Q4: Sort a very large doubly linked list in distributed systems