Practice Free 350-901 Exam Online Questions
DRAG DROP
Drag and drop the deployment CLI commands from left into the order on the right to host an application on a Cisco Catalyst 9000 Series Switch.


Refer to the exhibit.

When the JavaScript code runs to retrieve the email addresses of users in a Cisco Webex room, a 401 error is returned.
Which code snippet must be placed in the blank in the code to handle the error?
A)
![]()
B)
![]()
C)
![]()
D)
![]()
- A . Option A
- B . Option B
- C . Option C
- D . Option D
A web application has these requirements for HTTP cache control:
• The client browser must be prevented from storing responses that contain sensitive information.
• Assets must be downloaded from the remote server every time.
Which header must the engineer use?
- A . no-store
- B . must-revalidate
- C . public
- D . private
Which HTTP status code indicates that a client application is experiencing intentional rate limiting by the server?
- A . 202
- B . 401
- C . 429
- D . 503
A web application is susceptible to cross-site scripting.
Which two methods allow this issue to be mitigated? (Choose two.)
- A . Use only drop downs.
- B . Limit user input to acceptable characters.
- C . Encrypt user input on the client side.
- D . Use AES encryption to secure the script.
- E . Remove all HTML/XML tags from user input.
Refer to the exhibit.

Which cURL request is included in the presented XML as the body of the response?
A)

B)

C)

D)

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

The web application must communicate with end users through encrypted connections.
Which code snippet must be placed in the blank in the code to configure the SSL certificate for the web server?
- A . AuthUserFile – "/usr/local/apache2/conf/ssl/ca_bundle.crt"
- B . SSLProxyCACertificatePath – "/usr/local/apache2/conf/ssl/ca_bundle.crt"
- C . SSLCertiflcateChainFile – "/usr/local/apache2/conf/ssl/ca_bundle.crt"
- D . SSLCipherSuite – "/usr/local/apache2/conf/ssl/ca_bundle.crt"
What are two features of On-Box Python for hosting an application on a network device? (Choose two.)
- A . It has direct access to Cisco IOS XE CLI commands.
- B . It is a Python interpreter installed inside the guest shell.
- C . It enables execution of XML scripts on a Cisco IOS XE router or switch.
- D . It supports Qt for graphical interfaces and dashboards.
- E . It has access to Cisco IOS XE web UI through a controller.
A heterogeneous network of vendors and device types needs automating for better efficiency and to enable future automated testing. The network consists of switches, routers, firewalls, and load balancers from different vendors; however, they all support the NETCONF/RESTCONF configuration standards and the YANG models with every feature the business requires. The business is looking for a buy versus build solution because they cannot dedicate engineering resources, and they need configuration diff and rollback functionality from day 1.
Which configuration management or automation tooling is needed for this solution?
- A . PyATS
- B . AppDynamics
- C . NSO
- D . Puppet
Refer to the exhibit.

An Intersight API is being used to query RackUnit resources that have a tag keyword set to `Site`.
What is the expected output of this command?
- A . list of all resources that have a tag with the keyword “Site”
- B . error message because the Value field was not specified
- C . error message because the tag filter should be lowercase
- D . list of all sites that contain RackUnit tagged compute resources
