Question 138 of 315
Single answerYour company is developing a web-based application. You need to make sure that production deployments are linked to source code commits and are fully auditable. What should you do?
AMake sure a developer is tagging the code commit with the date and time of commit.
BMake sure a developer is adding a comment to the commit that links to the deployment.
✓CMake the container tag match the source code commit hash.
DMake sure the developer is tagging the commits with latest.
✓
Correct Answer: C
Make the container tag match the source code commit hash.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.