Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Copado Copado-Developer - Copado Developer Certification Exam

Page: 1 / 3
Total 84 questions

You have been assigned the task of deleting a custom field. After deleting the custom field in a

sandbox, you have created a user story to delete the field in Git and in upper environments, but you

refreshed the medata grid before selecting the custom field. What can you do now in order to perform a destructive changes commit of the field? Select all that apply!

A.

Use the Org Credential lookup field on the Commit Changes page and find the component in another org.

B.

Change the Org Credential lookup field on the user story and find the component in another org.

C.

Use the Add Row button on the Commit Changes page and add the API name of the component.

D.

Change the base branch on the user story to locate the field in another branch

For which of the following components would you enable the Online Conflict Resolution

feature? Select all that apply!

A.

Custom object translations

B.

Apex triggers

C.

Apex classes

D.

Profiles

Why the commits on a user story could display the status Commit not in branch?

A.

The committed component had no changes compared to the master branch.

B.

Someone has deleted the commits directly in the feature branch.

C.

The commit process failed.

D.

Someone has used the Re-Create Feature Branch on the user story

Rob, has set up the following connection behavior in UAT:

Dave, the lead developer, has committed an Apex class in dev1 and is going to deploy it to UAT.

What will happen once the user story is successfully deployed to UAT?

A.

The user story will be displayed in the user stories behind count on the Pipeline page, and Dave will have to manually back-promote it by clicking on Back Promote & Deploy.

B.

Copado will re-run the quality checks and automatically back-promote the user story to the other lower environments connected with UAT only if the relevant Apex tests pass. (This might be correct, still need to check)

C.

Copado will send Dave a notification to let him know that the user story is ready to be backpromoted to other lower environments connected with UAT.

D.

Copado will automatically back-promote the user story to other lower environments connected with UAT.

The Staging Environment record has the Run all local tests checkbox enabled. A user story

with Apex components and the promotion test level set to RunSpecifiedTests is being

promoted and deployed. What test level is going to be enforced?

A.

If the Run all local tests checkbox is enabled in the destination environment, every Copado deployment will always run all local tests.

B.

The promotion test level on the user story will win over the run all local tests specified in the environment.

C.

If the Run all local tests checkbox is enabled in the source environment, every Copado deployment will always run all local tests.

D.

Copado will run specified tests

Which is TRUE about Static Code Analysis using CodeScan?

A.

You don't need to have a CodeScan account.

B.

CodeScan is only recommended to check Apex classes.

C.

You need to create Static Code Analysis Settings with CodeScan record type.

D.

All are correct

Which of the following examples could potentially create a Git conflict?

A.

Merge the release branch into the destination branch.

B.

Merge the feature branch into the source org's branch.

C.

Merge the feature branch into the promotion branch.

D.

B and C.

Dave is taking a look at some of the data they have imported from production to dev2 for testing

purposes using data templates, and he has noticed the data in some of the fields doesn't match that

of the production environment. What could be the reason for this? Select all that apply!

You have reached the max number of allowed answers

A.

The user who created the data templates used Scramble with Format in some of the fields to avoid moving sensitive data.

B.

Dave has imported the wrong data template.

C.

The user who created the data templates used Scramble Value in some of the fields to leave out sensitive data.

D.

They used the Global Find and Replace feature to scramble the values

You would like to create a scratch org that has a duration of 15 days. Where can you set this value?

A.

In the project template

B.

In the extensions.

C.

In the user story.

D.

In the scratch org definition.

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?

A.

This is not possible.

B.

{!Environment.classes/packagePrefix__.*}.

C.

packagePrefix__.*?.

D.

packagePrefix__fieldName1, packagePrefix__fieldName2, packagePrefix__fieldName3 and so on.