Desarrollador Web Interview Questions

Desarrollador Web Interview Questions

Las entrevistas para el puesto de desarrollador web suelen centrarse en las preguntas técnicas. Puedes esperar que te hagan preguntas para evaluar tu conocimiento de los principales lenguajes de programación, como JavaScript y CSS, y de las funciones web generales, o para conocer tu experiencia de diseño en servicios web como REST y SOAP. Como desarrollador, es probable que te pidan ejemplos de sitios web o proyectos anteriores.

Preguntas de entrevista más frecuentes para desarrollador/a web y cómo responderlas

Question 1

Pregunta n.º 1: ¿Podrías describir los lenguajes de programación y servicios web más populares?

How to answer
Respuesta recomendada: Con casi total seguridad, te preguntarán sobre lenguajes de programación y servicios web. Asegúrate de estar al día de los últimos lenguajes y servicios, incluidas las innovaciones y actualizaciones más recientes.
Question 2

Pregunta n.º 2: ¿Cómo te describirían los jefes de proyecto y otros desarrolladores web?

How to answer
Respuesta recomendada: Los empleadores quieren asegurarse de que encajarás bien con el resto del equipo de desarrollo. Si te formulan esta pregunta, destaca tu capacidad de trabajo en equipo. Puedes comentar tus dotes de comunicación, tus habilidades de escucha y tu capacidad para resolver conflictos.
Question 3

Pregunta n.º 3: ¿Cómo sueles resolver los problemas de código?

How to answer
Respuesta recomendada: El empleador quiere asegurarse de que tienes la capacidad para resolver cualquier problema de programación, de manera que puedas ser un miembro productivo de la plantilla. Comenta tus habilidades de resolución de problemas, tanto en el ámbito de la programación como de las relaciones en el lugar de trabajo; así demostrarás tu capacidad para superar dificultades en el trabajo. Puedes exponer tus habilidades analíticas, hablar de colaboraciones pasadas y explicar tu experiencia resolviendo problemas en proyectos anteriores.

710,273 desarrollador web interview questions shared by candidates

Suppose that you earn 100% annual interest (APY) on $1 initial deposit. How long before you'll be as rich as Bill Gates ($63 billion)? Given a number, e.g., 314159, as an array [3,1,4,1,5,9], increment it: change it to [3,1,4,1,6,0].
avatar

Software Engineer

Interviewed at Google

4.4
Feb 12, 2013

Suppose that you earn 100% annual interest (APY) on $1 initial deposit. How long before you'll be as rich as Bill Gates ($63 billion)? Given a number, e.g., 314159, as an array [3,1,4,1,5,9], increment it: change it to [3,1,4,1,6,0].

you have a sequence where each number is a multiple of 2 or 5 (so: 2^i * 5^j). he gave the beginning of the sequence as 1,2,3,4,5,8,10,16... and asked me to find an algorithm to calculate the next number in the sequence.
avatar

Software Engineer

Interviewed at Google

4.4
Mar 10, 2010

you have a sequence where each number is a multiple of 2 or 5 (so: 2^i * 5^j). he gave the beginning of the sequence as 1,2,3,4,5,8,10,16... and asked me to find an algorithm to calculate the next number in the sequence.

1. Phone interview - Sort the characters in string by frequency and then by their alphabetical order. Example - bbaaccc -> cccaabb 2. The question that screwed me - given array is [0,1,1,0,1,1,1] ; output should be [0,1,1,0,1,2,3] ie., for every non-zero element in array, find its distance to the nearest zero in O(n) time. i would definitely encourage the candidates who read this post to share their solution for this question. 3. In order traversal of Binary search tree related (the solution is to start from right sub tree).
avatar

Software Engineer

Interviewed at Bloomberg

4
Dec 29, 2016

1. Phone interview - Sort the characters in string by frequency and then by their alphabetical order. Example - bbaaccc -> cccaabb 2. The question that screwed me - given array is [0,1,1,0,1,1,1] ; output should be [0,1,1,0,1,2,3] ie., for every non-zero element in array, find its distance to the nearest zero in O(n) time. i would definitely encourage the candidates who read this post to share their solution for this question. 3. In order traversal of Binary search tree related (the solution is to start from right sub tree).

If your are given an Integer Singly linked list. Print it backwards. Constraints: 1. Do not manipulate the list. (example: do not make it a doubly linked list, do not add or delete elements, do not change any memory location of any element) 2. O(n) < time < O(n^2) 3. O(1) < space < O(n)
avatar

Software Engineer

Interviewed at Meta

3.6
Jan 11, 2017

If your are given an Integer Singly linked list. Print it backwards. Constraints: 1. Do not manipulate the list. (example: do not make it a doubly linked list, do not add or delete elements, do not change any memory location of any element) 2. O(n) < time < O(n^2) 3. O(1) < space < O(n)

Viewing 41 - 50 interview questions

Glassdoor has 710,273 interview questions and reports from Desarrollador web interviews. Prepare for your interview. Get hired. Love your job.