Sviluppatore Di Software Interview Questions

Sviluppatore Di Software Interview Questions

Quello di Sviluppatore di software è un percorso professionale molto richiesto ed è anche un lavoro che offre l'opportunità di ottenere guadagni elevati e realizzazione professionale. Durante i colloqui per Sviluppatore di software è probabile che vengano poste domande inerenti a capacità tecniche, competenze trasversali e modalità di gestione dei progetti.

Domande tipiche dei colloqui per Sviluppatore di software e come rispondere

Question 1

Domanda 1: Che tipo di sviluppo software stai realizzando al momento?

How to answer
Come rispondere: Nel rispondere a una domanda sui tuoi attuali progetti di sviluppo di software, metti in evidenza i linguaggi di programmazione e lo stack tecnologico che utilizzi. Questa domanda aiuta l'intervistatore a capire se possiedi le competenze necessarie per gestire il carico di lavoro.
Question 2

Domanda 2: Descrivi un problema che hai dovuto affrontare durante un lavoro di sviluppo e come lo hai risolto.

How to answer
Come rispondere: Parlare di una situazione specifica ti permette di descrivere i metodi che utilizzi per risolvere i problemi e le azioni che hai compiuto per ovviare a un problema specifico. Utilizza il metodo STAR, ovvero Situation, Task, Action, Result, per descrivere una situazione, i tuoi compiti, le azioni intraprese e i risultati ottenuti, fornendo un quadro chiaro del problema che hai affrontato e del modo in cui lo hai risolto.
Question 3

Domanda 3: Come gestisci il processo di QA?

How to answer
Come rispondere: La garanzia di qualità è un aspetto importante nell'ambito dello sviluppo di software ed è possibile che nelle aziende più piccole, che non dispongono di un team preposto, l'incarico venga affidato agli sviluppatori. Se ti pone una domanda sul processo di QA, è probabile che l'intervistatore voglia stabilire se saresti disposto e in grado di svolgere attività di testing e debugging.

93,055 sviluppatore di 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.5
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
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,055 interview questions and reports from Sviluppatore di software interviews. Prepare for your interview. Get hired. Love your job.