Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 766 Bytes

quiz_questions.markdown

File metadata and controls

11 lines (9 loc) · 766 Bytes

Quiz Questions

Often there are small knowledge/understanding questions that'll come up in an interview. Here are some that we've seen:

  1. Explain the difference between save and save! in Rails.
  2. What is a yield in Ruby? What is it useful for? Give an example of where would you put it?
  3. In HTML, what are the primary uses and differences between <div> and <span>?
  4. Name as many Ruby enumerables as you can and give a brief example of what’s unique about each.
  5. Explain the box model of CSS.
  6. Where and why should you use a class in HTML? What about an id? What’s the difference between those two? Why would you use one over the other?
  7. Explain what happens when you type a URL into your browser and hit enter (aka the request/response loop).