Examcollection offers free demo for 300-635 exam. "Automating and Programming Cisco Data Center Solutions (DCAUTO)", also known as 300-635 exam, is a Cisco Certification. This set of posts, Passing the Cisco 300-635 exam, will help you answer those questions. The 300-635 Questions & Answers covers all the knowledge points of the real exam. 100% real Cisco 300-635 exams and revised by experts!
Free 300-635 Demo Online For Cisco Certifitcation:
NEW QUESTION 1
Which statement about synchronous and asynchronous API calls is true?
- A. Synchronous API calls wait to return until a response has been received.
- B. Synchronous communication is harder to follow and troubleshoot.
- C. Synchronous API calls must always use a proxy server.
- D. Asynchronous communication uses more overhead for client authentication.
Answer: C
NEW QUESTION 2
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
Answer: AB
NEW QUESTION 3
Which NX-API request queries the MAC address table?
- A.

- B.

- C.

- D.

Answer: D
NEW QUESTION 4
Refer to the exhibit.
Cisco Intersight has an NTP server policy called My_NTP_Policy configured that contains a single NTP server pool entry "pool.ntp.org". Which Cisco Intersight API call adds an additional NTP server (10.20.0.1) to the My_NTP_Policy server policy?
- A.

- B.

- C.

- D.

Answer: B
NEW QUESTION 5
Refer to the exhibit.
The exhibit shows a Cisco NX-OS switch configuration, an Ansible playbook, and the output of running this playbook. The playbook failed due to error "msg' 'Request failed <urlopen error [Errno 61] Connection refused>', 'status' -1, "url" "http://192.168.251.129:80/ins".
Which Cisco NX-OS configuration command resolves this failure?
- A. feature nxapi
- B. http-server enabled
- C. interface mgmt0; ip access-group allow_http_traffic in
- D. feature http
Answer: A
NEW QUESTION 6
DRAG DROP
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.
Select and Place:
- A. Mastered
- B. Not Mastered
Answer: A
Explanation: 
NEW QUESTION 7
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 Kubernetes 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.
Answer: D
NEW QUESTION 8
Which Cisco UCS PowerTool commands initiate a Cisco UCS Manager connection?
- A.

- B.

- C.

- D.

Answer: B
NEW QUESTION 9
DRAG DROP
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.
Select and Place:
- A. Mastered
- B. Not Mastered
Answer: A
NEW QUESTION 10
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.
Answer: AE
NEW QUESTION 11
DRAG DROP
Drag and drop the code to complete an Ansible playbook that creates a new tenant. Not all options are used.
Select and Place:
- A. Mastered
- B. Not Mastered
Answer: A
NEW QUESTION 12
What is a key characteristic of an ACI policy model?
- A. Logical and concrete domains are separated.
- B. All configuration is carried out against concrete entities.
- C. It allows communications with newly connected devices.
- D. Network administrators configure logical and physical system resources directly.
Answer: A
NEW QUESTION 13
Refer to the exhibit.
Which two Cisco UCS PowerTool commands provide this output? (Choose two.)
- A. Get-UcsServer | Select-Object Dn
- B. Get-UcsRack Systems | Select-Object Dn
- C. Get-UcsBlade | Select-Object Dn
- D. Get-UcsRackUnit | Select-Object Dn
- E. Get-UcsSystems | Select-Object Dn
Answer: AC
NEW QUESTION 14
Which two capabilities apply to the DCNM API? (Choose two.)
- 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.
Answer: AE
NEW QUESTION 15
Refer to the exhibit.
The script is called deltacounters.py and it is currently inside a Guest Shell container running inside a Cisco NX-OS switch.
Which Cisco NX-OS command results in a successful execution of this script?
- A. python /home/admin/bootflash:deltacounters.py ethemet1/1
- B. show python bootflash:deltacounters.py ethernet1/1
- C. guestshell run python /home/admin/deltacounter.py ethernet1/1
- D. guestshell execute python /home/admin/deltacounter.py ethernet1/1
Answer: C
NEW QUESTION 16
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 men
- D. Select Orchestration in the UI, then select the REST API browser tab.
- E. Select the API browser from the Cisco UCS Director End User Portal catalog of services.
Answer: C
NEW QUESTION 17
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
Answer: B
NEW QUESTION 18
Which Ansible playbook fragment returns the fewest queried ACI endpoint groups?
- A.

- B.

- C.

- D.

Answer: D
NEW QUESTION 19
A server profile with the string "WEST15" in its name must have the string "WEST15" changed to "LXT14". For example, server profile "VMHOST-WEST15-01" would need to be changed to "VMHOST-LXT14-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 "WEST15" 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') }
Answer: AE
NEW QUESTION 20
Refer to the exhibit.
Which two actions does this Python code perform with the Cisco ACI? (Choose two.)
- A. It creates a subnet "DevNet_Subnet" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and sets the scope to "private".
- B. It creates a subnet "DevNet_Subnet" inside AppProfile "DevNet_App" located in ACI tenant "DevNet_Tenant" and sets the network address to "10.10.10.1/24".
- C. It creates an EPG "DevNet_EPG" inside AppProfile "DevNet_App" located in ACI tenant "DevNet_Tenant" and link the EPG with BridgeDomain "DevNet_BD".
- D. It creates a subnet "DevNet_Subnet" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and sets the network address to "10.10.10.1/24".
- E. It creates an EPG "DevNet_EPG" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and link the EPG with BridgeDomain "DevNet_BD".
Answer: CD
NEW QUESTION 21
DRAG DROP
Drag and drop the items to complete the request to retrieve the current firmware of Cisco UCS devices from the Cisco Intersight API. Not all items are used.
Select and Place:
- A. Mastered
- B. Not Mastered
Answer: A
NEW QUESTION 22
Which authentication method is used when the REST API of the Cisco UCS Director is accessed?
- A. Bearer ((Bearer Token))
- B. HTTP Basic Auth
- C. RestAuth: ((User's Auth Token))
- D. X-Cloupia-Request-Key: ((User's Auth Token))
Answer: B
NEW QUESTION 23
What are two main guiding principles of REST? (Choose two.)
- A. cacheable
- B. trackable
- C. stateless
- D. single-layer system
- E. stateful
Answer: AC
NEW QUESTION 24
During the process of starting a Python network telemetry collector, which command starts the Cisco bigmuddy-network-telemetry-collector from GitHub?
- A. model driven telemetry
- B. telemetry_receiver.py --ip-address <addr> --port <port>
- C. telemetry_receiver.py --destination <port> --url <url>
- D. streaming telemetry
Answer: B
NEW QUESTION 25
......
P.S. Dumpscollection.com now are offering 100% pass ensure 300-635 dumps! All 300-635 exam questions have been updated with correct answers: https://www.dumpscollection.net/dumps/300-635/ (0 New Questions)
