A company has an application that uses AWS CodePipeline to automate its continuous integration and continuous delivery (CI/CD) workflow. The application uses AWS CodeCommit for version control. A developer who was working on one of the tasks did not pull the most recent changes from the main branch. A week later, the developer noticed merge conflicts. How can the developer resolve the merge conflicts in the developer's branch with the LEAST development effort? A. Clone the repository. Create a new branch. Update the branch with the changes. B. Create a new branch. Apply the changes from the previous branch. C. Use the Commit Visualizer view to compare the commits when a feature was added. Fix the merge conflicts. D. Stop the pull from the main branch to the feature branch. Rebase the feature branch from the main branch.  Suggested Answer: D Community Answer: D This question is in DVA-C02 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer