Prepare 300-635 Exam Questions [2025] Recently Updated Questions
Give push to your success with 300-635 exam questions
NEW QUESTION # 26
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
NEW QUESTION # 27
Refer to the exhibit
Which action does the execution of this ACI Cobra Python code perform?
- A. It prints all APIC 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 LLDP neighbor MAC and IP addresses
Answer: C
NEW QUESTION # 28
Refer to the exhibit.
Refer to the exhibit:
Which change allows the code to configure VLAN 10 in the Cisco UCS?
- A. Line 13 should include "handle.commit()"
- B. Line 3 should add an import for query_dn
- C. Line 4 should include transport 443 option
- D. Lines 8 and 9 should have a line continuation \ at the end
Answer: A
NEW QUESTION # 29
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
- A. Ctx(fvTenant(uniMo. 'CustA'), 'CustA_VRF')
- B. Ctx(Tenant (uniMo, 'CustA"), ,CustA_VRF')
- C. Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF)
- D. Vrf(Tenatnt(uniMo, 'CustA'), 'CustA_VRR)
Answer: C
Explanation:
The Python code Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF) creates a VRF in an ACI tenant using the Cobra SDK. The Vrf class is instantiated with a parent fvTenant object and the name of the VRF.
NEW QUESTION # 30
A file named myfunc.py has been edited. Drag and drop the steps from left that ensure that this file is committed to the local Git repository and verify its status into the correct order on the right. NOt all options are used.
Answer:
Explanation:
Explanation:
git add .
git commit -m "new function"
git status
NEW QUESTION # 31
Which NX-API request queries the MAC address table?
A)
B)
C)
C)
- A. Option
- B. Option
- C. Option
- D. Option
- E. Option
- F. Option
- G. Option
- H. Option
Answer: C
NEW QUESTION # 32
What is a key characteristic of an ACI policy model?
- A. Network administrators configure logical and physical system resources directly
- B. All configuration is carried out against concrete entities
- C. Logical and concrete domains are separated
- D. It allows communications with newly connected devices
Answer: C
Explanation:
In an ACI policy model, the separation of logical and concrete domains allows for the definition of policies in a logical space without specifying physical details. These policies can then be applied flexibly to the concrete entities, providing a clear abstraction layer for network configuration. References: Cisco ACI policy model documentation.
NEW QUESTION # 33
DRAG DROP
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.
Select and Place:
Answer:
Explanation:
Section: Data Center Compute
NEW QUESTION # 34
What is a characteristic of synchronous and asynchronous API calls?
- A. Synchronous communication is harder to follow and troubleshoot
- B. ASynchronous communication uses more overhead for client authentication
- C. Synchronous API calls must always use a proxy server.
- D. Synchronous API calls wait to return until a response has been received
Answer: D
Explanation:
* This means the client initiating the API call will wait for the server to process the request and return a response before moving on to other tasks, which can be simpler to implement and debug but may be less efficient if the server takes a long time to respond.
References:
* General programming and API design principles
NEW QUESTION # 35
A company has a headquarters site and a remote site. Cisco Unified Communications Manager acts as a DHCP server. Both sites use their local voice gateways for PSTN calls. At the headquarters site, the PSTN prefix is 9, and the emergency number is 911. At the remote site, the PSTN prefix is 0, and the emergency number is 112. Here are the deployment policies for roaming devices:
Softphones can roam between two sites.
A roaming softphone uses the local gateway for all PSTN calls.
The user keeps home dial habits on a roaming softphone, with the exception of the emergency number.
When a headquarters user uses a softphone at the remote site, prefix 9 can be used to make PSTN calls via voice gateway in the remote site, but emergency number 112 does not work. Which setting on CUCM should be checked?
- A. Device Mobility Info
- B. Physical Location
- C. DHCP Subnet
- D. Device Mobility Group
Answer: A
NEW QUESTION # 36
Which two bootstrap technologies are supported by Cisco NX-OS platforms? (Choose two )
- A. BOOTP
- B. POAP
- C. PNP
- D. DHCP
- E. iPXE
Answer: B,E
Explanation:
In Cisco NX-OS platforms, two common bootstrap technologies are supported: iPXE (Internet Protocol eXtensible Environment) and POAP (PowerOn Auto Provisioning). iPXE allows for network booting using software such as DHCP or TFTP to load an operating system over a network interface independently of data storage devices like hard disks or CD-ROM drives. POAP automates the process of upgrading software images and installing configuration files on switches that are being deployed in the network for the first time.
References := Cisco NX-OS Software
NEW QUESTION # 37
Using the NX-API CLI JSON-RPC interface, which two Python data structure and requests call create an SVI?
(Choose two.)
- A.

