Skip to content

Instantly share code, notes, and snippets.

@maanavshah
Created August 26, 2018 16:36
Show Gist options
  • Save maanavshah/ca31d16a87ca7992a347e6bdd3f5bce1 to your computer and use it in GitHub Desktop.
Save maanavshah/ca31d16a87ca7992a347e6bdd3f5bce1 to your computer and use it in GitHub Desktop.
Ruby on Rails Interview Question

Ruby on Rails

What are the advantages of using Ruby on Rails in Web Development?
What are the disadvantages of using Ruby on Rails in Web Development?
What do you mean by Agile Development?
Explain MVC in terms of Rails.
What are different components of Ruby on Rails?
Give list of frameworks which is similar to Rails.
What makes Ruby different from other programming languages?
What do you mean by Meta Programming?
Explain how everything is an object in Ruby.
How could you explain the Ruby OOP model?
Give difference between last 3 versions of Rails.
What's the major improvements in Rails 5.0?
What do you mean by ORM?
What is the difference between eager and lazy loading in rails?
What is Self-Referential Association aka Self Join?
List down types of associations in Rails.
What is functionality of Helpers?
Explain eagerloading.
What are your favourite Gems?
Define block, proc and lambda and give difference between them.
What is ActiveRecord?
Explain Active Record Callbacks.
Explain Filters.
Define resource, resources, collection and namespace in terms of routes.
List down servers supported by Rails.
What things we can define within Model?
What is Asset Pipeline?
How parsing has been done from ERB file to HTML?
What is difference between String and Symbol?
  • Necessary information about Strings and Symbols could be found there
What is difference between Render and Redirect?
What is difference between Gems and Plugins?
What is difference between Gemfile and Gemfile.lock?
What is difference between save and save!
What is difference between find and find_by_xxx method?
What is difference between includes and extends?
What is difference between form_for and form_tag?
What is difference between TDD and BDD?
What is difference between Application Server and Web Server?
What is difference between ==, ===, eql? and equal??

Contribution Guidelines

  • The question must be unique
  • Question must be related with Ruby/Rails
  • A pull request must contain only single question
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment