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,166 desenvolvedor de software interview questions shared by candidates

Write a program that eliminates evenly occurring characters in a string Input : abbbbcccczzxxxxzzz Output : azzz Purpose is to remove all those characters which are occurring in multiples of 2 consequently in JAVASCRIPT.
avatar

Software Developer

Interviewed at Tracxn

2.8
Oct 30, 2018

Write a program that eliminates evenly occurring characters in a string Input : abbbbcccczzxxxxzzz Output : azzz Purpose is to remove all those characters which are occurring in multiples of 2 consequently in JAVASCRIPT.

The problem gives you a sample input data file containing the all the employee-employer relationship information of a company. For example "Peter, John, 2013, software developer--John, NULL, 2012, CEO--David, Peter, 2014, technician..." means there are 3 people int this company (segmented by '--' ), the first 1 is Peter, his boss is John, he entered the company in 2013 as a software developer. The second is John as CEO, with no boss, the third is David as technician, his boss is Peter. The problem is asking you to output a file with all the information in a hierarchic style. I selected C++ as my language. But I found it might be quite efficient if we use mysql in this problem.
avatar

Software Developer

Interviewed at Hulu

4.1
Nov 13, 2014

The problem gives you a sample input data file containing the all the employee-employer relationship information of a company. For example "Peter, John, 2013, software developer--John, NULL, 2012, CEO--David, Peter, 2014, technician..." means there are 3 people int this company (segmented by '--' ), the first 1 is Peter, his boss is John, he entered the company in 2013 as a software developer. The second is John as CEO, with no boss, the third is David as technician, his boss is Peter. The problem is asking you to output a file with all the information in a hierarchic style. I selected C++ as my language. But I found it might be quite efficient if we use mysql in this problem.

A logic question: in a room there are 3 lightbulbs; you are outside of the room and can't see inside; in front of you are 3 switches connected to the lightbulbs. What do you do to know which switch activates which lightbulb if you're only allowed in the room once? A technical question: you have 5 minutes to describe to me how to make a fuel level detection system for a tank. Here's a pen and some paper; describe it to me in any way you want using any terms you want. (he was looking to see if you're smart enough and think logically enough to design such a thing even if you don't really know anything about it beforehand)
avatar

Software Developer

Interviewed at Continental

3.9
Feb 20, 2017

A logic question: in a room there are 3 lightbulbs; you are outside of the room and can't see inside; in front of you are 3 switches connected to the lightbulbs. What do you do to know which switch activates which lightbulb if you're only allowed in the room once? A technical question: you have 5 minutes to describe to me how to make a fuel level detection system for a tank. Here's a pen and some paper; describe it to me in any way you want using any terms you want. (he was looking to see if you're smart enough and think logically enough to design such a thing even if you don't really know anything about it beforehand)

Viewing 631 - 640 interview questions

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