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

Cisco 300-635 - Automating Cisco Data Center Solutions (DCAUTO)

Page: 1 / 3
Total 75 questions

Which action allows Docker daemon persistence during switchover on the Cisco Nexus 9500 Series Switches running Cisco NX-OS?

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

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

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

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.

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

A.

Option

B.

Option

C.

Option

D.

Option

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

A.

trackable

B.

stateless

C.

single-layer system

D.

stateful

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

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

Refer to the exhibit.

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

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

A co-worker is using Cisco Intersight to determine the maximum available memory per server for their company's data center. Drag and drop the code to complete the Cisco Intersight API call that provides the desired results. Not all options are used.