ExamGecko
Home Home / Cisco / 350-901

Cisco 350-901 Practice Test - Questions Answers, Page 10

Question list
Search
Search

List of questions

Search

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?

A.

Add an Authorization header that supplies appropriate credentials and sends the updated request.

A.

Add an Authorization header that supplies appropriate credentials and sends the updated request.

Answers
B.

Resend the request using HTTP as the transport instead of HTTPS.

B.

Resend the request using HTTP as the transport instead of HTTPS.

Answers
C.

Add an Accept header that indicates the content types that the client understands and send the updated request.

C.

Add an Accept header that indicates the content types that the client understands and send the updated request.

Answers
D.

Look for a Retry-After header in the response and resend the request after the amount of time indicated.

D.

Look for a Retry-After header in the response and resend the request after the amount of time indicated.

Answers
Suggested answer: D

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?

A.

The article is marked as "Conflicted"

A.

The article is marked as "Conflicted"

Answers
B.

The article headline is "Monday Headlines"

B.

The article headline is "Monday Headlines"

Answers
C.

The article headline is "Today Headlines"

C.

The article headline is "Today Headlines"

Answers
D.

The article headline is "Top Headlines"

D.

The article headline is "Top Headlines"

Answers
Suggested answer: D

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?

A.


A.


Answers
B.


B.


Answers
C.


C.


Answers
D.


D.


Answers
Suggested answer: D

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.)

A.

URI to which the authorization server will send the user-agent back when access is granted or denied

A.

URI to which the authorization server will send the user-agent back when access is granted or denied

Answers
B.

list of the API resources that the application is requesting to access

B.

list of the API resources that the application is requesting to access

Answers
C.

secret that was generated by the authorization server when the application registered as an OAuth integration

C.

secret that was generated by the authorization server when the application registered as an OAuth integration

Answers
D.

list of scopes that correspond to the API resources to which the application is requesting to access

D.

list of scopes that correspond to the API resources to which the application is requesting to access

Answers
E.

name of the application under which the application registered as an OAuth integration

E.

name of the application under which the application registered as an OAuth integration

Answers
Suggested answer: A, C

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?

A.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: D

Which snippet presents the correct API call to configure, secure, and enable an SSID using the Meraki API?

A.


A.


Answers
B.


B.


Answers
C.


C.


Answers
D.


D.


Answers
Suggested answer: B

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.

A.
A.
Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

1. 371767916

2. 'PUT'

3. payload

The UCS Python SDK includes modules for Service Profile template creation. Which two UCS Service Profile template types are supported? (Choose two.)

A.

initial-template

A.

initial-template

Answers
B.

updating-template

B.

updating-template

Answers
C.

abstract-template

C.

abstract-template

Answers
D.

attached-template

D.

attached-template

Answers
E.

base-template

E.

base-template

Answers
Suggested answer: A, B

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?

A.

that the correct port is exposed in the Dockerfile

A.

that the correct port is exposed in the Dockerfile

Answers
B.

that the necessary modules and packages are installed on build

B.

that the necessary modules and packages are installed on build

Answers
C.

that the script is running from the right directory

C.

that the script is running from the right directory

Answers
D.

that the Python version of the container image is correct

D.

that the Python version of the container image is correct

Answers
Suggested answer: A

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?

A.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000

A.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000

Answers
B.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000

B.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000

Answers
C.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000

C.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000

Answers
D.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory le 5000

D.

GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory le 5000

Answers
Suggested answer: D

Explanation:

Total 364 questions
Go to page: of 37