Practice Free 350-901 Exam Online Questions
Refer to the exhibit.

A network engineer creates a Python script to retrieve the Cisco Meraki organizations that are associated with their API key. The script fails occasionally, but the engineer cannot determine the cause of the problem.
Which code snippet must be placed in the blank in the code to implement error handling?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit.

Which action resolves the error for the GitLab CI/CD pipeline execution?
- A . Install the missing python libraries via pip3.
- B . Download the correct artifacts by specifying them in GitLab.
- C . Use the python.3.9. 0a4-alpine3.10 Docker image.
- D . Add the absolute path to the python3 executable.
DRAG DROP
Drag and drop the code snippets from the bottom onto the blanks in the code to disable X11Forwarding on the SSH service of a CentOS server. Not all options are used.


Refer to the exhibit.

The command docker build –tag=friendlyhello . is run to build a docker image from the given Dockerfile, reguirements.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://127.0.0.1:80
- B . http://4000:80
- C . http://localhost:4000
- D . http://localhost:80
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing on the Ansible task to enable a VLAN on a Meraki MX device. Not all options are used.


Refer to the exhibit.

The Dockerfile is placed in the current working directory.
Which command builds an image named application: 1.0.0 that contains application-1.0.0.jar and also includes any updates to the parent image?
- A . docker build –put=VERSION="1.0.0" –tag application:1.0.0
- B . docker build –build-arg VERSION="1.0.0" –tag application:1.0.0
- C . docker build –pull –build-arg VERSION="1.0.0" –tag application:1.0.0
- D . docker build –file=application-1.0.0.jar –tag application:1.0.0
Which two situations are flagged by software tools designed for dependency checking in continuous integration environments, such as OWASP? (Choose two.)
- A . publicly disclosed vulnerabilities related to the included dependencies
- B . mismatches in coding styles and conventions in the included dependencies
- C . incompatible licenses in the included dependencies
- D . test case failures introduced by bugs in the included dependencies
- E . buffer overflows to occur as the result of a combination of the included dependencies
A retail company has developed a new record-keeping application for employees to track customer orders. The application must be deployed on the company’s existing infrastructure. The host servers are in a data center situated in a different country than where the majority of users work.
The configuration for the database server is:
IP: 10.10.24.18
Subnet Mask: 255.255.255.0
Hostname: ord123456789-Live-001
MAC: 18-34-E8-6F-C7-35
The new application will have a high volume of concurrent users, and performance is a priority.
What must be considered by the team regarding the impact on application performance due to the planned deployment?
- A . connectivity loss
- B . jitter
- C . latency
- D . decreased bandwidth
Refer to the exhibit.

A devops engineer activates an intent-based policy in the Cisco DNA Center using the asynchronous API, which returns an HTTP 202 status code.
How does the engineer validate that the policy has eventually succeeded or failed?
- A . Query the Cisco DNA Center using a REST GET API with the returned URL.
- B . Query the Cisco DNA Center using a REST GET API with the returned taskId.
- C . Send a REST POST API to the Cisco DNA Center with the returned URL.
- D . Send a REST GET API to the Cisco DNA Center with the returned taskId.
A team of engineers must manage and configure an infrastructure programmatically. The team must be able to bootstrap and configure new servers and switches remotely without using an agent.
Which configuration management tool meets the requirements?
- A . Chef
- B . Jenkins
- C . Puppet
- D . Terraform
