12 questions for a job interview to hire Ruby On Rails developers

·

2 min read

In another post published, We was writing some of the interview questions that I think are important to us when we are looking to hire iOS developers . In this case, we're going to expose some questions for an interview for Ruby on Rails developers.

Ruby (programming language)

  • What is the difference between a class and a module?
  • What are the three levels of method access control for classes and what do they mean?
  • What does "self" mean?
  • Explain what singleton methods are. What is Eigenclass in Ruby?
  • What is the difference between false and nil in Ruby?

Rails Framework

  • What is the Asset Pipeline?
  • Explain the "Active record" pattern.
  • What is a Polymorphic Association in Rails?
  • Explain the difference between optimistic and pessimistic locking in Rails.

Security

  • What is the CSRF? How do Rails protect an application against this security flaw?
  • How should we store insecure data such as passwords?
  • Why do we need to use HTTPS instead of HTTP?

Let me know what other questions you would use for an interview to hire Ruby on Rails developers .