最新的Cisco Automating Cisco Data Center Solutions (DCAUTO) - 300-635免費考試真題

問題1
Refer to the exhibit:

The code should create a new tenant named Cisco via the Cobra SDK, which shows up after the execution of this script in the APIC dashboard.
Which code must be inserted into the red box to create this tenant?

正確答案: B
問題2
Drag and drop the requirements from the left that are needed to leverage POAP in an Open Cisco NX-OS environment onto the right. Not all options are used.
正確答案:

問題3
Refer to the exhibit:

The exhibit shows a Cisco NX-OS switch configuration an Ansible playbook, and the output of running this playbook The playbook failed due to error "msg' "Request failed <urlopen error [Errno 61] Connection refused>\ 'status* -1 "url" "http://192.168.251.129:80/ins" Which Cisco NX-OS configuration command resolves this failure?

正確答案: A
說明:(僅 VCESoft 成員可見)
問題4
Refer to the exhibit:

Refer to the exhibit: Which Ansible module is need in line 8 to create a new VLAN 10 on the hosts defined in the "ucs" group?

正確答案: C
說明:(僅 VCESoft 成員可見)
問題5
A server profile with the "WEST15" in its name must have the string "WEST15" changed to "LXT14". For example, server profile "Vmhost-west 15-01" would need to be changed to "VMHOST-LXT 14-01". Using the Cisco Intersight REST API in a Python script, which two GET API requests are used to retrieve just the server profile with the string "WEST 15" in the name and the correct body for the API request to update the name? Assume the variable "sp_name" contains the name of the retrieved server profile. (Choose two.)

正確答案: A,E
說明:(僅 VCESoft 成員可見)
問題6
Which two statements about gRPC are true? (Choose two )

正確答案: C,E
問題7
What is a feature of model-driven telemetry?

正確答案: C
問題8
After a Cisco Nexus switch interface is enabled and in the up state, an engineer must automate the configuration of the interface descriptions using the EEM Python Module.
Drag and drop the steps the engineer must take from the left into the correct order on the right.
正確答案:

Explanation:

conf t
Event manager applet link monitor
Event syslog pattern "IF_UP"
Action 1 cli command "source cdp_description.py"
Exit