difference between null and void
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
Reverse an array without using the reverse method, without using a second array, and without duplicating any of the values.
Was I okay with working with different teams and brands to achieve a common goal
On the interview I had to code an example with PHP and as they were watch me develop.
create an exact replica of an image given by them using HTML and CSS
“Imagine that you have three boxes, one containing two black marbles, one containing two white marbles, and the third, one black marble and one white marble. The boxes were labeled for their contents - BB, WW, BW - but someone has switched the labels so that every box is now incorrectly labeled. You are allowed to take one marble at a time out of any box, without looking inside, and by this process of sampling you are to determine the contents of all three boxes. What is the smallest number of drawings needed to do this?”
How to discover if the given number is Power of 2 ?
Print the number of occurrences of a number in a sorted array of numbers. Input: 1 2 3 4 4 4 4 4 5 6 7 | 4 Ouput: 5
Minimum time to cross a bridge by 4 persons who take 1,2,7,10 min respectively. Only two people can cross at a time and one torch has to be there
Find the bug in code. int sum; for (int i=1; i<11; ++i) sum=sum+i; printf("%d",sum);
Viewing 11 - 20 interview questions