Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso 3Embed Software Technologies (Bengaluru) nel mese di set 2018
Colloquio
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.
Domande di colloquio [3]
Domanda 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