Coding interview included some tasks with sample input data. Technical interview involved several specific questions about software development, design patterns, and syntax.
Back End Developer Interview Questions
1,560 back end developer interview questions shared by candidates
Sorting and complexity
What is a project you've struggled with in the past and how did you overcome it?
Preliminary meeting questions: Name a problem you overcame and how; What kind of work have you done;
Quais tecnologias eu domino
"Dê exemplos de como você reagiu a uma mudança repentina em uma projeto?" "Quais as tecnologias que você conhece , mesmo que sejam projetos de estudo" "Você gosta de trabalhar em equipe"
Nos conte sobre sua trajetória profissional
Technical questions on algorithms, asks typical behavioral questions with the leftover time after you finish.
Tell me about yourself.
You're given a (large) list of CSS hierarchies (an example hierarchy would be: div#video.large div#video-controls span#pause.btn.btn-large). Design a program to "autocomplete" searches against this corpus. Only the prefix of a tag name, id, or class should need to be typed to match against something. For example, the query 'd#v s#p.b' should match against the above hierarchy. However, 's d' should not, because the order of the hierarchy is wrong. All of the data structures to support this and a large part of the computation should be implemented in Redis.
Viewing 951 - 960 interview questions