Q1. Which of the following is MOST important when securing API gateways?
- A.Disabling rate limiting
- B.JWT validation and strict authentication✓ Correct
- C.Hardcoded API keys
- D.No logging
Explanation: API gateways must validate tokens and enforce access controls. Learn more.