question: Write a function that takes two numbers and adds them together -- one is an unsigned int, and the other is a (possibly very large) number, represented in int array form. So e.g. add([1,2,3], 5) --> [1,2,8]
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,065 sviluppatore di software interview questions shared by candidates
The questions asked were about previous projects(how they were laid out, how I went about doing them and that sort of questions), about me in previous jobs and questions about me as a person
Write a function that takes in an array of strings and outputs a dictionary with the first character of each string as the key and the remaining characters as the object.
What is the best way to store an array?
Easy questions but you need to be very quick .. no time to think.
What is the difference between i++ and ++i ? Which one is more efficient?
Count number of total possible squares in a chessboard.
Given a list of integers positive and/or negative numbers. Find the largest consecutive sum of the list.
Write a Program to Count Trailing no of zeros in factorial of given number
Question was not difficult. In fact they asked the same queston from almost every interviewee. Qeustion: Given a number N and an array Arr[], search find two numbers which sum up to number N. When you will suggest binary search for this problem. They will ask about the complexity difference between two nested loop and binary search solution. After discussion of algorithm/solution, they will ask you to write down the code on paper. Both interviewers look like of Chinese origin. Only manager got involved in discussion and asked questions. The other one stayed silent. He sounds shy and asocial but was not pyschologist for sure. Maybe he was hired based on his extra-ordinary technical skills or strong internal (possibly Chinese) connection. The whole interviewed lasted for an hour.
Viewing 311 - 320 interview questions