List of questions
Related questions
Question 299 - 350-901 discussion
Refer to the exhibit.
A network engineer must integrate error handling tor time-outs on network devices using the REST interface. Which line of code needs to be placed on the snippet where the code is missing to accomplish this task?
A.
elif resp.status_code == 429 or serf._retries < selff._MAX_RETRIES:
B.
elif resp.status_code == 404 or self, retries < self._MAX_RETRIES:
C.
elif resp.status_code == 429 and self .retries < self._MAX_RETRIES:
D.
elif resp.status_code == 404 and self._relries < self._MAX_RETRIES:
Your answer:
0 comments
Sorted by
Leave a comment first