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?
- `encrypt_data`
- `clear_cache`
- `notify_admin_users`
- 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`