J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez 3Embed Software Technologies (Bengaluru) en sept. 2018
Entretien
The interview process has 3 rounds of programming. You can code in any language. Your problem solving and logical skill will be tested. You cannot use any built-in functions. Have to be pretty good with programming/Algorithms/Data structures. Lot of questions on LinkedLists, Queues & Stack.
Questions d'entretien [3]
Question 1
Find the frequency of occurrence of all the characters in a string.
i/p: "glassdoor"
o/p:
g->1
l->1
a->1
s->2
d->1
o->2
r->1