Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build application that use Cisco APLs?
Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build application that use Cisco APLs?A . DevNet communities B. DevNet code Exchange C. DevNet Automation Exchange D. DevNet sandboxView AnswerAnswer: D Explanation: Reference: https://developer.cisco.com/site/sandbox/
What is the outcome of executing this command?
What is the outcome of executing this command? git clone ssh://[email protected]/path/to/my-project_gitA . Creates a local copy of a repository called “my project” B. Creates a copy of a branch called “my project” C. Initiates a new Git repository called “my project” D. Creates a new branch called “my project”View AnswerAnswer:...
Which two elements are foundational principles of DevOps? (Choose two.)
Which two elements are foundational principles of DevOps? (Choose two.)A . designing applications as microservices B. encouraging containers for the deployment of applications C. organizing cross-functional teams over organizational silos D. optimizing the cost of infrastructures E. automating over documentingView AnswerAnswer: C,E
Refer to Exhibit.
Refer to Exhibit. Which JSON is equivalent to the XML-encoded data. A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A
Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined security rules?
Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined security rules?A . Switch B. Router C. Firewall D. Load balancerView AnswerAnswer: C
Which product provides network controller-level management features?
Which product provides network controller-level management features?A . Cisco DNA Center B. Cisco NX-OS C. Cisco UCS Manager D. Cisco ISEView AnswerAnswer: A Explanation: Reference: https://www.cisco.com/c/en/us/products/cloud-systems-management/index.html
In python, which expression checks whether the script returns a success status code when the Requests library is used?
In python, which expression checks whether the script returns a success status code when the Requests library is used?A . response.status_code== requests.ok B. response.status_code== requests.codes.ok C. response.code== requests.codes.ok D. response.status_code ! == requests.codes.okView AnswerAnswer: B Explanation: Reference: https://realpython.com/python-requests/
Which command needs to be used to accomplish this?
A developer needs to prepare the file README.md in the working tree for the next commit operation using Git. Which command needs to be used to accomplish this?A . git add README.md staging B. git -a README.md C. git add README.md D. git commit README.mdView AnswerAnswer: C Explanation: Reference: https://teamtreehouse.com/community/committing-the-readmemd-file-to-repository
What are two benefit of managing network configuration via APIs? (Choose two.)
What are two benefit of managing network configuration via APIs? (Choose two.)A . configuration on devices becomes less complex B. more security due to locking out manual device configuration C. increased scalability and consistency of network changes D. eliminates the need of legacy management protocols like SNMP E. reduction in...
Which statement is correct if the RESTCONF interface responds with a 204 status code?
Refer to the exhibit. The definition of the YANG module and a RESTCONF query sent to a Cisco IOc XE device is shown. Which statement is correct if the RESTCONF interface responds with a 204 status code?A . The query failed at retrieving the logging seventy level. B. The query...