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 queue up deployment tasks so they run one after another.
To enable parallel development on different features or components within the same project.
To duplicate an existing environment, but locking it for read-only operations.
To combine code changes directly to the production environment.