why do you want to join our company
Desenvolvedor Interview Questions
102,613 desenvolvedor interview questions shared by candidates
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.
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
Viewing 351 - 360 interview questions