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

Cisco 300-635 Dumps

Page: 1 / 8
Total 75 questions

Automating Cisco Data Center Solutions (DCAUTO) Questions and Answers

Question 1

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.)

Options:

A.

GET https://intersight.com/api/v1/server/Profiles?$select=Name filter=contains (Name,‘WEST15’)

C.

BODY = {“Name”: sp_name.format(‘WEST15,’LXT14’)}

D.

GET https://intersight.com/api/v1/server/Profiles?$select=Name &$filter=startswith(Name, ‘WEST15’)

E.

BODY = {” Name”: sp_name.replace(‘WEST15’,’LXT14’)}

Question 2

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 3

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 4

Which two statements about gRPC are true? (Choose two )

Options:

A.

It is an IETF draft

B.

It is an IETF standard

C.

It runs over SSH

D.

It is an open source initiative

E.

It runs over HTTPS

Question 5

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 6

Which two statements describe the authentication method used with Cisco Intersight REST API Requests? (Choose two.)

Options:

A.

The REST API request contains a base64-encoded signature of the message content and headers.

B.

The REST API request message body is encoded as a SHA384 hash and then signed with the API Key ID.

C.

The Cisco Intersight Web service verifies the signature of incoming request with the RSA public key for the API Key ID.

D.

The incoming REST API request is challenged by the Cisco Intersight Web service with a request for the RSA private key

E.

The message body is encoded as a SHA256 hash if the message body is not empty and then signed with the API Key ID

Question 7

Which two bootstrap technologies are supported by Cisco NX-OS platforms? (Choose two )

Options:

A.

iPXE

B.

PNP

C.

POAP

D.

BOOTP

E.

DHCP

Question 8

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

Question 9

Refer to the exhibit.

as

Refer to the exhibit above and click on the resource tabs in the top left corner to view resources to help with this question. An engineer is creating a Python script to update the firmware on a specific Cisco UCS rack server that is managed by Cisco Intersight. The script uses the Cisco Intersight REST API. The value of the 'resource_path' key in the rackunitJson_body Python dictionary retrieves the server with the AssetTag DMZ-R-L2-ADJM. The AssetTag is assigned to only one server. The value of the 'Server' key must be set in the firm ware Json_body Python dictionary with a value from the query result. Which two Python statements, a GET request and a dictionary update, are required to complete the code? (Choose two.)

A)

as

B)

as

C)

as

D)

as

E)

as

Options:

A.

Option

B.

Option

C.

Option

D.

Option

E.

Option

Question 10

Refer to the exhibit:

as

Refer to the exhibit, Where and how often does the subscription stream data for Ethernet port 1/1?

Options:

A.

to four different destinations every 10000 microseconds

B.

to four different destinations every 100 milliseconds

C.

to four different destinations every 10 seconds

D.

to four different destinations every 10000 seconds

Question 11

How is an ACI class name composed?

Options:

A.

Method

B.

ClassName: Method

C.

Package:ClassName

D.

MitName: Method

Question 12

Using the NX-API CLI JSON-RPC interface, which two Python data structure and requests call create an SVI? (Chooseas

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 13

Refer to the exhibit:

as

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 14

A file named myfunc.py has been edited. Drag and drop the steps from left that ensure that this file is committed to the local Git repository and verify its status into the correct order on the right. NOt all options are used.

as

Options:

Question 15

Refer to the exhibit.

as

Which two statements are true about this API GET request to the ACI APIC? (Choose two.)

Options:

A.

The API call creates a new 10G interface in the APIC

B.

The API call reads information from a managed object.

C.

The API response is encoded in JSON

D.

The API call reads information from an object class

E.

The API response is encoded in XML

Question 16

Which NX-API request queries the MAC address table?

as

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 17

Refer to the exhibit:

as

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 18

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 19

Which two initial actions should be taken when exploring automation capabilities for ACI? (Choose Two)

Options:

A.

Write scripts that leverage the Python Standard Library

B.

Look for an open-source package or SDK

C.

Use the API Inspector and test API Calls

D.

Develop an open-source package or SDK

E.

Use the ncclient command to explore the NETCONF capabilities

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

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 22

Exhibit:

as

Refer to the exhibit. Cisco Instersight has an NTP server policy called My_NTP_Policy configured that contains a single NTP server pool entry "pool.ntp". Which Cisco Intersight API call adds an additional NTP server (10.20.0.1) to the My_NTP_Policy server policy?

as

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Page: 1 / 8
Total 75 questions