Pre-Summer Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

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

A.

trackable

B.

stateless

C.

single-layer system

D.

stateful

Full Access
Question # 5

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 # 6

Refer to the exhibit:

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

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

Full Access
Question # 7

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

A.

NETBOOT

B.

NX-OS iPXE

C.

iPXE-POAP

D.

Mini-OS

Full Access
Question # 8

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 # 9

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

A.

topRoot

B.

polUni

C.

fabricTopology

D.

fabric Pod

Full Access
Question # 10

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

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

Full Access
Question # 11

Refer to the exhibit.

Which action fixes the code to access a child managed object?

A.

Delete line 2.

B.

Change dnQuery to classQuery in line 1.

C.

Move line 2 to the last line.

D.

Change parent to children in line 2.

Full Access
Question # 12

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

A.

-print

B.

-all

C.

-brief

D.

-print-all

Full Access
Question # 13

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 # 14

Refer to the exhibit.

When Cisco UCS is configured, which filter must be added to the str_filter string to retrieve all discovered compute blades with two CPUs?

A.

(num_of_cpus eq 2) and (discovery eq complete)

B.

(num_of_cpus. 'x2\ type-sum") and (discovery, 'complete1, type='sum')

C.

(num_of_cpus eq <2) and (discovery eq more)

D.

(num_of_cpus. '2', type-eq') and (discovery, 'complete', type-'eq')

Full Access
Question # 15

Refer to the exhibit:

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

A.

Ten objects are created and subsequently deleted

B.

Nine objects are created

C.

An exception is thrown

D.

Ten objects are created

Full Access
Question # 16

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

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 # 17

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

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

Full Access
Question # 18

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

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

Full Access
Question # 19

Refer to the exhibit.

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

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

Full Access
Question # 20

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

A.

run bash-shell

B.

enable bash

C.

run bash

D.

feature bash-shell

Full Access
Question # 21

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

A.

Option

B.

Option

C.

Option

D.

Option

Full Access
Question # 22

Refer to the exhibit.

Refer to the exhibit:

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

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

Full Access