Practice Free 350-901 Exam Online Questions
Refer to the exhibit.
An interface named “GigabitEthernet2” has been configured on a Cisco IOS XE device.
Using RESTCONF APIs as defined by the [email protected] model, which two combinations of “rest_operation” and “payload” must be added to the Python script to set the “description” to “Configured by RESTCONF”? (Choose two.)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
- E . Option E
Which data encoding format uses gRPC by default for serializing structured sets of information?
- A . JSON
- B . YAML
- C . Protobuf
- D . XML
C
Explanation:
The data encoding format used by gRPC by default is Protobuf.
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to create a Webex space Not all options are used.

Which two encryption principles should be applied to secure APIs? (Choose two.)
- A . Use temporary files as part of the encryption and decryption process
- B . Transmit authorization information by using digitally signed payloads
- C . Use encrypted connections to protect data n transit
- D . Reuse source code that contain existing UUIDs
- E . Embed keys in code to simplify the decryption process
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 YAML 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 for automation tooling is needed for this solution?
- A . Ansible
- B . Ansible and Terraform
- C . NSO
- D . Terraform
- E . Ansible and NSO
C
Explanation:
https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2020/pdf/DEVLIT-4019.pdf
How is an OAulh2 three-legged authentication flow initiated?
- A . The user makes a roquost to the OAuth client
- B . Exchange the key f<x an access token
- C . Construct an API call to retrieve the credentials.
- D . Get the authorization code.
User report that they can no longer process transactions with the online ordering application, and the logging dashboard is displaying these messages.
Fri Jan 10 19:37:31.123 EST 2020 [FRONTEND] INFO: 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.
- B . The backend process is overwhelmed with too many transactions.
- C . The backend is not authorized to commit to the database.
- D . The user is not authorized to add the item to their cart.
Which function does Fluentd fulfill for application logging in Kubernetes?
- A . logging agent for distribution
- B . backend time series database storage
- C . monitoring and log visualization
- D . messaging queueig infrastructure
Refer to the exhibit.
An engineer creates an application that leverages the Ansible framework to provision CPE endpoints that have configuration changes.
The application contains an Ansible playbook named provision_cpes.yml that uses the ansible.builtin.script Ansible module to execute these two Python scripts:
• gather and_create.py. which creates a JSON file named bios.json that contains the CPE models and their respective IOS file information
• load and parse.py. which loads the file data and parses it for later consumption
After several successful runs, the application fails. During a review of the Ansible execution logs, the engineer discovers an error output that indicates that one of the stages failed.
What is the cause of this issue?
- A . ansible builtm script Ansible module
- B . gather and create.py Python script
- C . load_and_parse.py Python script
- D . provision cpes.yml Ansibte playbook
Refer to the exhibit.
Which configuration of method and parameter retrieves the health of a laptop connected to the network from Cisco DNA Center?
- A . PUT; network-health;
- B . GET; client-health;
- C . GET; network-device;
- D . POST; network-device;
B
Explanation:
Get Overall Client Health
GET
/dna/intent/api/v1/client-health
Returns Overall Client Health information by Client type (Wired and Wireless) for any given point of time
https://developer.cisco.com/docs/dna-center/api/1-3-3-x/#!intent-api-v1-3-3-x