AWS Certified Developer Associate DVA-C02 Practice Question
In a CI/CD workflow, which of the following best describes the purpose of using branches?
To enable parallel development on different features or components within the same project.
To combine code changes directly to the production environment.
To duplicate an existing environment, but locking it for read-only operations.
To queue up deployment tasks so they run one after another.