Do you know that you can access more real exam questions via Premium Access? ()
Refer to the exhibit.
The JSON object represents a single entry on a centralized log server, but log data cannot be processed because of the format.
What causes the issue?
Answer : B
Refer to the exhibit.
The push_configs.yml playbook returns the error shown.
Which action resolves the error?
Answer : D
What are two testing scenarios of the chaos engineering principle? (Choose two.)
Answer : A, E
A security team is running vulnerability scans against a CI/CD pipeline. The reports show that RDBMS secrets were found hardcoded in Ansible scripts. The RDBMS resides in the internal network but is accessible from a jump server that resides in a public network.
If an attacker gains access to the scripts, what is the risk exposure?
Answer : C
The internal network is at risk of being compromised if an attacker gains access to the Ansible scripts, as the scripts contain hardcoded secrets for the RDBMS which is accessible from a jump server in a public network. This presents a risk as the secrets can be used to gain access to the RDBMS, and from there, the attacker could potentially gain access to the internal network. Additionally, the entire CI/CD-related infrastructure could be at risk if the attacker is able to gain access to the RDBMS, as they could potentially manipulate the data or scripts in order to cause disruption or damage.
A company has a CI/CD pipeline implemented to automate application deployment. An urgent change is required in the production environment. A developer produces and tests the required change in the company's environment, but the pipeline fails when pushed.
Which action conforms to the rules of a CI/CD pipeline and enables the pipeline to pass?
Answer : D
This ensures that the change is applied in the same environment that it was tested in, and that the pipeline will pass. This is in accordance with the rule of a CI/CD pipeline that states that the same environment should be used for testing and deploying code into production. As stated in the Cisco Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Study Manual, ''the same environment should be used for testing and deploying code into production, or the pipeline will fail.''