They had me describe how I would build the beta invitation system they have on their website.
Desenvolvedor Web Interview Questions
Desenvolvedor Web Interview Questions
Entrevistas para o cargo de desenvolvedor(a) web têm muitas perguntas técnicas. Prepare-se para perguntas que testarão seu conhecimento de linguagens de programação relevantes, como JavaScript e CSS, funções gerais da web e experiência em desenvolvimento de serviços da web, como REST e SOAP. Prepare-se para dar exemplos de projetos ou sites com os quais tenha trabalhado como designer.
Principais perguntas de entrevista para desenvolvedor(a) web e como respondê-las
Pergunta 1: Descreva as linguagens de programação e os serviços da web mais populares.
Pergunta 2: Como desenvolvedores web e gerentes de trabalho com os quais você já trabalhou descreveriam você?
Pergunta 3: Como você resolveria problemas de codificação?
23,583 desenvolvedor web interview questions shared by candidates
Closure. There was a question about closures and using one to limit how many times you can call a function. So imagine you had a function that would print out the number 1. Then they wanted to demonstrate the ability of using closures in Javascript, where you limit how many times you can call a function. So if you set the limit to two, then you call the function three times, it would print out 1, 1, undefined.
What do you like about Node.js
Who defines when something is broken?
Practical exercise was to demonstrate basic HTML skills
Name front end technologies and frameworks you use
they asked some tricky puzzles
During my phone JS interview, I got a lot of general CS questions. The questions were a bit frustrating, because they're things you know you can just Google search and find the one-line answer you need without any actual effort. Things like writing a function to determine if a string is a palindrome or writing a function for the Fibonacci sequence - things that don't have any real use and just exist as stereotypical interview questions.
It wasn't that the questions were hard so much as how involved the addClass and array flattening questions were given it was for an interview and the expectations were very high for creating a working function of each. JavaScript has a lot of quirky things that make answering these questions harder since there is more that needs to be considered when developing solutions for them.
I have been asked to communicate with Twitter using API and fetch all tweets posted in a specific Twitter page.
Viewing 161 - 170 interview questions