Desenvolvedor De Software Interview Questions

Desenvolvedor De Software Interview Questions

A área de desenvolvimento de projetos está em alta e oferece bons salários e realização profissional. Em entrevistas para cargos de desenvolvimento de software, são normalmente feitas perguntas relacionadas às suas habilidades técnicas e comportamentais e a como você gerencia projetos de maneira eficiente.

Principais perguntas de entrevista para desenvolvedor(a) de software e como respondê-las

Question 1

Pergunta 1: Com qual tipo de desenvolvimento de software você trabalha no momento?

How to answer
Como responder: Ao responder a perguntas relacionadas aos seus projetos atuais de desenvolvimento de software, enfatize as linguagens de codificação e a pilha de tecnologia que você usa. Essa pergunta ajuda os entrevistadores a determinar se você tem as habilidades necessárias para lidar com a carga de trabalho.
Question 2

Pergunta 2: Descreva um problema de desenvolvimento que você tenha tido e como o solucionou.

How to answer
Como responder: Ao falar sobre situações específicas, você consegue descrever seus métodos de solução de problemas e as medidas tomadas para resolver o problema. Use o método STAR (Situação, Tarefa, Ação, Resultado) para explicar o problema e o que você fez para resolvê-lo de forma clara.
Question 3

Pergunta 3: Como é seu processo de garantia de qualidade?

How to answer
Como responder: A garantia de qualidade é um aspecto importante do desenvolvimento de software, e o processo pode ser realizado por desenvolvedores em organizações menores que não têm uma equipe própria para isso. Ao fazer perguntas relacionadas ao processo de garantia de qualidade, os entrevistadores querem determinar sua disposição e seu preparo para trabalhar com testes e correção de erros.

93,114 desenvolvedor de software interview questions shared by candidates

Given two unsigned integer values, write a function that returns the first divided by the second. You cannot (of course) use div or mod operators - only addition, subtraction and multiplication. Discuss the strengths/weaknesses/algorithmic complexity of your solution. Is there a better way to do it? If so, what, and what is its complexity?
avatar

Software Developer

Interviewed at Meta

3.6
Jul 30, 2015

Given two unsigned integer values, write a function that returns the first divided by the second. You cannot (of course) use div or mod operators - only addition, subtraction and multiplication. Discuss the strengths/weaknesses/algorithmic complexity of your solution. Is there a better way to do it? If so, what, and what is its complexity?

Given the following list of objects {user, loginTime, logoutTime}. What is the maximum number of concurrent users logged in at the same time? Input: [ {user: A, login: 1, logout: 3}, {user: B, login: 3, logout: 4}, {user: C, login: 1, logout: 2}, {user: D, login: 123123123, logout: 987987987}, {user: E, login: 1, logout: 3} ] Output: 3
avatar

Software Developer

Interviewed at Booking.com

4.1
Aug 24, 2016

Given the following list of objects {user, loginTime, logoutTime}. What is the maximum number of concurrent users logged in at the same time? Input: [ {user: A, login: 1, logout: 3}, {user: B, login: 3, logout: 4}, {user: C, login: 1, logout: 2}, {user: D, login: 123123123, logout: 987987987}, {user: E, login: 1, logout: 3} ] Output: 3

If you have 2 coins in your pocket (one is double-headed, and the other is a fair coin), you grab a random coin from your pocket and see that one face is a head. What is the probability that if you flip the coin, the other face is also a head (i.e. that you picked the double-headed coin)?
avatar

Financial Software Developer

Interviewed at Bloomberg

4
May 8, 2010

If you have 2 coins in your pocket (one is double-headed, and the other is a fair coin), you grab a random coin from your pocket and see that one face is a head. What is the probability that if you flip the coin, the other face is also a head (i.e. that you picked the double-headed coin)?

Viewing 51 - 60 interview questions

Glassdoor has 93,114 interview questions and reports from Desenvolvedor de software interviews. Prepare for your interview. Get hired. Love your job.