Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso MapR Technologies (Hyderabad) nel mese di apr 2018
Colloquio
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
Domande di colloquio [2]
Domanda 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