QuestionQ456
Application Deployment and SecurityA developer designs and builds an API that interacts with a large database hosted in the public cloud. The developer is concerned about database performance because production and non-production systems share the database. Which approach protects the database from excessive load?
- A Ensure that only valid users can access the API.
- B Host the API on a public cloud platform to take advantage of auto-scaling.
- C Rate limit requests to the API.
- D Take the API offline if database utilization exceeds a predefined threshold.
Community Discussion