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]
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
Pergunta 1: Com qual tipo de desenvolvimento de software você trabalha no momento?
Pergunta 2: Descreva um problema de desenvolvimento que você tenha tido e como o solucionou.
Pergunta 3: Como é seu processo de garantia de qualidade?
93,135 desenvolvedor de 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
What is the best way to store an array?
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.
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.
Reversal of all words in a sentence(e.g: "This is a good question" becomes "question good a is This")
Write a Program to Count Trailing no of zeros in factorial of given number
Viewing 311 - 320 interview questions