Question: Which URL pattern is recommended when working with one resource and a collection of resources?

  1. `/companies/{id} and/company`
  2. `/company/{id} and/companies`
  3. `/companies/{id} and/companies`
  4. `/company/{id} and/company`

Answer: The correct answer of the above question is Option C:`/companies/{id} and/companies`