Weekend Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Cisco 300-635 Automating Cisco Data Center Solutions (DCAUTO) Exam Practice Test

Page: 1 / 8
Total 75 questions

Automating Cisco Data Center Solutions (DCAUTO) Questions and Answers

Question 1

Which two statements apply to authentication when using the Cisco Intersight API? (Choose two.)

Options:

A.

Each API Key can be assigned specific roles but not privileges.

B.

Secret Key is only available at API Key creation time

C.

An API Key is composed of a Key ID and Secret Key

D.

The user credentials for the cisco.com accounts are shared with the Cisco Intersight Web Service

E.

An API Key is composed of a keyld and sessionCookie

Question 2

What is a feature of model-driven telemetry?

Options:

A.

randomizes the data out of the network

B.

continuously streams data out of the network

C.

randomizes the data coming to the network

D.

continuously pulls data out of the network

Question 3

Which Python code creates a VRF in an ACI tenant using the Cobra SDK?

Options:

A.

Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF)

B.

Ctx(Tenant (uniMo, 'CustA"), ,CustA_VRF')

C.

Vrf(Tenatnt(uniMo, 'CustA'), 'CustA_VRR)

D.

Ctx(fvTenant(uniMo. 'CustA'), 'CustA_VRF')

Question 4

Refer to the exhibit

Question # 4

Which action does the execution of this ACI Cobra Python code perform?

Options:

A.

It prints all LLDP neighbor MAC and IP addresses

B.

It prints all Cisco Discovery Protocol neighbor MAC and IP addresses

C.

It prints all endpoint MAC and IP addresses

D.

It prints all APIC MAC and IP addresses

Question 5

Refer to the exhibit:

Question # 5

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?

Options:

A.

Tenant = NewTenant(name='Cisco')

B.

tenant — Tenant(topMo, name-Cisco')

C.

Tenant = Tenant(topMo, name='Cisco')

D.

Tenant = Tenant('Cisco')

Question 6

What is a description of a Cisco UCS Director script module?

Options:

A.

function to convert internal workflow tasks into Python scripts

B.

place to store custom workflow scripts, jars, and custom lists of values for use in custom workflow

C.

place to store external scripts that are not related to Cisco UCS Director

D.

place to store imported scripts. Bash, and custom Python code for use in custom workflow tasks

Question 7

Which Ansible playbook fragment returns the fewest queried ACI endpoint groups?

Question # 7

Question # 7

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 8

Drag and drop the items to complete the request to retrieve the current firmware of Cisco UCS devices from the Cisco Intersight API. Not all items are used.

Question # 8

Options:

Question 9

Refer to the exhibit.

Question # 9

Refer to the exhibit. How often is the subscription stream for sys/bgp going to be sent?

Options:

A.

5 sec

B.

5 msec

C.

5000 sec

D.

5 min

Question 10

Which action allows Docker daemon persistence during switchover on the Cisco Nexus 9500 Series Switches running Cisco NX-OS?

Options:

A.

Change the Docker configuration to include the live restore option.

B.

Copy the dockerpart file manually to the standby supervisor after performing the switchover

C.

Copy the dockerpart file manually to the standby supervisor before performing the switchover.

D.

The system takes automatic action

Question 11

A set of automation scripts work with no issue from a local machine, but an experiment needs to take place with a new package found online.

How is this new package isolated from the main code base?

Options:

A.

Add the new package to your requirements txt file.

B.

Create a new virtual machine and perform a pip install of the new package

C.

Perform a pip install of the new package when logged into your local machine as root

D.

Create a new virtual environment and perform a pip install of the new package

Question 12

When the Cisco bigmuddy-network-telematry-collector from GitHub is used, which command displays only the message headers?

Options:

A.

-print

B.

-all

C.

-brief

D.

-print-all

Question 13

Refer to the exhibit:

Question # 13

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?

Options:

A.

vlan

B.

ucs_vlans

C.

vlans

D.

nxos_vlans

Question 14

Which two benefits of using network configuration tools such as Ansible and Puppet to automate data center platforms are valid? (Choose two )

Options:

A.

consistency of systems configuration

B.

automation of repetitive tasks

C.

ability to create device and interface groups

D.

ability to add VLANs and routes per device

E.

removal of network protocols such as Spanning Tree

Question 15

Refer to the exhibit.

Question # 15

A Python script using ACI Cobra SDK has been constructed. What is the result when running this script?

Options:

A.

It prints out the relative name of all application profiles.

B.

It prints out the distinguished name of all application profiles.

C.

It prints out the distinguished name of all tenants.

D.

It prints out the relative name of all tenants.

Question 16

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.

Question # 16

Options:

Question 17

Refer to the exhibit:

Question # 17

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 \ 'status* -1 "url" "http://192.168.251.129:80/ins " Which Cisco NX-OS configuration command resolves this failure?

Options:

A.

feature nxapi

B.

http-server enabled

C.

interface mgmt0; ip access-group allow_http_traffic in

D.

feature http

Question 18

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.

Question # 18

Options:

Question 19

Which step must be taken to enable the REST API browser within Cisco UCS Director?

Options:

A.

Edit the user profile and enable developer options.

B.

Raise a case with TAC

C.

The REST API browser is automatically enabled in Cisco UCS Director when a Power User is created.

D.

Log in as the user "REST"

Question 20

Refer to the exhibit:

Question # 20

Refer to the exhibit, which two actions does this Python code perform with the Cisco ACI? (Choose two.)

It creates a subnet "DevNet_Subnet" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and sets the scope to "private"

Options:

A.

It creates a subnet "DevNet_Subnet" inside AppProfile "DevNet_App" located in ACI tenant "DevNet_Tenant" and sets the network address to "10.10.10 1/24"

B.

It creates an EPG "DevNet_EPG" inside AppProfile "DevNet_App" located in ACI tenant "DevNet_Tenant" and link the EPG with BridgeDomain "DevNet_BD"

C.

It creates a subnet "DevNet_Subnet" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and sets the network address to "10.10 10.1/24".

D.

It creates an EPG "DevNet_EPG" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and link the EPG with BridgeDomain "DevNet BD"

Question 21

When a switch boots it does not find its startup-config file. Drag and drop the steps that Power-On Auto Provisioning goes through to configure the switch for remote management from the left into the correct order on the right. Not all options are used.

Question # 21

Options:

Question 22

An engineer is implementing a Cisco Nexus 9000 Series Switch. To automate the configuration, which command enables Bash on a Cisco NX-OS?

Options:

A.

run bash-shell

B.

enable bash

C.

run bash

D.

feature bash-shell

Page: 1 / 8
Total 75 questions