C Certs Club
Home
Oracle SAP Microsoft Cisco CompTIA Fortinet Salesforce Nutanix Linux Foundation Amazon View All Vendors →
Login Register

Cisco 300-635 - Cisco Automating and Programming Cisco Data Center Solutions Certification Exam

Download Exam View Entire Exam
Page: 1 / 1
Question #1 (Topic: demo questions)

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 
Correct Answer: C
Explanation not available for this question.
Question #2 (Topic: demo questions)
mo_dir = cobra.mit.access.MoDirectory(cobra.mit.session.LoginSession(apic_url, username, password))
mo_dir.login()
cq = cobra.mit.access.ClassQuery('fvCEp')
cq.subtree = 'full'
objlist = mo_dir.query(cq)
for mo in objlist:
    print "MAC: " + mo.mac + "|" + "IP: " + mo.ip
A.
It prints all LLDP neighbor MAC and IP addresses
B.
It prints all Cisco Discovery Protocol neighbor MAC and IP addresses
C.
It prints all endpoint MAC and IP addresses
D.
It prints all APIC MAC and IP addresses
Correct Answer: C
Explanation not available for this question.
Question #3 (Topic: demo questions)
switch(config)# telemetry
switch(config-telemetry)# sensor-group 100
switch(config-tm-sensor)# path sys/intf/phys-[eth1/1] depth 0
switch(config-tm-sensor)# destination-group 100
switch(config-tm-dest)# ip address 1.2.3.4 port 50004
switch(config-tm-dest)# ip address 1.2.3.4 port 50005
switch(config-tm-sensor)# destination-group 200
switch(config-tm-dest)# ip address 5.6.7.8 port 50001 protocol HTTP encoding JSON
switch(config-tm-dest)# ip address 1.4.8.2 port 50003
switch(config-tm-dest)# subscription 100
switch(config-tm-sub)# snsr-grp 100 sample-interval 10000
switch(config-tm-sub)# dst-grp 100
switch(config-tm-sub)# dst-grp 200
A.
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
Correct Answer: C
Explanation not available for this question.
Question #4 (Topic: demo questions)

Which two benefits of using network configuration tools such as Ansible and Puppet to automate data center platforms are valid? (Choose two )

A.
consistency of systems configuration
B.
automation of repetitive tasks
C.
ability to create device and interface groups
D.
ability to add VLANs and routes per device
E.
removal of network protocols such as Spanning Tree
Correct Answer: A, B
Explanation not available for this question.
Download Exam
Page: 1 / 1
Next Page