- B.

- C.

- D.

- E.

Answer: B,D
Explanation:
Section: Data Center Device-centric Networking
NEW QUESTION # 38
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 he inserted into the red box to create this tenant?
- A. fvTenant = Tenant(topMo, name='Cisco')
- B. tenant = Tenant(topMo. name='Cisco')
- C. fvTenant = Tenant('Cisco')
- D. fvTenant = NewTenant(name='Cisco')
Answer: A
Explanation:
Section: Controller Based Data Center Networking
NEW QUESTION # 39
Which Kubernetes container network interface provides intent-based networking from the same pane of glass that VMs and bare-metal servers are managed?
- A. Contiv CNI plug-in
- B. Ingress CNI plug-in
- C. Calico CNI plug-in
- D. ACI CNI plug-in
Answer: D
Explanation:
Section: Controller Based Data Center Networking
Explanation/Reference:
NEW QUESTION # 40
Which authentication method is used when the REST API of the Cisco UCS Director is accessed?
- A. HTTP Basic Auth
- B. X-Cloupia-Request-Key: ((User's Auth Token))
- C. Btarer ((Bearer Token))
- D. RestAuth: ((User's Auth Token))
Answer: D
NEW QUESTION # 41
Which CUCM default global conference setting should be changed to ensure fraud prevention?
- A. Block OffNet to OnNet Transfer.
- B. MCU Conference Bridge Custom Layout Index.
- C. Advanced Ad Hoc Conference Enabled.
- D. Enable Click-to-Conference for Third-Party Applications.
- E. Drop Ad Hoc Conference.
Answer: E
NEW QUESTION # 42
Which two bootstrap technologies are supported by Cisco NX-OS platforms? (Choose two )
- A. BOOTP
- B. POAP
- C. DHCP
- D. PNP
- E. iPXE
Answer: B,C
NEW QUESTION # 43
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
- A. Ctx(fvTenant(uniMo. 'CustA'), 'CustA_VRF')
- B. Ctx(Tenant (uniMo, 'CustA"), ,CustA_VRF')
- C. Vrf(Tenatnt(uniMo, 'CustA'), 'CustA_VRR)
- D. Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF)
Answer: B
NEW QUESTION # 44
Refer to the exhibit:
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?
- A. Tenant = Tenant(topMo, name='Cisco')
- B. Tenant = NewTenant(name='Cisco')
- C. tenant - Tenant(topMo, name-Cisco')
- D. Tenant = Tenant('Cisco')
Answer: A
NEW QUESTION # 45
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. No change is needed to perform this action.
- C. 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.
- D. The manifests must include ACI EPG reference.
Answer: B
Explanation:
Section: Controller Based Data Center Networking
NEW QUESTION # 46
......
The Cisco 300-635 exam covers a range of topics related to data center automation, including programming concepts, APIs, automation tools, and scripting languages. Candidates will be tested on their ability to design, implement, and troubleshoot data center automation solutions using Cisco technologies.
Get 300-635 Actual Free Exam Q&As to Prepare Certification: https://www.passreview.com/300-635_exam-braindumps.html
300-635 100% Guarantee Download 300-635 Exam PDF Q&A: https://drive.google.com/open?id=1ovUyIOFhQ3Pzxzvlis6PnXkwS4UBLiZ9