When deploying US1 and US2 in the same promotion, the old code in US2 is overwritting
the most up-to-date code in US1. How can a developer resolve this issue?
Debbie committed some changes to the Opportunity Layout but, after deploying her changes from DEV to INT, she found her changes were not there due to an auto-resolved Git
conflict she was not aware of. How can she prevent this from happening again in all future promotions?
What is the command sfdx copado:auth:set -a [myOrgAlias] used for?
Rob would like to define the following quality gates:
1. Run an Apex Test with Validation for Apex classes and triggers.
2. Run a Compliance Check for profiles and permission sets.
What is the minimum number of metadata groups he needs to create?
Debbie comitted some changes to the Opportunity Layout but, after deploying her changes from DEV
to INT, she found her changes were not there due to an auto-resolved Git conflict she was not aware
of. How can she prevent this from happening again in all future promotions?
What happens when you use the Recommit Files Git operation and select the Re-Create Feature Branch checkbox? Select all that apply!
You have reached the max number of allowed answers
In Dev1, Debbie has added a new method to an Apex class. She has committed the user story and
deployed the user story to UAT. In Dev2, Dave has added a method to the same class and has
deployed the changes to UAT. This has reported a conflict, so Dave has teamed up with Debbie and
resolved it manually. What happens when the user stories are moved to the next environment?
Which is TRUE about Static Code Analysis using CodeScan?
You have a PMD static code analysis rule with priority 2. If this rule is violated once, what
will be the violation score?
Your company has had many issues with governor limits in the past, so you have been
requested to give the highest relevance to the PMD rule Avoid making DML operations in
Apex Class. How can you do this?