Cisco 200-901 Practice Test - Questions Answers, Page 23
List of questions
Related questions
An engineer must configure Cisco Nexus devices and wants to automate this workflow. The engineer enables the Cisco NXOS REST API to configure the devices by using an Ansible playbook.
Before running the code, which resource must be used to verify that the code works correctly?
Cisco NX-OS SDK
Cisco Learning Labs
Cisco Code Exchange
Cisco Modeling Labs
A new application is being developed with specific platform requirements. The platform and application deployment and the ongoing platform management must be fully automated. The application includes a large database component that has significant disk I/O requirements. Which application deployment type meets the requirements?
Python virtual environment
virtual machine
bare metal
container
Refer to the exhibit.
A developer must check packages on web load balancers that use nginx packages. The developer updates the servers as required in Ansible inventory and prepares an Ansible playbook to automate this workflow on related servers. Which process is being automated by the Ansible playbook?
verifying that nginx is installed only if apache2 is unavailable on the system, and then updating all the other packages
verifying, without installing, that apache2 is unavailable and that nginx is installed, and then updating the repository to the latest version
uninstalling the apache2 server, installing the nginx server, and then updating all the packages to the latest version
installing nginx, uninstalling apache2, and then verifying that the package repository is at the latest version
Refer to the exhibit.
An engineer must check the admin rights of users on a database regularly and prepares the Python script to automate the process. The script connects to the database and runs a query. What is a security issue about the secrets in the code that relates to secret protection?
They must be stored in configuration files if there is a possibility of leakage.
They must be Base64-encoded if stored in the user database.
They must be encrypted if stored in the user database.
They must be stored in configuration files if no authentication will be used.
Refer to the exhibit.
A network engineer must collect information from the network using Cisco DNA Center APIs. The script must query for the devices with 'platformId' 'C9540-x' and then send commands to be executed. Which process is automated by the Python script?
results gathering of the show version and show ip int brief commands
output of show ip int brief command on devices of type C9500-40X
execution information of the show version and show ip int brief commands
list of executed commands on C9500-40X and the information of show ip int brief command
Refer to the exhibit.
Which two files are being edited in the unified diff? (Choose two.)
README.md
setup.py
axl.py
ciscoaxl.py
index.py
Refer to the exhibit.
What do all the calls shown in the sequence diagram have in common?
All
All the calls are optional. the calls are asynchronous.
All the calls are synchronous.
All the calls depend on the catalog.
Which application should be used to externally access all applications deployed in the same host machine with a single public IP address and port, when each application listens on different local ports?
reverse proxy
load balancer
DNS
firewall
Which implementation creates a group of devices on one or more LANs that are configured to communicate as if they were attached to the same wire?
WLAN
VLAN
IPsec
HSRP
What are two properties of private IP addresses? (Choose two.)
They can be used to access the Internet directly.
They are more secure than public IP addresses.
They are not globally unique.
They can be repeated within the same local network.
They are controlled globally by an IP address registry.
Question