Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Copado > Copado Certified Developer > Copado-Developer

Copado-Developer Copado Developer Certification Exam Question and Answers

Question # 4

To which of the following components does Copado apply the resolution strategy "branch A wins over branch B"? Select all that apply!

A.

Apex classes

B.

Custom objects

C.

Profiles

D.

Layouts

Full Access
Question # 5

You would like to receive an alert whenever the static code analysis score of a user story is above 15. How you can achieve this?

A.

In the Environment record, set the Maximum SCA Score field to 15. Correct

B.

In the Org Credential record, set the Maximum SCA Score field to 15.

C.

In the Pipeline record, set the Maximum SCA Score to 15.

D.

In the User Story record, set the Maximum SCA Score field to 15.

Full Access
Question # 6

Debbie has created a new custom field in Dev1. She commits it on a user story together with the permission set to deploy FLS. After committing the changes, she realizes she forgot to grant the permission set access to the field in Dev1, so she goes back to Dev1 and updates the FLS. What is the easiest way to ensure the FLS is deployed to the next environment together with the field?

A.

She can go back to the user story where she committed the changes and use the Recommit Files Git operation.

B.

She needs to create a new user story and commit again the permission set.

C.

She needs to delete the user story, create a new one and commit again the field and the permission set.

D.

She needs to create a new user story and commit again the custom field.

Full Access
Question # 7

The development team is complaining that when they try to select a metadata source in the scratch org wizard, they can only see Branches. Developers should be able to select any metadata source.

How you can fix this?

A.

Set the Copado DX Mode picklist field in the Pipeline record to 'None'.

B.

Set the Copado DX Mode picklist field in the Pipeline record to 'All Metadata Sources'.

C.

Give the developer profile the correct object level permissions to all metadata sources.

D.

Set the Copado DX Mode picklist field to 'Branches' in all the environments.

Full Access
Question # 8

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?

A.

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

B.

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

C.

The environment and org credential of the related user story were accidentally changed to a different one.

D.

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

Full Access
Question # 9

Your company has multiple developers working in separate environments and sometimes your Apex

classes get overwritten. What can you do to prevent this?

A.

Activate Online Conflict Resolution feature by removing Apex classes from the Exclude From Auto Resolve field in the Promotion record.

B.

Activate the Online Conflict Resolution feature by removing Apex classes from the Exclude From Auto Resolve field in the Pipeline record

C.

Activate the Online Conflict Resolution feature by including Apex classes in the Exclude From Auto Resolve field in the Pipeline record

D.

Create a validation rule to prevent the same Apex component from being committed in different environments.

Full Access
Question # 10

Which IS TRUE about Static Code Analysis using CodeScan?

A.

You can generate a default rule set from Copado.

B.

You can review the violations from the Static Code Analysis Result related list on the User Story record.

C.

The rule set includes built-in rule records.

D.

The score is calculated by subtracting the selected rule priority from 5.

Full Access
Question # 11

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?

A.

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

B.

Commit the code again in US1 before deploying.

C.

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

D.

Commit the code again in US2 before deploying.

Full Access
Question # 12

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

Full Access