Copado-Developer Copado Developer Certification Exam

Loading demo links...

Showing 4–6 of 10 questions

Question 4

In a sandbox, you have made some changes in the System Admin profile. When you try to deploy the

profile, you are getting the error "Unknown User Permission: ManageSandboxes." What can you do in

order to move your changes forward? Select all that apply!

Select all that apply, then click Submit answer.

  • Create a YAML file to exclude the ManageSandboxes permission, add it to the pipeline and redeploy.

  • In the Git Promotion deployment step, use the Find and Replace feature to exclude the ManageSandboxes permission and redeploy.

  • Manually remove the ManageSandboxes permission from the destination branch and redeploy.

  • Update the .gitignore file in the uat branch to exclude the user permissions introduced in the higher API version and redeploy.


Question 5

You would like to create a YAML file to remove all references to Field Level Security from managed

fields in profiles. Which value should you use in the replace_values parameter?

Select all that apply, then click Submit answer.

  • packagePrefix__.*?.

  • packagePrefix__fieldName1, packagePrefix__fieldName2,

  • packagePrefix__fieldName3 and so on.
    {!Environment.classes/packagePrefix__.*}.

  • This is not possible.


Question 6

After pushing changes using the Copado CLI, you notice that the feature branch is being merged to a different environment branch in your remote repository. What could be the reason behind this?

Select an option, then click Submit answer.

  • The Copado CLI push command doesn't trigger the merge of the feature branch with the environment branch.

  • The Copado CLI push command doesn't trigger the merge of the feature branch with the promotion branch.

  • The environment and org credential of the related user story were accidentally changed to a different one.(Not Sure)

  • Copado doesn't merge the feature branch with the environment source branch.