Cisco 350-901 Practice Test - Questions Answers, Page 15
List of questions
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?
git checkout -b RELEASE BUGFIX
git checkout -t BUGF1X RELEASE
git checkout -b BUG FIX RELEASE
git checkout -t RELEASE BUGFIX
What is a benefit of continuous testing?
decreases the frequency of code check-ins
removes the requirement for test environments
enables parallel testing
increases the number of bugs found in production
In the three-legged OAuth2 authorization workflow, which entity grants access to a protected resource?
resource server
resource owner
client
authorization server
Refer to the exhibit.
What is the missing step in deploying a Docker container to lOx?
Pull/push the image to the Docker registry,
Build the package.yaml file.
Build the package.cert file to sign the app ,
Log in to Device Manager.
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?
three dusters; scratch
three clusters: development
two dusters; development
two clusters: scratch
Which tool is used to deploy an IOx application to a group of lOx devices at one time?
ioxclient
lOx local manager
Fog Network Director
Kubernetes
Which two design considerations should be considered when building a Cisco Meraki dashboard out of available APIs? (Choose two,)
API call volume is rate-limited to five calls per second per organization.
The API version does not need to be specified in the URL.
Access to the API must first be enabled by using the settings for an organization.
The API requests require the key and the user credentials.
If the API key is shared, it cannot be regenerated
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?
http://localhost:4000
http ://localhost:80
http ://127.0.0.1:80
http:///4000:80
Refer to the exhibit.
Which code snippet completes this code to handle API rate-limit?
response.status_code !*= 408
response.status != 408
response.status_code 1= 429
response.status_code == 429
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?
The database server container has crashed.
The backend process is overwhelmed with too many transactions.
The backend is not authorized to commit to the database.
The user is not authorized to add the item to their cart.
Question