Sorting and complexity
Back End Engineer Interview Questions
1,087 back end engineer interview questions shared by candidates
Preliminary meeting questions: Name a problem you overcame and how; What kind of work have you done;
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.
gave a take home coding test, asked questions about rest apis and queues and integrating external apis with a project
Waited for the team leader to join for 15 minutes at first so the interviews held small talk with me. Both interviewers asked simple coding exercises. They shared their screens and asked me to solve.
Me conta um pouco da sua história?
How to connect Bango Jb to your code?
Discuss the return type of HashMap put() in java
Viewing 671 - 680 interview questions