Pre-Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Free and Premium Cisco 300-635 Dumps Questions Answers

Page: 1 / 6
Total 75 questions

Automating Cisco Data Center Solutions (DCAUTO) Questions and Answers

Question 1

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

Buy Now
Question 2

Refer to the exhibit.

What results from the EEM script that runs on a Cisco Nexus 9000 switch?

Options:

A.

Module 1 is reloaded if one of the specified console patterns occurs within 120 seconds.

B.

Module 1 is reloaded if one of the specified syslog patterns occurs within 120 seconds.

C.

Module 1 is reloaded if all of the specified syslog patterns occur within 120 seconds.

D.

The message "reload module 1" is printed if one of the specified syslog patterns occurs within 120 seconds

Question 3

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 4

Refer to the exhibit:

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 5

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

Options:

Question 6

Which authentication method is used when the REST API of the Cisco UCS Director is accessed?

Options:

A.

Bearer ((Bearer Token))

B.

HTTP Basic Auth

C.

RestAuth: ((User's Auth Token))

D.

X-Cloupia-Request-Key: ((User's Auth Token))

Question 7

Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)

Options:

A.

SHA256 hash of the message body and message headers

B.

SHA256 hash of the message body, including empty message bodies

C.

RSA private key with a key size of 2048

D.

RSA private key with a key size of 1024

E.

SHA384 hash of the message body, excluding empty message bodies

Question 8

When Cisco Nexus switches are implemented, which command requires the method key to perform a POST operation using the NXAPI-CLIJSON-RPC interface?

Options:

A.

cli

B.

cli_conf

C.

cli_show

D.

cli_post

Question 9

Which iteration creates three EPGs in Cisco ACI using an Ansible task? Some required aci_epg task attributes have been omitted for brevity.

A)

B)

C)

D)

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 10

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 11

Refer to the exhibit:

Refer to the exhibit, Which two Cisco UCS PowerTool commands provide this output? (Choose two)

Options:

A.

Get-UcsServer | Select-Object Dn

B.

Get-UcsRackSystems | Select-Object Dn

C.

Get-UcsBlade | Select-Object Dn

D.

Get-UcsRackUnit | Select-Object Dn

E.

Get-UcsSystems | Select-Object Dn

Question 12

What is the top level in the ACI Management Information Tree?

Options:

A.

topRoot

B.

polUni

C.

fabricTopology

D.

fabric Pod

Question 13

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 14

Which two network protocols does Cisco NX-OS iPXE support? (Choose two.)

Options:

A.

IPv6

B.

SFTP

C.

SSH

D.

IPv4

E.

UNFS

Question 15

An engineer is implementing a Cisco Nexus switch. Which command executes an Ansible playbook called n9k.yml?

Options:

A.

ansible-playbook n9k.yml

B.

ansible-playbook -f n9k.yml -run now

C.

ansible-playbook -f n9k.yml

D.

ansible-playbook -f N9K.yml

Question 16

Which statement about synchronous and asynchronous API calls is true?

Options:

A.

Synchronous API calls wait to return until a response has been received.

B.

Synchronous communication is harder to follow and troubleshoot

C.

Synchronous API calls must always use a proxy server

D.

Asynchronous communication uses more overhead for client authentication.

Question 17

Refer to the exhibit:

Assuming a new ACI instance what is the result when this script is run?

Options:

A.

Ten objects are created and subsequently deleted

B.

Nine objects are created

C.

An exception is thrown

D.

Ten objects are created

Question 18

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 19

Which two application isolation options are available when Kubernetes is deployed with the ACI CNI plug-in? (Choose two.)

Options:

A.

Process Isolation

B.

Namespace Isolation

C.

Cluster Isolation

D.

Server Isolation

E.

VM Isolation

Question 20

Which procedure accesses the REST API browser within Cisco UCS Director?

Options:

A.

Send an HTTP GET request to https://[UCS Director IP]/api/get_resources/

B.

Log in as the user REST/user to access the REST API interface.

C.

Enable the Developer menu Select Orchestration in the Ul, then select the REST API browser

D.

Select the API browser from the Cisco UCS Director End User Portal catalog of services

Question 21

Which Ansible playbook creates a new VLAN 10 named Web?

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 22

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

Page: 1 / 6
Total 75 questions