Given a Binary Tree, we know it's complete, but we don't know how many nodes are in the tree. Can you insert another node in less than O(n) complexity? Was able to do in (logn)^2.
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,157 desenvolvedor de software interview questions shared by candidates
They asked about some software that I had never heard of that they used in their deployment process.
how do you write "2008" at the console using any language without any ?number in your code
Can you print the following pattern using a C program? 1 1 2 1 2 3 1 2 3 4
Determine from an integer number of unique integers (0,1,2,3,..9) in it
The head of engineering wanted to know what my favorite and least favorite parts of some Java project I did last year were.
Find total number of occurence's of each number in a given array
If you have an unsorted array of 1,000,000 elements, how would you sort this array?
Write a program to print all even numbers one below the other followed by odd numbers between 1 to 100 using only one 'for' loop. Output should look like this: 2 4 6 ...... 98 1 3 5 ...... 99 Is it possible to write a program for above output given the condition stated above
in an array with 10, 22, 13 . output 10, 32, 45,
Viewing 351 - 360 interview questions