Topic 1 Question 208
A developer is preparing to begin development of a new version of an application. The previous version of the application is deployed in a production environment. The developer needs to deploy fixes and updates to the current version during the development of the new version of the application. The code for the new version of the application is stored in AWS CodeCommit.
Which solution will meet these requirements?
From the main branch, create a feature branch for production bug fixes. Create a second feature branch from the main branch for development of the new version.
Create a Git tag of the code that is currently deployed in production. Create a Git tag for the development of the new version. Push the two tags to the CodeCommit repository.
From the main branch, create a branch of the code that is currently deployed in production. Apply an IAM policy that ensures no other users can push or merge to the branch.
Create a new CodeCommit repository for development of the new version of the application. Create a Git tag for the development of the new version.
ユーザの投票
コメント(3)
AAAAAAAAAAAAAA
👍 3fordiscussionstwo2023/10/05- 正解だと思う選択肢: A
A is a common code version control strategy
👍 3dilleman2023/10/11 - 正解だと思う選択肢: A
A resposta correta é (A).
Criar uma ramificação de recursos para correções de bugs de produção e uma segunda ramificação de recursos para desenvolvimento da nova versão é a solução que atenderá a esses requisitos.
A primeira ramificação de recursos pode ser usada para corrigir bugs ou implementar atualizações para a versão atual do aplicativo. A segunda ramificação de recursos pode ser usada para desenvolver a nova versão do aplicativo.
👍 2Digo30sp2023/10/06
シャッフルモード