ExamGecko
Home Home / Cisco / 350-901

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

Question list
Search
Search

Related questions











A developer plans to create a new bugfix branch to fix a bug that was found on the release branch.

Which command completes the task?

A.

git checkout -b RELEASE BUGFIX

A.

git checkout -b RELEASE BUGFIX

Answers
B.

git checkout -t BUGF1X RELEASE

B.

git checkout -t BUGF1X RELEASE

Answers
C.

git checkout -b BUG FIX RELEASE

C.

git checkout -b BUG FIX RELEASE

Answers
D.

git checkout -t RELEASE BUGFIX

D.

git checkout -t RELEASE BUGFIX

Answers
Suggested answer: C

What is a benefit of continuous testing?

A.

decreases the frequency of code check-ins

A.

decreases the frequency of code check-ins

Answers
B.

removes the requirement for test environments

B.

removes the requirement for test environments

Answers
C.

enables parallel testing

C.

enables parallel testing

Answers
D.

increases the number of bugs found in production

D.

increases the number of bugs found in production

Answers
Suggested answer: C

In the three-legged OAuth2 authorization workflow, which entity grants access to a protected resource?

A.

resource server

A.

resource server

Answers
B.

resource owner

B.

resource owner

Answers
C.

client

C.

client

Answers
D.

authorization server

D.

authorization server

Answers
Suggested answer: A

Refer to the exhibit.

What is the missing step in deploying a Docker container to lOx?

A.

Pull/push the image to the Docker registry,

A.

Pull/push the image to the Docker registry,

Answers
B.

Build the package.yaml file.

B.

Build the package.yaml file.

Answers
C.

Build the package.cert file to sign the app ,

C.

Build the package.cert file to sign the app ,

Answers
D.

Log in to Device Manager.

D.

Log in to Device Manager.

Answers
Suggested answer: B

Explanation:

Reference : https://www.cisco.com/c/en/us/support/docs/routers/1101-industrial-integratedservices-router/214383-build-and-deploy-a-docker-iox-package-fo.html

https://www.ciscolive.com/c/dam/r/ciscolive/apjc/docs/2017/pdf/DEVNET-2039.pdf

https://www.cisco.com/c/en/us/support/docs/cloud-systems-management/iox/211534-Configure-a-Small-Alpine-Linux-Docker-Im.html

Refer to the exhibit.

A kubeconfig file to manage access to Kubernetes clusters is shown. How many Kubernetes clusters are defined in the file, and which cluster FS accessed using username/password authentication rather than using a certificate?

A.

three dusters; scratch

A.

three dusters; scratch

Answers
B.

three clusters: development

B.

three clusters: development

Answers
C.

two dusters; development

C.

two dusters; development

Answers
D.

two clusters: scratch

D.

two clusters: scratch

Answers
Suggested answer: D

Which tool is used to deploy an IOx application to a group of lOx devices at one time?

A.

ioxclient

A.

ioxclient

Answers
B.

lOx local manager

B.

lOx local manager

Answers
C.

Fog Network Director

C.

Fog Network Director

Answers
D.

Kubernetes

D.

Kubernetes

Answers
Suggested answer: C

Which two design considerations should be considered when building a Cisco Meraki dashboard out of available APIs? (Choose two,)

A.

API call volume is rate-limited to five calls per second per organization.

A.

API call volume is rate-limited to five calls per second per organization.

Answers
B.

The API version does not need to be specified in the URL.

B.

The API version does not need to be specified in the URL.

Answers
C.

Access to the API must first be enabled by using the settings for an organization.

C.

Access to the API must first be enabled by using the settings for an organization.

Answers
D.

The API requests require the key and the user credentials.

D.

The API requests require the key and the user credentials.

Answers
E.

If the API key is shared, it cannot be regenerated

E.

If the API key is shared, it cannot be regenerated

Answers
Suggested answer: C, D

Explanation:

https://documentation.meraki.com/General_Administration/Other_Topics/Cisco_Meraki_Dashboar d_API#Enable_API_Access

Refer to the exhibit , The command docker build -tag=friendlyhello . is run to build a docker image from the given Dockerfile, requirements,txt, and app.py, Then the command docker run -p 4000:80 friendlyhello is executed to run the application. Which URL is entered in the web browser to see the content served by the application?

A.

http://localhost:4000

A.

http://localhost:4000

Answers
B.

http ://localhost:80

B.

http ://localhost:80

Answers
C.

http ://127.0.0.1:80

C.

http ://127.0.0.1:80

Answers
D.

http:///4000:80

D.

http:///4000:80

Answers
Suggested answer: D

Refer to the exhibit.

Which code snippet completes this code to handle API rate-limit?

A.

response.status_code !*= 408

A.

response.status_code !*= 408

Answers
B.

response.status != 408

B.

response.status != 408

Answers
C.

response.status_code 1= 429

C.

response.status_code 1= 429

Answers
D.

response.status_code == 429

D.

response.status_code == 429

Answers
Suggested answer: C

Users report that they are no longer able to process transactions with the online ordering application, and the logging dashboard is displaying these messages:

Fri Jan 10 19:37:31.123 ESI 2020 [FRONTEND] [NFO: Incoming request to add item to cart from user 45834534858 Fri Jan 10 19:37:31.247 EST 2020 [BACKEND] INFO: Attempting to add item to cart Fri Jan 10 19:37:31.250 EST 2020

[BACKEND] ERROR: Failed to add item: MYSQLDB ERROR:

Connection refused

What is causing the problem seen in these log messages?

A.

The database server container has crashed.

A.

The database server container has crashed.

Answers
B.

The backend process is overwhelmed with too many transactions.

B.

The backend process is overwhelmed with too many transactions.

Answers
C.

The backend is not authorized to commit to the database.

C.

The backend is not authorized to commit to the database.

Answers
D.

The user is not authorized to add the item to their cart.

D.

The user is not authorized to add the item to their cart.

Answers
Suggested answer: A
Total 364 questions
Go to page: of 37