QuestionQ317
Infrastructure and Automation
Refer to the exhibit. A Python API server has been deployed. Metrics and logs show increased load. Which two approaches must be used to optimize API usage on the server?
Choose two
- A Include the Content-Type header in the API response.
- B Leverage middleware caching and respond with HTTP code 204 in the API response.
- C Include the ETag header in the API response.
- D Include the Last-Modified header in the API response.
- E Change the query to be more efficient.
Community Discussion