Cisco 350-901 Practice Test - Questions Answers, Page 10
List of questions
Related questions
A client is written that uses a REST API to interact with a server. Using HTTPS as the transport, anHTTP request is sent and received an HTTP response. The response contains the HTTP responsestatus code: 503 Service Unavailable.
Which action is the appropriate response?
Add an Authorization header that supplies appropriate credentials and sends the updated request.
Resend the request using HTTP as the transport instead of HTTPS.
Add an Accept header that indicates the content types that the client understands and send the updated request.
Look for a Retry-After header in the response and resend the request after the amount of time indicated.
Refer to the exhibit.
Two editors are concurrently updating an article's headline from their mobile devices. What results from this scenario based on this REST API sequence?
The article is marked as "Conflicted"
The article headline is "Monday Headlines"
The article headline is "Today Headlines"
The article headline is "Top Headlines"
Refer to the exhibit.
This snippet of a script has recently started exiting abnormally with an exception stating "Unexpected HTTP Response code: 429".
Which solution handles rate limiting by the remote API?
An application uses OAuth to get access to several API resources on behalf of an end user. What are two valid parameters to send to the authorization server as part of the first step of an authorization code grant flow? (Choose two.)
URI to which the authorization server will send the user-agent back when access is granted or denied
list of the API resources that the application is requesting to access
secret that was generated by the authorization server when the application registered as an OAuth integration
list of scopes that correspond to the API resources to which the application is requesting to access
name of the application under which the application registered as an OAuth integration
Refer to the exhibit.
Which set of API requests must be executed by a Webex Teams bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room?
Option A
Option B
Option C
Option D
Which snippet presents the correct API call to configure, secure, and enable an SSID using the Meraki API?
FILL BLANK
Fill in the blanks to complete the Python script to enable the SSID with a name of "371767916" in the network resource "11111111" using the Meraki Dashboard API.
The UCS Python SDK includes modules for Service Profile template creation. Which two UCS Service Profile template types are supported? (Choose two.)
initial-template
updating-template
abstract-template
attached-template
base-template
A container running a Python script is failing when it reaches the integration testing phase of the CI/CD process. The code has been reviewed thoroughly and the build process works on this container and all other containers pass unit and integration testing.
What should be verified to resolve the issue?
that the correct port is exposed in the Dockerfile
that the necessary modules and packages are installed on build
that the script is running from the right directory
that the Python version of the container image is correct
Click on the GET Resource button above to view resources that will help with this question.
An engineer is managing a DC with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB.
Which REST API call accomplishes this task?
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory le 5000
Question