Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en 3Embed Software Technologies (Bengaluru) en sep 2018
Entrevista
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.
Preguntas de entrevista [3]
Pregunta 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