I applied online. The process took 1 day. I interviewed at 3Embed Software Technologies (Bengaluru) in Sep 2018
Interview
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.
Interview questions [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