Question: In the model `User` you have the code shown below. When saving the model and `model.is_admin` is set to true, which callback will be called?

  1. `encrypt_data`
  2. `clear_cache`
  3. `notify_admin_users`
  4. None of these callbacks will be called when `is_admin` is true.

Answer: The correct answer of the above question is Option A:`encrypt_data`