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

Which URL retrieves the errors in the GigabitEthernet1 interface?
A)
![]()
B)
![]()
C)
![]()
D)
![]()
- A . Option A
- B . Option B
- C . Option C
- D . Option D
A company must adopt a configuration management solution for its multi-cloud microservices architecture.
The solution has these requirements:
• Hybrid cloud deployment
• Automated compliance and security configurations
• Dynamic infrastructure scaling
• Zero-downtime updates
• Immutable infrastructure principles
• Advanced configuration monitoring
Which configuration management solution should be implemented?
- A . Chef-based configuration management
- B . Ansible playbooks with dynamic inventory
- C . custom Python infrastructure scripts
- D . Terraform with multi-cloud state management
Refer to the exhibit.

A network engineer created a simple Python Flask application but must incorporate a CSRF token.
Which code snippet must be added in the blank in the script to manually incorporate the token?
- A . _csrf_token" value="{{ csrf_token() }}
- B . _access_token" value="{{ csrf_token }}
- C . _csrf_token" value="{{ csrf_grant() }}
- D . _xss_token" value="{{ csrf_token }}
Which data encoding format uses gRPC by default for serializing structured sets of information?
- A . XML
- B . JSON
- C . YAML
- D . Protobuf
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;
An engineer needs to automate the configuration on a Cisco NX-OS switch.
The solution must meet these requirements:
• Ansible is used.
• The transport protocol is encrypted.
• Support for Asynchronous requests.
Which two access mechanisms must be used? (Cho ose two.)
- A . JSON-RPC
- B . NX-API
- C . HTTPS
- D . SNMP Version 2c
- E . NETCONF
Refer to the exhibit.

A network engineer developed an Ansible playbook and committed it to GitLab. A GitLab CI pipeline is started but immediately fails.
What is the issue?
- A . The runner is running the wrong Docker version.
- B . The Ansible playbook has an undefined variable.
- C . The runner task uses an incorrect parameter.
- D . The Ansible playbook task has a formatting issue.
Refer to the exhibit.

An engineer needs to configure an interface named GigabitEthernet3 with an IP address on several RESTCONF-enabled Cisco IOS XE devices.
Which code snippet must be placed in the blank in the code to meet this requirement?
- A . {item["name"]}’
- B . {item["name"]}/ip/address/primary’
- C . {item["name"]}/ip/address
- D . {item["name"]} /ip
An application is hosted on Google Kubernetes Engine. A new JavaScript module is created to work with the existing application.
Which task is mandatory to make the code ready to deploy?
- A . Create a Dockerfile for the code base.
- B . Rewrite the code in Python.
- C . Build a wrapper for the code to “containerize” it.
- D . Rebase the code from the upstream git repo.
The Meraki API url https://api.meraki.com/api/v0/networks/123456789/ssids/2 has been stored in the environment variable meraki_url, and the API key has been stored in meraki_api_key.
Which snippet presents the correct API call to configure, secure, and enable an SSID using the Meraki API?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
