Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

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

Testing Engine

  • Product Type: Testing Engine
$42  $139.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36  $119.99
Question 1

Refer to the Exhibit:

Refer to the exhibit: The script is called deltacounters.py and it is currently inside a Guest Shell container running inside a Cisco NX-OS switch.

Which Cisco NX-OS command results in a successful execution of this script?

Options:

A.

python /home/admjn/bootflash;deltacounters.py ethernet1/1

B.

show python bootf1ash:deltacounters.py ethernet1/1

C.

guestshell run python /home/admin/deltacounter.py ethernet1/1

D.

guestshell execute python /home/admin/deltacounter.py ethernet1/1

Question 2

Refer to the exhibit.

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 3

How should the Kubernetes manifests be modified to allow Kubernetes environment integration with Cisco ACI?

Options:

A.

The metadata section must contain the Cisco APIC management IP

B.

The manifest does not have to be changed, but the Kubemetes object is not discovered by Cisco ACI if this is not defined in the manifest

C.

The manifests must include ACI EPG reference

D.

No change is needed to perform this action.

Question 4

What are two main guiding principles of REST? (Choose two.)

Options:

A.

trackable

B.

stateless

C.

single-layer system

D.

stateful

Question 5

Which Kubernetes container network interface provides intent-based networking from the same pane of glass that VMs and bare-metal servers are managed?

Options:

A.

ACI CNI plug-in

B.

Contiv CNI plug-in

C.

Ingress CNI plug-in

D.

Calico CNI plug-in

Question 6

Which two components are attributes of an ACI MIT managed object? (Choose two.)

Options:

A.

mo

B.

RN

C.

NI

D.

DN

E.

URL

Question 7

Refer to the exhibit.

Refer to the exhibit:

Which change allows the code to configure VLAN 10 in the Cisco UCS?

Options:

A.

Lines 8 and 9 should have a line continuation \ at the end

B.

Line 13 should include "handle.commit()"

C.

Line 4 should include transport 443 option

D.

Line 3 should add an import for query_dn

Question 8

Which Cisco UCS PowerTool commands initiate a Cisco UCS Manager connection?

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 9

Which programming language are the Cisco UCS Director custom workflow tasks written in?

Options:

A.

C++

B.

Python

C.

Java

D.

Cloupia Script

Question 10

What are two capabilities of the DCNM REST API? (Choose two.)

Options:

A.

uses the dcnm-token header for requests authentication after initial basic authentication

B.

uses basic authentication without encoding for username and password

C.

supports HTTP until release 11.0

D.

uses bearer key authorization

E.

is separated into Classic LAN, LAN Fabric, Media Controller, and SAN Management categories.

Question 11

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 12

Refer to the exhibit:

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 13

Which two capabilities apply to the DCNM API? (Choose two)

Options:

A.

DCNM provides an XML-based SOAP API

B.

DCNM requires a license to use the API

C.

Some features of DCNM must be configured through the GUI

D.

All API operations can be performed using the DCNM GUI

E.

DCNM provides a REST-based API

Question 14

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?

Options:

A.

vlan

B.

ucs_vlans

C.

vlans

D.

nxos_vlans

Question 15

Drag and drop the code to complete an Ansible playbook that creates a new tenant. Not all options are used.

Options:

Question 16

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 17

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

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 18

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 19

When should the API Inspector be used?

Options:

A.

to send an API request to the APIC

B.

to learn or identify the sequence of API calls for a specific operation in the APIC GUI

C.

to verify the XML structure of an object based on a specific operation in the APIC GUI

D.

to launch an Ansible playbook

Question 20

Which two terms are types of application isolation options available when Kubenetes is deployed with the SCCM plugin? (Choose two )

Options:

A.

VM Isolation

B.

Cluster Isolation

C.

Server Isolation

D.

Process Isolation

E.

Namespace Isolation

Question 21

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.

Options:

Question 22

What is the network bootstrap program used by Cisco NX-OS iPXE?

Options:

A.

NETBOOT

B.

NX-OS iPXE

C.

iPXE-POAP

D.

Mini-OS

Page: 1 / 8
Total 75 questions