Ruby on Rails quiz medium level

TAKE THE TEST SEND THIS TEST TO MY CANDIDATES

Test description

This test is designed to measure your medium knowledge of the Ruby on Rails framework, with focus on the main concepts such as the MVC design pattern. Topics: MVC architecture, libraries, controllers, database, caching, middleware, Action Mailer, etc.

Sample questions

1
You have created an empty controller class (ex: PostsController). What happens when you browse an action mapped to it? (ex: GET /posts) (assume there is a mapped route configured)