ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 346 - 350-901 discussion

Report
Export

Refer to the exhibit.

Refer to the exhibit. A Python API server has been deployed. Based on metrics and logs, increased load has been noticed. Which two approaches must be taken to optimize API usage on the server?

(Choose two.)

A.

Include the ETag header in the API response

Answers
A.

Include the ETag header in the API response

B.

Include the Last-Modified header in the API response.

Answers
B.

Include the Last-Modified header in the API response.

C.

Change the query to be more efficient.

Answers
C.

Change the query to be more efficient.

D.

Include the Content-Type header in the API response.

Answers
D.

Include the Content-Type header in the API response.

E.

Leverage middleware caching and respond with HTTP code 204 in the API response.

Answers
E.

Leverage middleware caching and respond with HTTP code 204 in the API response.

Suggested answer: A, E
asked 10/10/2024
Andre Passos
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first