What is the capital of India?
Frontend Engineer Interview Questions
12,723 frontend engineer interview questions shared by candidates
Um algoritmo bem simples, nada envolvendo conceitos acadêmicos como árvores binárias e grafos. Não posso entrar em detalhes por questão de um termo de confidencialidade que não permite compartilhar as questões, mas é algo que um programador júnior conseguiria resolver. Qualquer pessoa com uma experiência razoável em Javascript conseguiria resolver, mesmo sem ter feito faculdade.
The first round was a phone tech screen on coderpad. The interviewer asked me to implement a typeahead given a URL to fetch some data. He then asked me to improvise it using a debounce function.
3) Apply some refactoring to improve the code of the following function. Explain the reasons behind your changes and which benefit they bring into the code.
How to center a div element inside another div element using pure css. Follow up question is what if the child element size is dynamic.
Generic leetcode question about finding which word appeared most often in an array. They lied about which languages could be used and the time limit for doing it though.
How would you communicate between browser tabs/windows (via Javascript)?
In vanilla javascript how do you handle cross site scripting?
Given some animation library in OO fashion (i.e. a class Animation { ... } with subscribe() and unsubscribe() methods which attach event handlers to some animating element), how would you rewrite this behavior in a functional style?
Viewing 631 - 640 interview questions