ExamGecko
Home / Cisco / 350-901 / List of questions
Ask Question

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

List of questions

Question 91

Report Export Collapse

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.

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

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

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.

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.

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

Suggested answer: D
asked 10/10/2024
Arlind Tereziu
46 questions

Question 92

Report Export Collapse

Refer to the exhibit.

Cisco 350-901 image Question 92 118404 10102024233131000000

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 is marked as "Conflicted"

The article headline is "Monday Headlines"

The article headline is "Monday Headlines"

The article headline is "Today Headlines"

The article headline is "Today Headlines"

The article headline is "Top Headlines"

The article headline is "Top Headlines"

Suggested answer: D
asked 10/10/2024
Ziyad Karadsheh
35 questions

Question 93

Report Export Collapse

Refer to the exhibit.

Cisco 350-901 image Question 93 118405 10102024233131000000

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?


Cisco 350-901 image Question 93 Answer 1 118405 10102024233131000000


Cisco 350-901 image Question 93 Answer 1 118405 10102024233131000000


Cisco 350-901 image Question 93 Answer 2 118405 10102024233131000000


Cisco 350-901 image Question 93 Answer 2 118405 10102024233131000000


Cisco 350-901 image Question 93 Answer 3 118405 10102024233131000000


Cisco 350-901 image Question 93 Answer 3 118405 10102024233131000000


Cisco 350-901 image Question 93 Answer 4 118405 10102024233131000000


Cisco 350-901 image Question 93 Answer 4 118405 10102024233131000000

Suggested answer: D
asked 10/10/2024
Tiago Martins
38 questions

Question 94

Report Export Collapse

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

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

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

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

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

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

Suggested answer: A, C
asked 10/10/2024
Melih Sivrikaya
40 questions

Question 95

Report Export Collapse

Refer to the exhibit.

Cisco 350-901 image Question 95 118407 10102024233131000000

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?

Cisco 350-901 image Question 95 118407 10102024233131000000

Option A

Option A

Option B

Option B

Option C

Option C

Option D

Option D

Suggested answer: D
asked 10/10/2024
Amit Sharma
30 questions

Question 96

Report Export Collapse

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


Cisco 350-901 image Question 96 Answer 1 118408 10102024233131000000


Cisco 350-901 image Question 96 Answer 1 118408 10102024233131000000


Cisco 350-901 image Question 96 Answer 2 118408 10102024233131000000


Cisco 350-901 image Question 96 Answer 2 118408 10102024233131000000


Cisco 350-901 image Question 96 Answer 3 118408 10102024233131000000


Cisco 350-901 image Question 96 Answer 3 118408 10102024233131000000


Cisco 350-901 image Question 96 Answer 4 118408 10102024233131000000


Cisco 350-901 image Question 96 Answer 4 118408 10102024233131000000

Suggested answer: B
asked 10/10/2024
Anouar Ettahery
38 questions

Question 97

Report Export Collapse

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.

Cisco 350-901 image Question 97 118409 10102024233131000000

Suggested answer: A
Explanation:

Answer: A

Explanation:

Cisco 350-901 image Question 97 explanation 118409 10102024233131000000

1. 371767916

2. 'PUT'

3. payload

asked 10/10/2024
Tomasz Woloszczak
46 questions

Question 98

Report Export Collapse

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

initial-template

initial-template

updating-template

updating-template

abstract-template

abstract-template

attached-template

attached-template

base-template

base-template

Suggested answer: A, B
asked 10/10/2024
Krishna chaithanya
42 questions

Question 99

Report Export Collapse

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 correct port is exposed in the Dockerfile

that the necessary modules and packages are installed on build

that the necessary modules and packages are installed on build

that the script is running from the right directory

that the script is running from the right directory

that the Python version of the container image is correct

that the Python version of the container image is correct

Suggested answer: A
asked 10/10/2024
Ann Nacua
53 questions

Question 100

Report Export Collapse

Click on the GET Resource button above to view resources that will help with this question.

Cisco 350-901 image Question 100 118412 10102024233131000000

Cisco 350-901 image Question 100 118412 10102024233131000000

Cisco 350-901 image Question 100 118412 10102024233131000000

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=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=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 lt 5000

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

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

Suggested answer: D
Explanation:
asked 10/10/2024
Arjen Vleugel
48 questions
Total 364 questions
Go to page: of 37
Search

Related questions