Cisco 350-901 Practice Test - Questions Answers, Page 14
List of questions
Related questions
Refer to the exhibit.
Which key value pair from the ios_ntp Ansible module creates an NTP server peer?
state: present
state: True
config: present
config: True
Refer to the exhibit.
The YAML represented is using the ios_vrf module. As part of the Ansible playbook workflow, what is the result when this task is run?
VRFs not defined in the host_vars file are removed from the device.
VRFs not defined in the host_vars file are added to the device, and any other VRFs on the device remain.
VRFs defined in the host_vars file are removed from the device.
VRFs are added to the device from the host_vars file, and any other VRFs on the device are removed.
Refer to the exhibit.
As part of the Ansible playbook workflow, several new interfaces are being configured using the netconf_config module. The task references the interface variables that are unique per device.
In which directory is the YAML file with these variables found?
host_vars directory
home directory
group_vars directory
current working directory
A developer needs to configure an environment to orchestrate and configure. Which two tools should be used for each task? (Choose two.)
Puppet for orchestration
Terraform for orchestration
Terraform for configuration
Ansible for orchestration
Ansible for configuration
Application sometimes store configuration as constants in the code, which is a violation of strict separation of configuration from code. Where should application configuration be stored?
environment variables
YAML files
Python libraries
Dockerfiles
INI files
Refer to the exhibit.
What is the output of this IOS-XE configuration program?
interface operational status in IPv6 addresses
interface administrative status in IPv4 addresses
interface operational status in IPv4 addresses
interface administrative status in IPv6 addresses
Refer to the exhibit above and click on the IETF Routing tab in the top left corner to help with this question. A developer is trying to update the routing instance by adding a new route to the routes list using the URL in the exhibit. What action must be taken to fix the error being received?
Fix the body being sent to update the routes list.
Update the authorization credentials.
Change the url to ''/ietf-routing:routing/routing-instance=default''.
Change the URL to ''/ietf-routing:routing-instance/default''.
Change the HTTP Method being used to make the change
Click on the GET Resource button above to view resources that will help with this question. An engineer is managing a DC with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB. Which REST API call accomplishes this task?
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000
GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory le 5000
Refer to the exhibit.
Which RESTCONF verb changes the GigabitEthernet2 interface from 192.168.100.1/24 to 10.10.10.1/24
POST
PATCH
GET
HEAD
The Meraki API URL https://api.meraki.com/api/v0/networks/123456789/ssids/2 has been stored inthe environment variable meraki_url and the API key has been stored in meraki_api_key. Whichsnippet presents the API call to configure, secure and enable an SSID using the Meraki API?
Question