In two hours build a take-home challenge that fetches a list of items from the server, displays them on a page, and allows the user to click into an item-detail page. Bonuses: write tests, write an items-refresh loop, write a list filter, provide details on visual choices
Developer Interview Questions
269,301 developer interview questions shared by candidates
Unexpected question... Where did princess diana die? seriously why would you ask such an irrelevant question.
find an intersection between integer arrays
rate your programming experience 1-10
Gave me a javascript problem to solve... Input : [1,[2,3,4],5,6,[7,8,9]] Output : [1,2,3,4,5,6,7,8,9]
Find the 2 values in an array that gives a particular sum - not with 2 for loops.
How do you use Cascading Style Sheet?
How would you implement addition of large integers with carrying between multiple parallel processors?
The user is in their text messaging app - they click share - how do you get your app to show up? a. intent service b. broadcast receiver c. register content observer to telephone d. register an intent filter
Count number 1-100. Every number divisible by 3 print "foo" every number divisible by 5 print "bar"
Viewing 1631 - 1640 interview questions