Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela 3Embed Software Technologies (Bengaluru) em set. de 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.
Perguntas de entrevista [3]
Pergunta 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