Skip to content

Instantly share code, notes, and snippets.

@radamanthus
Created December 20, 2013 14:29
Show Gist options
  • Save radamanthus/8055496 to your computer and use it in GitHub Desktop.
Save radamanthus/8055496 to your computer and use it in GitHub Desktop.
PHP Technical Interview Questions
We're building a classifieds site from scratch.
We want it to be a REST-ful site. Sketch the sitemap for the most common features of the site: posting ads and viewing ads.
We want to anonymously profile our users - OS, browser, screen size, location, etc. How do we do this? How do we collect the data, how do we store the data, and how do we analyze the data?
Assuming that we're storing everything on the RDBMS, based on the above requirements, sketch the data model for the site.
We want ads to display as fast as possible. We've heard that NoSQL is awesome fast. What NoSQL technology can we employ to improve ad display? How do we do it?
SVN, Git, Mercurial, or something else? Why?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment