VMware vRealize Operations Manager Advanced — Question 28
A company has recently implemented a DevOps strategy amongst the development and operations teams. In the second phase of the project, it needs to apply the same best practices of version control, unit testing, and continuous delivery to its vSphere infrastructure.
Considering the scenario, which two statements are true regarding the solution? (Choose two.)
Answer options
- A. Content changes for the infrastructure generally flow from development to multiple test and production environments and are often developed separately by different team members and then merged into a shared environment.
- B. Infrastructure content is usually binary, and this makes it difficult to use a source control system to handle updates and merges. A different tool must be used to manage these requirements.
- C. Multiple steps of imports and exports of infrastructure contents are required for a single change to propagate through the release pipeline from development to production.
- D. Once the movement of such content between environments is automated, consistent results are guaranteed for the deployment of infrastructure components.
Correct answer: A, C
Explanation
Statement A is correct because it accurately describes how infrastructure changes are developed and integrated in a DevOps environment. Statement C is also true as it highlights the complexity of moving changes through the release pipeline. Statements B and D are incorrect; while infrastructure content can be binary, modern tools can manage it effectively, and automation does not guarantee consistent results, as variations can still occur in different environments.