J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez MapR Technologies (Hyderâbâd) en avr. 2018
Entretien
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
Questions d'entretien [2]
Question 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