Exam Name: | DevNet Associate (DEVASC) | ||
Exam Code: | 200-901 Dumps | ||
Vendor: | Cisco | Certification: | Cisco Certified DevNet Associate |
Questions: | 467 Q&A's | Shared By: | axl |
What is a comparison of YAML and JSON?
A file in a local Git repository has been updated and issued the git add . command. The git diff command has been run to compare the changes to the previous commit, but nothing shows. Which action identifies the problem?
A developer pushes an application to production. The application receives a webhook over HTTPS without a secret. The webhook information contains credentials to service in cleartext. When the information is received, it is stored in the database with an SHA-256 hash. Credentials to the database are accessed at runtime through the use of a vault service. While troubleshooting, the developer sets the logging to debug to view the message from the webhook. What is the security issue in this scenario?
Refer to the exhibit.
An engineer wants to create a Bash script to automate a workflow that is related to a machine learning-based application. The engineer wants to use the application as a container and use an image from the open-source public repository. What is accomplished by the script?