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

300-635 Questions and Answers

Question # 6

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

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

Full Access
Question # 7

What is a feature of model-driven telemetry?

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

Full Access
Question # 8

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

A.

Option

B.

Option

C.

Option

D.

Option

Full Access
Question # 9

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

A.

Process Isolation

B.

Namespace Isolation

C.

Cluster Isolation

D.

Server Isolation

E.

VM Isolation

Full Access
Question # 10

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

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

Full Access
Question # 11

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?

A.

vlan

B.

ucs_vlans

C.

vlans

D.

nxos_vlans

Full Access
Question # 12

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

A.

iPXE

B.

PNP

C.

POAP

D.

BOOTP

E.

DHCP

Full Access
Question # 13

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.

Full Access
Question # 14

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

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"

Full Access
Question # 15

Drag and drop the correct YAML components from the bottom onto the correct blanks within the Ansible playbook to create a new application profile called "DbApp" using the Ansible ACI module. Not all options are used.

Full Access
Question # 16

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.

Full Access
Question # 17

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

A.

Option

B.

Option

C.

Option

D.

Option

Full Access
Question # 18

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

A.

IPv6

B.

SFTP

C.

SSH

D.

IPv4

E.

UNFS

Full Access
Question # 19

Refer to the exhibit.

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)

B)

C)

D)

E)

A.

Option

B.

Option

C.

Option

D.

Option

E.

Option

Full Access
Question # 20

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.

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

B.

GET https://intersight.com/api/v1/server/Profiles?$select=Name &filter=Name in (‘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’)}

Full Access
Question # 21

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

A.

topRoot

B.

polUni

C.

fabricTopology

D.

fabric Pod

Full Access
Question # 22

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

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.

Full Access