25 racehorse question. Given 25 horses a track that can only race 5 at a time, what is the fewest # of races to find the top 3 ranked horses?
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,060 sviluppatore di software interview questions shared by candidates
How do you reverse a linked list
Given a list of 1,000,000 integer (1 to 1,000,000 with no repeat), how to sort the list with only 1 mb of memory space.
Linked list memory management: deleting a node from the middle of a list was easy. Next question - how to delete a node from the end of a list. Was too tired to think and realize this was a trick question.
Write a function which, given n, prints all well-ordered integers of n digits. A well ordered number is one where the value of the i-th digit is less than the value of the i+1 digit.
Reversal of String Difference between GET and POST REST API
You have a 3 and a 5 gallon jug, how do you get exactly 4 gallons?
-What does the assignment X=(X)&(X-1) do? Use this to count number of 1s in a number.
Write algorithm to compute the intersection of two arrays. What is the time complexity of this algorithm (using the big O notation)?
Technical Manager = What are you doing? How much are you willing to contribute? etc. This is mostly behaviour round. HR = Again, straight forward questions. Technical = this round contains two coding test. You will work as a team with some other candidate on a test. Basically, you have to demonstrate your teamwork skills. Also, how well you handle the situation e.g. are you a follower or a leader etc.
Viewing 201 - 210 interview questions