ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 257 - 350-901 discussion

Report
Export

Refer to the exhibit.

Which line of code needs to be placed on the snippet where the code is missing to provide APl ratelimiting to the requests?

A.

int(self.response.headers.post('Retry-After'))

Answers
A.

int(self.response.headers.post('Retry-After'))

B.

int(response.headers.get('Retry-After'))

Answers
B.

int(response.headers.get('Retry-After'))

C.

int(self.response.headers.get(Retry-After'))

Answers
C.

int(self.response.headers.get(Retry-After'))

D.

int(response.headers.post('Retry-After'))

Answers
D.

int(response.headers.post('Retry-After'))

Suggested answer: C
asked 10/10/2024
Bruno Colussi
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first