What is the probability of an integer from 1 to 60,000 not having the digit 6?
Developer Interview Questions
271,327 developer interview questions shared by candidates
How to remove duplicated items in a list? What's the complexity of your algorithm?
How would you extend Array in JavaScript so that it could add all the values stored in an array?
1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
For the years 1901 to 2000, count the total number of Sundays that fell on the first of a month.
Write a function to return the nth fibonacci number. The first two can be assumed to be 1 and 1. The third and fourth are then calculated to be 2 and 3.
What was a problem you faced with a previous employer and how did you handle it?
Write Hello World in C#.
There is a linked list, only given the pointer of one node, how to delete that node in the linked list.
Generate the first n prime numbers and time complexity.
Viewing 761 - 770 interview questions