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

In a party of N people, only one person is known to everyone. Such a person may be present in the party, if yes, (s)he doesn’t know anyone in the party. We can only ask questions like “does A know B? “. Find the stranger (celebrity) in minimum number of questions.
avatar

Software Development Engineer

Interviewed at Amazon

3.5
Aug 3, 2016

In a party of N people, only one person is known to everyone. Such a person may be present in the party, if yes, (s)he doesn’t know anyone in the party. We can only ask questions like “does A know B? “. Find the stranger (celebrity) in minimum number of questions.

Come out with an algorithm for getting the column number provided the column name in a excel sheet and vice versa. Excel has a naming convention of A,B..Z,AA,AB,AC..ZZ,AAA... This had to be converted to the column numbers. A will be 1 and AA will 27.. Also the algorithm to find the name provided column number.
avatar

Software Engineer

Interviewed at Google

4.4
Mar 19, 2009

Come out with an algorithm for getting the column number provided the column name in a excel sheet and vice versa. Excel has a naming convention of A,B..Z,AA,AB,AC..ZZ,AAA... This had to be converted to the column numbers. A will be 1 and AA will 27.. Also the algorithm to find the name provided column number.

Given a string with only ')' and '(' find if the string is complete or not. If the string is complete means that each open paranthesis should have a corresponding closed one. Eg: String s= "((()))()"- Complete String String s1=")()()()())))(()()()((" - Incomplete String
avatar

Software Developer

Interviewed at Google

4.4
Feb 24, 2012

Given a string with only ')' and '(' find if the string is complete or not. If the string is complete means that each open paranthesis should have a corresponding closed one. Eg: String s= "((()))()"- Complete String String s1=")()()()())))(()()()((" - Incomplete String

Implement a function string balanceParanthesis(string s); which given a string s consisting of some parenthesis returns a string s1 in which parenthesis are balanced and differences between s and s1 are minimum. Eg - "(ab(xy)u)2)" -> "(ab(xy)u)2" ")))(((" -> ""
avatar

Software Engineer

Interviewed at Meta

3.6
Aug 9, 2011

Implement a function string balanceParanthesis(string s); which given a string s consisting of some parenthesis returns a string s1 in which parenthesis are balanced and differences between s and s1 are minimum. Eg - "(ab(xy)u)2)" -> "(ab(xy)u)2" ")))(((" -> ""

class A { public A() { foo(); } public void foo() { System.out.println("Class A"); } } class B extends A { public B(){} public void foo() { System.out.println("Class B"); } } class main { public static void main(String[] args) { A a = new B(); } } What does it print? Class A or Class B?
avatar

Software Engineer

Interviewed at Bloomberg

4
Oct 25, 2012

class A { public A() { foo(); } public void foo() { System.out.println("Class A"); } } class B extends A { public B(){} public void foo() { System.out.println("Class B"); } } class main { public static void main(String[] args) { A a = new B(); } } What does it print? Class A or Class B?

Viewing 91 - 100 interview questions

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