How would you write a program to move inside a square spiral? Start at the upper left corner of the square and walk its edges clockwise. Just before re-approaching the upper left corner, spiral into the square instead, ultimately arriving at the center of the square.
Developer Interview Questions
268,842 developer interview questions shared by candidates
How would you build a BART train system.
What are the App states. Explain them?
What is a clustered/non clustered index.
Whats the difference between inner join and outer join?
As a designer, did I think I would get bored with coding and troubleshooting?
After the page loads, can you load an external css file to the head with JQuery?
Say there was a function that took 1 second to execute and you needed to run this function 10 million times, how would you cut down on the execution time?
Given a number n where n+1 and n-1 are prime, prove n is divisible by 6
Given a set of 50 unique DNA segments under 1000 characters that is guaranteed to overlap into one single segment, write a program that will align them.
Viewing 11 - 20 interview questions