ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 177 - 350-901 discussion

Report
Export

A developer is building an application to access a website. When running the application, an HTTP403 errorcode has been received. How should the application be modified to handle this code?

A.

Create a loop on cancel the operation and run a new one after the code is received.

Answers
A.

Create a loop on cancel the operation and run a new one after the code is received.

B.

Use exponential backoff when retrying distributed services and other remote endpoints.

Answers
B.

Use exponential backoff when retrying distributed services and other remote endpoints.

C.

Build a try/except around the urlopen to find errors occurring in the request.

Answers
C.

Build a try/except around the urlopen to find errors occurring in the request.

D.

Redirect the request to an internal web server and make a new request from the internal resource.

Answers
D.

Redirect the request to an internal web server and make a new request from the internal resource.

Suggested answer: B
asked 10/10/2024
Alberto Paniagua
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first