What is the effective way to manage computing costs in a public cloud?
Answer : D
Which two characteristics of a build tool that is used in an automated build pipeline? (Choose two.)
Answer : B, C
The two characteristics of a build tool that is used in an automated build pipeline are A) it builds your software when changes are committed and B) it runs unit tests against code that is committed. Automated build tools are used to detect changes to source code and then build the software that resulted from the change. Additionally, these tools can be configured to run unit tests against the code to ensure that it works as expected.
Refer to the exhibit.

What is causing the requests code to fail?
Answer : B
Which step must be taken to enable centralized logging in a Kubernetes environment?
Answer : D
To enable centralized logging in a Kubernetes environment, you must create a DaemonSet that deploys a container with a logging agent on every node in the cluster. This allows all of the logs from each node to be collected in one place, allowing for easier analysis and management. Reference: Kubernetes Documentation, Logging Architecture.
Fill in the blanks to complete the statement.
When creating multiple containers, in order to allow communication with each other, you must create a_____________ of type _____________.
Answer : A
A DevOps engineering wants to build an application implementation based on the CI/CD pipeline model. Which service should be used to provide hosted continuous service for open and private projects?
Answer : D
Which two statements about Infrastructure as Code are true? (Choose two.)