gave me a tree of 3 level and provided me a number that contains the level number and asked me to code a program that would print the nodes on that level in the tree.
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,181 desenvolvedor de software interview questions shared by candidates
Counting the number of anagrams of one string in another string
Rearrange the elements of an array so that all zeroes are at the end of the array, while preserving the ordering of the nonzero elements.
Given a list of integers, all from 1 to n, except for 2 which are marked as "0", find the 2 values that are missing. For example, for n = 5: arr = [1,5,0,0,3] => the two missing values are 2 and 4.
They asked what data structure i would have selected to implement a web browsing history and to print an ordered list of films form an array of random items
implement strstr
Phone interview: How to check if a function is called more than 10 times in a minute.
(1) Stack, Queue, Linked List and Array. Pros and Cons of each data structure. (e.g. if you read and delete a lot of data not insert too many data, which data structure will you pick?) (2) What's the average complexity and worse complexity of quick sort. (3) Reverse a string, and reverse a sentence. (4) Given 2 red balls 2 black balls and 1 white balls, and randomly pick 2 of them. What's the probability of having none of 2 balls that you picked is black?
Programming question: given a m by n grade, how many possible paths are there from (0, 0) to (m, n). Can only move in two directions, right and down.
What's the 'static' keyword in C used for? UNIX: what's a file descriptor, what command do you use to see system operations? What's a thread/deadlock/race condition/etc?
Viewing 1161 - 1170 interview questions