300-635 Dumps Free Test Engine Player Verified Updated [Dec 16, 2025]
Q&As with Explanations Verified & Correct Answers
NEW QUESTION # 10
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.
Answer:
Explanation:
Explanation:
aci_ap
Tenant: MyCompany
ap: DbApp
state: present
Reference:
https://docs.ansible.com/ansible/2.4/aci_ap_module.html
NEW QUESTION # 11
Which two capabilities apply to the DCNM API? (Choose two)
- A. All API operations can be performed using the DCNM GUI
- B. DCNM requires a license to use the API
- C. DCNM provides an XML-based SOAP API
- D. Some features of DCNM must be configured through the GUI
- E. DCNM provides a REST-based API
Answer: A,E
NEW QUESTION # 12
Which two components are attributes of an ACI MIT managed object? (Choose two.)
- A. DN
- B. NI
- C. mo
- D. URL
- E. RN
Answer: A,E
NEW QUESTION # 13
Drag and drop the code to complete an Ansible playbook that creates a new tenant. Not all options are used.
Answer:
Explanation:
Reference:
https://docs.ansible.com/ansible/latest/scenario_guides/guide_aci.html
NEW QUESTION # 14
Exhibit:
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?
- A. Option D
- B. Option A
- C. Option B
- D. Option C
Answer: C
Explanation:
To add an additional NTP server to an existing NTP server policy in Cisco Intersight via API call, one would typically use the HTTP PATCH method to update the policy with the new server details. The PATCH method is used to apply partial modifications to a resource.
The image shows four different code snippets that are examples of API calls using different HTTP methods (POST and PATCH) for modifying NTP server policies in Cisco Intersight. However, without seeing the full context of options A, B, C, and D from the original question source, it's impossible to determine which one correctly adds an additional NTP server to "My_NTP_Policy".
Based on common practices for RESTful APIs and assuming that "My_NTP_Policy" already exists and we need to add another NTP server to it without removing existing ones:
* One would use a PATCH request.
* The URI (Uniform Resource Identifier) should target the specific policy by name or ID.
* The body of the request should include only the properties that are being added or changed-in this case, adding a new NTP server address.
References :=
* Implementing Automation for Cisco Data Center Solutions (DCAUI) - Cisco Training Course
NEW QUESTION # 15
An endpoint has a SIP trunk configured between Cisco Unified Communications Manager (CUCM) and a Cisco VCS cluster. When a call is made from a Cisco TelePresence System EX60 that is registered to the Cisco VCS to a Cisco IP Phone 9971 that is registered to CUCM, it rings. But upon picking up the call, a busy tone is heard. What should be checked to resolve this issue?
- A. SIP trunk registration.
- B. CUCM zone on the Cisco VCS.
- C. SIP trunk and phone region settings.
- D. authentication on the SIP trunk.
Answer: C
NEW QUESTION # 16
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
Answer: D
NEW QUESTION # 17
Refer to the exhibit:
Refer to the exhibit: Which Python snippets create an application policy named OrderProcess that contains two application endpoint groups under Tenant SuperEats using direct calls to the ACI REST API? Assume that authentication and library imports are correct
- A. Option
- B. Option
- C. Option
- D. Option
Answer: B
NEW QUESTION # 18
An engineer wants to add a software conference bridge on Cisco Unified Communications Manager web admin and cannot find the option to do so. What is one cause of this?
- A. Service Parameters have not been set to allow this
- B. The CUCM Cluster is using the maximum number of allowed subscribers.
- C. Enterprise Parameters have not been set to allow this.
- D. A software conference bridge cannot be added to CUCM by using Conference Bridge Configuration.
Answer: D
Explanation:
Explanation/Reference: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/11_5_1/sysConfig/ CUCM_BK_SE5DAF88_00_cucm-system-configuration-guide-1151/CUCM_BK_SE5DAF88_00_cucm- system-configuration-guide-1151_chapter_01000000.html
NEW QUESTION # 19
What is the network bootstrap program used by Cisco NX-OS iPXE?
- A. Mini-OS
- B. NX-OS iPXE
- C. iPXE-POAP
- D. NETBOOT
Answer: D
NEW QUESTION # 20
What are two capabilities of the DCNM REST API? (Choose two.)
- A. uses bearer key authorization
- B. is separated into Classic LAN, LAN Fabric, Media Controller, and SAN Management categories.
- C. supports HTTP until release 11.0
- D. uses the dcnm-token header for requests authentication after initial basic authentication
- E. uses basic authentication without encoding for username and password
Answer: B,D
Explanation:
Reference:
https://developer.cisco.com/docs/data-center-network-manager/#!cisco-dcnm-classic-lan-rest-api Check for /rest/logon
NEW QUESTION # 21
Which two statements about gRPC are true? (Choose two.)
- A. It runs over SSH.
- B. It is an IETF draft.
- C. It is an open source initiative.
- D. It is an IETF standard.
- E. It runs over HTTPS.
Answer: B,E
Explanation:
Section: Network Programmability Foundation
NEW QUESTION # 22
What are two differences between SNMP and model-driven telemetry? (Choose two.)
- A. SNMP uses a push model O SNMP uses a pull model
- B. SNMP uses a continuous stream model
- C. Model-driven telemetry uses a pull model
- D. Model-driven telemetry uses a push model
Answer: A,D
Explanation:
Reference:
https://blogs.cisco.com/developer/its-time-to-move-away-from-snmp-and-cli-and-use-model-driven-telemetry#:~:text=SNMP%20uses%20the%20pull%20model%20when%20retrieving%20data%20from%20a%20switch.&text=SNMP%20also%20uses%20push%20model,limits%20like%20scale%20and%20efficiency.
NEW QUESTION # 23
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. Server Isolation
- D. Cluster Isolation
- E. VM Isolation
Answer: B,D
NEW QUESTION # 24 
Which Python snippets create an application policy named OrderProcess that contains two application endpoint groups under Tenant SuperEats using direct calls to the ACI REST API? Assume that authentication and library imports are correct.
- A.

