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?
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
Domanda 1: Che tipo di sviluppo software stai realizzando al momento?
Domanda 2: Descrivi un problema che hai dovuto affrontare durante un lavoro di sviluppo e come lo hai risolto.
Domanda 3: Come gestisci il processo di QA?
93,055 sviluppatore di software interview questions shared by candidates
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
What is a setter/ what is a getter? What is their purpose?
Write a program to find (x^y) % z
Write a code to check whether partially filled sudoku is proper or not
Reverse an integer using C.
Can't remember the details, but was asked a question regarding dropping eggs off high buildings to determine the height at which an egg would first break.
There are 25 horses, and each runs at different constant speeds. If you want to find the 5 fastest horses, what is the minimum number of races needed, if each race can have five horses at most?
Find if given text does have matching [ { ( opening and closing. So ({[]}) is valid and ({)} is invalid. They should open and close in proper order.
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