Rob, would like to enforce the following quality gates when deploying to INT:
* A static code analysis for all Apex classes and triggers.
* A validation deployment for all Apex classes and triggers.
* A validation deployment for profiles.
What is the easiest way for him to address these requirements?
A developer has deployed a user story from a Dev sandbox that contains an old version of the code. While deploying, the auto-resolution engine has overwritten the most up-to-date version of the code in UAT. How can you prevent this from happening again in the future?
The PMD rule Avoid SOQL queries inside loops should have the highest priority when running a static code analysis scan. How you can set this?
Your company has multiple developers working in separate environments and sometimes your Apex
classes get overwritten. What can you do to prevent this?
You have created two different Account page layouts in Dev1, one for sales reps and and another one
for the support team. You have committed the two page layouts on a user story and you are ready to
deploy them to the next environment. However, the sales manager makes a last-minute decision for
his team to continue using the standard Account page layout for now. What is the easiest way to
prevent the sales reps layout from being deployed while deploying the support team layout?
After passing Apex tests on a user story and deploying an Apex hotfix user story from dev to
uat, other tests are failing in the validation deployment in production. How is this possible if
the deployment didn't fail before? Select all that apply!
Why the commits on a user story could display the status Commit not in branch?
As part of post scratch org creation, you would like to run a script to schedule a class in the scratch org. How you can accomplish this?
Dave comitted a new method on the AccountOperations class but, after deploying his changes from
DEV to INT, he found his changes were not there due to an auto-resolved Git conflict he was not
aware of. What could he have done to prevent this from happening just in this particular promotion?
Which of the following examples could potentially create a Git conflict?