- (Exam Topic 1)
What is the Git command to delete a local branch named “experiment” without a warning?
Correct Answer:
D
Reference: https://www.atlassian.com/git/tutorials/using-branches
- (Exam Topic 3)
A developer is developing a web application that uses username and password to authenticate to the next service. The user credentials must be available at any time in the application. The developer must choose and implement a secure method of storing the authentication credentials that are used in the automation code. Which password handling method must be used to minimize the security risk?
Correct Answer:
B
- (Exam Topic 3)
Which solution reduces costs from MPLS, improves application performance, and simplifies operations?
Correct Answer:
B
- (Exam Topic 1)
Refer to the exhibit.
The python interpreter and the Cisco python SDK are available by default in the Cisco NX-OS software. The SDK documentation shows how the cild() API can be used when working with working with JSON and XML. What are two effect of running the script? (Choose two.)
Correct Answer:
AC
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/programmability/guide/b_Cisco_
- (Exam Topic 2)
How does a developer create and switch to a new branch called "my-bug-fix" to develop a product fix?
Correct Answer:
A
https://www.shellhacks.com/git-create-new-branch-and-checkout/