Cisco Automating Cisco Data Center Networking Solutions 300-635 DCNAUTO Exam Questions

Page: 1 / 14
Total 75 questions
Question 1

Which two statements apply to authentication when using the Cisco Intersight API? (Choose two.)



Answer : B, C

When using the Cisco Intersight API, the Secret Key is only available at the time of API Key creation, which is why option B is correct. An API Key is indeed composed of a Key ID and Secret Key, making option C correct as well. The other options do not apply as per the standard practices for API authentication


Question 2

Refer to the exhibit.

Which action fixes the code to access a child managed object?



Answer : C

The code snippet is intended to access a child managed object within Cisco's ACI. The current placement of line 2 (dnQuery.subtree = 'parent') specifies that the query should look at the parent objects, not the children. To fix the code so that it accesses a child managed object, line 2 should be moved to after line 3, wheretenantMois defined. This change will ensure that the subtree oftenantMois set to 'parent', which means that whendefaultBDmois called in line 4, it will correctly reference a child managed object undertenantMo.Reference:=

Cisco ACI documentation on Managed Objects

Cisco DevNet ACI Programmability Guide


Question 3

Refer to the exhibit:

Refer to the exhibit, Where and how often does the subscription stream data for Ethernet port 1/1?



Answer : B

The configuration snippet from a network device indicates that telemetry settings are being configured for Ethernet port 1/1. The data is collected and streamed to four different destinations, each with a unique port number. Thesample-intervalis set to '100000', which is typically in microseconds. Therefore, the data is streamed every 100 milliseconds, as 100,000 microseconds equals 100 milliseconds.


Implementing Automation for Cisco Data Center Solutions (DCAUI) course page.

Cisco Data Center Training Videos.

Question 4

Refer to the exhibit:

Assuming a new ACI instance what is the result when this script is run?



Answer : B


Question 5

What is the default data encoding for the response output of the ACI APIC API inspector?



Answer : B

The default data encoding for the response output of the ACI APIC API inspector is JSON (JavaScript Object Notation). JSON is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.Reference: Cisco ACI documentation and API guides.


Question 6

Refer to the exhibit:

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?



Answer : B

Theucs_vlansmodule is part of the Ansible collection for Cisco UCS (Unified Computing System) and is used to manage VLANs on Cisco UCS Manager. When working with Cisco UCS, VLANs are a crucial aspect of network segmentation and management. Theucs_vlansmodule allows users to configure VLAN settings such as the VLAN ID, name, and state. It also supports advanced features like fabric configuration and multicast policies.


Ansible Documentation for Cisco UCS modules1.

Cisco's official training and certifications page, which may offer updated and detailed courses on implementing automation for Cisco Data Center solutions

Question 7

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?



Answer : D

To isolate a new package from the main code base, creating a new virtual environment is the best practice. This allows for the installation and testing of the new package without affecting the existing code or dependencies. Performing a pip install of the new package within this isolated environment ensures that any potential issues or conflicts are contained.Reference:=

General best practices in software development for package management and virtual environments.


Page:    1 / 14   
Total 75 questions