An array of 99 elements contains integers from 1 to 100 with one missing element. Find the missing element.
Developer Interview Questions
263,130 developer interview questions shared by candidates
How many unique handshakes if each person in a group of 10 give handshakes out to each and every other individual. (a) 100 (b) 50 (c) 45 (d) 20 (e) 10
What is a JavaScript callback function?
Implement a method to determine whether a string is a palindrome.
Write a function to print the first letter of every word in a string.
How would you scale access to a system like Twitter
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.
How would you troubleshoot slow loading web pages and poorly performing stored procedures?
How would you build a BART train system.
Viewing 1 - 10 interview questions