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/

February 15, 2023 No Comments READ MORE +

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:...

February 15, 2023 No Comments READ MORE +

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

February 14, 2023 No Comments READ MORE +

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

February 14, 2023 No Comments READ MORE +

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

February 14, 2023 No Comments READ MORE +

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

February 14, 2023 No Comments READ MORE +

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/

February 14, 2023 No Comments READ MORE +

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

February 14, 2023 No Comments READ MORE +

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...

February 14, 2023 No Comments READ MORE +

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...

February 13, 2023 No Comments READ MORE +