- B.

- C.

- D.

Answer: A
Explanation:
Section: Controller Based Data Center Networking
Explanation/Reference:
NEW QUESTION # 25
Refer to the exhibit:
Refer to the exhibit: Which Python snippets create an application policy named OrderProcess that contains two application endpoint groups under Tenant SuperEats using direct calls to the ACI REST API? Assume that authentication and library imports are correct
- A. Option D
- B. Option A
- C. Option B
- D. Option C
Answer: A
Explanation:
Without the exhibit or the complete Python code options (A, B, C, D), it is not possible to determine which snippet correctly creates an application policy named OrderProcess with two application endpoint groups under Tenant SuperEats using direct calls to the ACI REST API. The correct answer would depend on the specific API calls made and the structure of the JSON payload in the Python code.
References :=
* Automating Cisco Data Center Solutions (DCAUI) v1
* Cisco Application Centric Infrastructure (ACI) documentation
NEW QUESTION # 26
Which Cisco UCS PowerTool commands initiate a Cisco UCS Manager connection?
- A. Option
- B. Option
- C. Option
- D. Option
Answer: D
NEW QUESTION # 27
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
- A. Vrf(Tenatnt(uniMo, 'CustA'), 'CustA_VRR)
- B. Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF)
- C. Ctx(Tenant (uniMo, 'CustA"), ,CustA_VRF')
- D. Ctx(fvTenant(uniMo. 'CustA'), 'CustA_VRF')
Answer: C
NEW QUESTION # 28
Recheck the question
Which two terms are types of application isolation options available when Kubenetes is deployed with the SCCM plugin? (Choose two )
- A. Process Isolation
- B. Namespace Isolation
- C. Server Isolation
- D. Cluster Isolation
- E. VM Isolation
Answer: B,D
Explanation:
Reference:
https://cloud.google.com/kubernetes-engine/docs/concepts/multitenancy-overview
NEW QUESTION # 29
Which command enables NPIV on Cisco Nexus 5000 Series Switches and Cisco MDS switches?
- A. switch(config)# feature npiv
- B. switch(config)# npiv enable
- C. switch(config)# np proxy-enable
- D. switch(config)# npiv proxy
- E. switch(config)# npivon
Answer: A
Explanation:
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/san_switching/configuration/guide/ b_Cisco_Nexus_7000_NX-OS_SAN_Switching_Configuration_Guide/Cisco_Nexus_7000_NX- OS_SAN_Switching_Configuration_Guide_chapter2.html
NEW QUESTION # 30
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.
Answer:
Explanation:
Explanation:
GET, firmware, RunningFirmwares
NEW QUESTION # 31
Which Python code creates a VRF ,n an ACI tenant using the Cobra SDK?
- A. Vrf(Tenatnt(uniMo, 'CustA'), 'CustA_VRR)
- B. Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF)
- C. Ctx(Tenant (uniMo, 'CustA"), ,CustA_VRF')
- D. Ctx(fvTranant(uniMo. 'CustA'), 'CustA_VRF')
Answer: D
NEW QUESTION # 32
Which two capabilities apply to the DCNM API? (Choose two.)
- A. DCNM provides an XML-based SOAP API.
- B. Some features of DCNM must be configured through the GUI.
- C. DCNM requires a license to use the API.
- D. All API operations can be performed using the DCNM GUI.
- E. DCNM provides a REST-based API.
Answer: A,E
NEW QUESTION # 33
Refer to the exhibit.
Which change allows the code to configure VLAN 10 in the Cisco UCS?
- A. Line 4 should include transport 443 option.
- B. Line 3 should add an import for query_dn.
- C. Lines 8 and 9 should have a line continuation \ at the end.
- D. Line 13 should include "handle.commit()".
Answer: A
Explanation:
Section: Data Center Compute
NEW QUESTION # 34
Refer to the exhibit:
Assuming a new ACI instance what is the result when this script is run?
- A. An exception is thrown
- B. Nine objects are created
- C. Ten objects are created
- D. Ten objects are created and subsequently deleted
Answer: B
NEW QUESTION # 35
......
Verified 300-635 dumps Q&As Latest 300-635 Download: https://easytest.exams4collection.com/300-635-latest-braindumps.html
