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

300-635 Automating Cisco Data Center Solutions (DCAUTO) Questions and Answers

Questions 4

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

Options:

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

Buy Now
Questions 5

Refer to the exhibit:

300-635 Question 5

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

What are two differences between SNMP and model-driven telemetry? (Choose two.)

Options:

A.

SNMP uses a continuous stream model

B.

SNMP uses a push model O SNMP uses a pull model

C.

Model-driven telemetry uses a pull model

D.

Model-driven telemetry uses a push model

Buy Now
Questions 7

Refer to the exhibit.

300-635 Question 7

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)

300-635 Question 7

B)

300-635 Question 7

C)

300-635 Question 7

D)

300-635 Question 7

E)

300-635 Question 7

Options:

A.

Option

B.

Option

C.

Option

D.

Option

E.

Option

Buy Now
Questions 8

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

Buy Now
Questions 9

A set of automation scripts work with no issue from a local machine, but an experiment needs to take place with a new package found online.

How is this new package isolated from the main code base?

Options:

A.

Add the new package to your requirements txt file.

B.

Create a new virtual machine and perform a pip install of the new package

C.

Perform a pip install of the new package when logged into your local machine as root

D.

Create a new virtual environment and perform a pip install of the new package

Buy Now
Questions 10

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

Options:

A.

trackable

B.

stateless

C.

single-layer system

D.

stateful

Buy Now
Questions 11

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

Options:

A.

topRoot

B.

polUni

C.

fabricTopology

D.

fabric Pod

Buy Now
Questions 12

What is a feature of model-driven telemetry?

Options:

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

Buy Now
Questions 13

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

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

Buy Now
Questions 14

Refer to the exhibit:

300-635 Question 14

Refer to the exhibit. Which configuration change command must be run on the Cisco NX-OS device to make this command work?

Options:

A.

enable bash-shell

B.

bash-shell enable

C.

service bash-shell

D.

feature bash-shell

Buy Now
Questions 15

Refer to the exhibit:

300-635 Question 15

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

Buy Now
Questions 16

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.

300-635 Question 16

Options:

Buy Now
Questions 17

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

Buy Now
Questions 18

Refer to the exhibit.

300-635 Question 18

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

Buy Now
Questions 19

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

Buy Now
Questions 20

Which two components are attributes of an ACI MIT managed object? (Choose two.)

Options:

A.

mo

B.

RN

C.

NI

D.

DN

E.

URL

Buy Now
Questions 21

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.

300-635 Question 21

Options:

Buy Now
Questions 22

Exhibit:

300-635 Question 22

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?

300-635 Question 22

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Buy Now
Exam Code: 300-635
Exam Name: Automating Cisco Data Center Solutions (DCAUTO)
Last Update: Mar 27, 2025
Questions: 75

PDF + Testing Engine

$61.25  $174.99

Testing Engine

$47.25  $134.99
buy now 300-635 testing engine

PDF (Q&A)

$40.25  $114.99
buy now 300-635 pdf