J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Sigmoid (Bengaluru) en mai 2021
Entretien
2 coding rounds, 1 design, 1 managerial and 1 HR. Don't take easy to a managerial round, they ask really good question and answering them immediately is really a tough job. After managerial round they asked me if I can take a SDE 3 role instead of Team Lead as I don't have experience of customer interaction which is quite high in Sigmoid.
Questions d'entretien [8]
Question 1
Round 1: Get median of 2 unsorted array. Do it in optimized way and quickly.
Round 2: Given a number in the form of string like '3175', return the possible combination of prime number.
3175 - [ 3, 17, 5] [31, 7 , 5] [317,5]
Ans 3
Round 2: it was a question related to map of character to list of integer. Return a Map where character to the list of internet should have unique value through out the map.