All Obstacles During 300-635 Exam Preparation with 300-635 Real Test Questions
Fully Updated Free Actual Cisco 300-635 Exam Questions
Domain #2. Controller-Based Data Center Networking
Weightage Carried – 30%
The test-takers should be able to explain the ACI application hosting capability, application implementation, and the target policy. Skills related to leveraging the API inspector, Python script construction, Ansible playbook creation, and pros of Kubernetes integration will be gained before this domain ends.
Cisco 300-635 Exam Certification Details:
| Number of Questions | 55-65 |
| Passing Score | Variable (750-850 / 1000 Approx.) |
| Sample Questions | Cisco 300-635 Sample Questions |
| Exam Name | Automating and Programming Cisco Data Center Solutions |
| Exam Registration | PEARSON VUE |
| Recommended Training | Implementing Automation for Cisco Data Center Solutions (DCAUI) |
| Duration | 90 minutes |
NEW QUESTION 25
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. http-server enabled
- B. interface mgmt0; ip access-group allow_http_traffic in
- C. feature nxapi
- D. feature http
Answer: B
NEW QUESTION 26
Refer to the exhibit:
Refer to the exhibit, Which two Cisco UCS PowerTool commands provide this output? (Choose two)
- A. Get-UcsBlade | Select-Object Dn
- B. Get-Ucs Server | Select-Object Dn
- C. Get-UcsRackSystems | Select-Object Dn
- D. Get-UcsRackUnit | Select-Object Dn
- E. Get-UcsSystems | Select-Object Dn
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 endpoint MAC and IP addresses
- B. It prints all LLDP neighbor MAC and IP addresses
- C. It prints all Cisco Discovery Protocol neighbor MAC and IP addresses
- D. It prints all APIC MAC and IP addresses
Answer: A
NEW QUESTION 28
A server profile with the "WEST15" in its name must have the string "WEST15" changed to "LXT14". For example, server profile "Vmhost-west 15-01" would need to be changed to "VMHOST-LXT 14-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 "WEST 15" 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=Namefilter=contains (Name,'WEST15')
- B. GET https://intersight.com/api/v1/server/Profiles?$select=Name&$filter=startswith(Name, 'WEST15')
- C. BODY = {" Name": sp_name.replace('WEST15','LXT14')}
- D. GET https://intersight.com/api/v1/server/Profiles?$select=Name&filter=Name in ('WEST15')
- E. BODY = {"Name": sp_name.format('WEST15,'LXT14')}
Answer: C,D
NEW QUESTION 29
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.
Answer:
Explanation:

NEW QUESTION 30
A server profile with the "WEST15" in its name must have the string "WEST15" changed to " LXT14". For example, server profile "Vmhost-west 15-01" would need to be changed to "VMHOST-LXT 14-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 "WEST 15" 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://infrsight.com/apiAv1/servirtProfiles?$select=Name&filter=Name in ('WEST15')
- B. GET https://intersight.com/api/v1server/Profiles?$select=Name&$filter=startswith(Name, 'WEST15')
- C. BODY = {" Name": sp_name.replace(WEST15','LXT14)}
- D. GET https://infrsight.com/apiAv1/servirtProfiles?$select=Name&filter=contains (Name,'WEST15')
- E. BODY = {"Name": sp_name.format('WEST15,'LXT14')}
Answer: B
NEW QUESTION 31
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?
- A. ucs_vlans
- B. vlan
- C. nxos_vlans
- D. vlans
Answer: A
NEW QUESTION 32
A file named myfunc.py has been edited. Drag and drop the steps from the 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:

NEW QUESTION 33
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: C
NEW QUESTION 34
What is a description of a Cisco UCS Director script module?
- A. place to store custom workflow scripts, jars, and custom lists of values for use in custom workflow
- B. place to store external scripts that are not related to Cisco UCS Director
- C. place to store imported scripts. Bash, and custom Python code for use in custom workflow tasks
- D. function to convert internal workflow tasks into Python scripts
Answer: D
NEW QUESTION 35
Refer to the exhibit
Which action does the execution of this ACI Cobra Python code perform?
- A. It prints all endpoint MAC and IP addresses
- B. It prints all LLDP neighbor MAC and IP addresses
- C. It prints all Cisco Discovery Protocol neighbor MAC and IP addresses
- D. It prints all APIC MAC and IP addresses
Answer: A
NEW QUESTION 36
Which two application isolation options are available when Kubernetes is deployed with the ACI CNI plug-in?
(Choose two.)
- A. Server Isolation
- B. Process Isolation
- C. VM Isolation
- D. Cluster Isolation
- E. Namespace Isolation
Answer: D,E
NEW QUESTION 37
Which Ansible playbook fragment returns the fewest queried ACI endpoint groups?

- A. Option
- B. Option
- C. Option
- D. Option
Answer: B
NEW QUESTION 38
Which two statements apply to authentication when using the Cisco Intersight API? (Choose two.)
- A. An API Key is composed of a keyld and sessionCookie
- B. An API Key is composed of a Key ID and Secret Key
- C. The user credentials for the cisco.com accounts are shared with the Cisco Intersight Web Service
- D. Secret Key is only available at API Key creation time
- E. Each API Key can be assigned specific roles but not privileges.
Answer: E
NEW QUESTION 39
Refer to the exhibit:
Refer to the exhibit, Which two Cisco UCS PowerTool commands provide this output? (Choose two)
- A. Get-UcsRackUnit | Select-Object Dn
- B. Get-UcsServer | Select-Object Dn
- C. Get-UcsRackSystems | Select-Object Dn
- D. Get-UcsSystems | Select-Object Dn
- E. Get-UcsBlade | Select-Object Dn
Answer: B,E
NEW QUESTION 40
Which two benefits of using network configuration tools such as Ansible and Puppet to automate data center platforms are valid? (Choose two.)
- A. ability to create device and interface groups
- B. automation of repetitive tasks
- C. ability to add VLANs and routes per device
- D. removal of network protocols such as Spanning Tree
- E. consistency of systems configuration
Answer: B,E
Explanation:
Section: Network Programmability Foundation
NEW QUESTION 41
Refer to the exhibit.
When Cisco UCS is configured, which filter must be added to the str_filter string to retrieve all discovered compute blades with two CPUs?
- A. (num_of_cpus eq <2) and (discovery eq more)
- B. (num_of_cpus. 'x2\ type-sum") and (discovery, 'complete1, type='sum')
- C. (num_of_cpus eq 2) and (discovery eq complete)
- D. (num_of_cpus. '2', type-eq') and (discovery, 'complete', type-'eq')
Answer: C
NEW QUESTION 42
Which NX-API request queries the MAC address table?
- A. Option
- B. Option
- C. Option
- D. Option
Answer: C
Explanation:
Reference:
NXOS Sandbox
NEW QUESTION 43
Which statement is true if password-strength checking is enabled?
- A. Passwords become case-sensitive.
- B. The strength of existing passwords will be checked.
- C. Short, easy-to-decipher passwords will be rejected.
- D. Special characters, such as the dollar sign ($) or the percent sign (%), will not be allowed.
Answer: C
Explanation:
If a password is trivial (such as a short, easy-to-decipher password), the cisco NX_OS software will reject your password configuration if password-strength checking is enabled. Be sure to configure a strong password.
Passwords are case sensitive.
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/security/configuration/guide/ b_Cisco_Nexus_9000_Series_NX-OS_Security_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX- OS_Security_Configuration_Guide_7x_chapter_01000.pdf
NEW QUESTION 44
Which authentication method is used when the REST API of the Cisco UCS Director is accessed?
- A. X-Cloupia-Request-Key: ((User's Auth Token))
- B. HTTP Basic Auth
- C. Bearer ((Bearer Token))
- D. RestAuth: ((User's Auth Token))
Answer: B
Explanation:
Section: Data Center Compute
NEW QUESTION 45
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. Enable the Developer menu Select Orchestration in the Ul, then select the REST API browser
- C. Log in as the user REST/user to access the REST API interface.
- D. Select the API browser from the Cisco UCS Director End User Portal catalog of services
Answer: B
NEW QUESTION 46
......
Related Certification Profile
Cisco 300-635 serves different purposes. Passing it will lead to earning the Cisco Certified DevNet Specialist – Data Center Automation and Programmability certificate. Other than this, it acts like a concentration exam prerequisite towards Cisco Certified DevNet Professional and CCNP Data Center certifications. The first one also requires applicants to ace 350-601 exam while the path to the second accreditation also includes Cisco 350-901. These are core tests that check the candidates’ most basic skills in the field and show if they are ready to move further.
Validate your 300-635 Exam Preparation with 300-635 Practice Test: https://www.braindumpspass.com/Cisco/300-635-practice-exam-dumps.html
Free 300-635 Questions for Cisco 300-635 Exam [Oct-2022]: https://drive.google.com/open?id=1dUcf8ZReqcRHrtja7hL1INb9Flv8WWyF