Copado-Developer Copado Developer Certification Exam

Loading demo links...

Showing 7–9 of 10 questions

Question 7

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?

Select an option, then click Submit answer.

  • Resolve the conflict manually using the Online Conflict Resolution feature. (Might be this ans)

  • Commit the code again in US1 before deploying.

  • Use the Order User Stories by field in the Promotion record.

  • Commit the code again in US2 before deploying.


Question 8

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?

Select an option, then click Submit answer.

  • Set the rule violation score in the PMD Default RuleSet to 1.

  • Change the rule priority in the PMD Default RuleSet to 1. (I think this is correct as priority start from 1 still we need to check in PMD doc)

  • Change the rule priority in the PMD Default RuleSet to 0.

  • Create a new rule and set the priority to Blocker. Then, add it to the Default RuleSet.


Question 9

Who can see the Advanced button in button on the Commit Changes page?

Select an option, then click Submit answer.

  • Any user with access to Destructive Changes Git operation.

  • Anyone with the Copado User managed permission set assigned.

  • Any user with Edit User Story Commit Base Branch custom permission assigned.

  • Just the owner of the user story.