ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 221 - 350-901 discussion

Report
Export

An architect must optimize traffic that targets a popular API endpoint Currently, the application downloads a large file hourly, but often the file is unchanged and the download causes unnecessary load and delays Which cURL command must be used to determine the last modified date of the file and to optimize the API usage?

A.

curl GET request

Answers
A.

curl GET request

B.

curl HEAD request

Answers
B.

curl HEAD request

C.

curl --silent request

Answers
C.

curl --silent request

D.

curl -H 'Cache-Control: no-cache' request

Answers
D.

curl -H 'Cache-Control: no-cache' request

Suggested answer: B
asked 10/10/2024
Jennifer Leon
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first