Q1. Which of the following is a key security consideration when deploying serverless functions in the cloud?
- A.No logging
- B.Least privilege permissions✓ Correct
- C.Hardcoded API keys
- D.Disabling encryption
Explanation: Serverless functions should follow the principle of least privilege to minimize attack surfaces. Learn more.