00:00

QUESTION 51

- (Exam Topic 1)
A REST API service requires authentication based on the username and password. The user “john” has the password “384279060” and the Base64 encoding of those credentials is “am9objowMTIzNDU2Nzg=”. Which method completes an authentication request?

Correct Answer: D

QUESTION 52

- (Exam Topic 2)
Refer to the exhibit.
200-901 dumps exhibit
A developer wants to create a room named cisco through Webex API. The developer prepares the request by putting an API token inside the authorization header; however, the given HTTP call returns error code 400. How must the call parameters be changed to ensure a valid response?

Correct Answer: A

QUESTION 53

- (Exam Topic 1)
Refer to the exhibit.
200-901 dumps exhibit
Which python data structure does my_json contain?

Correct Answer: D
Reference:
https://stackoverflow.com/questions/34764979/loading-python-string-with-u-as-json?noredirect=1&lq=1

QUESTION 54

- (Exam Topic 2)
A developer created a new secure API and is testing the functionality locally. The API was added to a container for further testing, and other team members and applications need to connect to the API. Which command exposes the API in the container as port 8443 and allows connections external to the host?

Correct Answer: C

QUESTION 55

- (Exam Topic 2)
A developer is trying to retrieve data over a REST API. The API server responds with an HTTP client error response code. After investigating the response the developer realizes the realizes the response has a
Retry-After header. What is the root cause of this error?

Correct Answer: B