Skip to content

Magoosh Screen

Daniel Moskowitz edited this page Aug 18, 2020 · 1 revision

The goal of this screen is to have a basic assessment of a candidate's skill level in Ruby on Rails.

The exercises in this screen are intended to cover the various parts of a Rails project that we typically have to work on:

  • Controllers
  • Models
  • Views
  • Routes
  • Rake tasks and/or the Rails console
  • Migrations

The domain of the project used for this screen is Food, which is an attempt at picking a domain that avoids (or at least mitigates) inherent bias that might exist with other domains.

Clone this wiki locally