Copado - Fundamentals II Exam
Questions with 100% Correct Answers
A ___ is a ___ of ___ in the ___ page that gives users access to different
___. - ✔✔Git Operation;
course; actions;
User Story Commit;
commit behavior operations
Apex is an ___ programming language developed by Salesforce. An ___ is
a ___ that contains ___ and ___ enabling users to create ___. - ✔✔object-
oriented;
Apex class;
coding template;
variables; methods;
objects
A ___ is an ___ that ___ creates when you ___ to a ___. - ✔✔feature
branch;
auxiliary branch;
,©JOSHCLAY 2024/2025. YEAR PUBLISHED 2024.
Copado;
commit changes;
user story
___ is a ___ in the ___ that ___ and ___ all your ___ ___ to be ___ to the
next ___. - ✔✔User Story Selections;
section; User Story;
displays; carries;
metadata components;
selected;
promoted;
environment
Recommit Files is one of the ___ available on the ___ page. - ✔✔Git
Operations;
User Story Commit
The ___ feature enables you to ___, ___ from ___, and ___ the user story
___. - ✔✔Recommit Files;
recommit components;
remove components;
User Story Selections;
,©JOSHCLAY 2024/2025. YEAR PUBLISHED 2024.
re-create;
feature branch
If the ___ operation is selected, the ___ will automatically switch to the ___
tab, displaying the ___ in the ___. - ✔✔Recommit Files;
metadata grid;
Selected;
components previously committed;
user story
While using the Recommit Files feature, you can still navigate to the to the
___ tab and ___ to the ___. - ✔✔All Metadata;
add new components;
User Story Selections
Upon selecting the ___ option, the ___ checkbox is added to the ___
layout. Depending on whether this option is flagged or not, the ___ will
behave differently. - ✔✔Recommit Files;
Re-Create Feature Branch;
Commit Changes;
Recommit Files commit
, ©JOSHCLAY 2024/2025. YEAR PUBLISHED 2024.
If the ___ checkbox is UNCHECKED, Copado will do the following when
committing:
• Commit the ___ in the ___
• If the ___ is not found because it was deleted manually in the ___,
Copado will automatically create a ___ and commit the ___ - ✔✔Re-Create
Feature Branch;
• selected metadata components; existing feature branch;
• feature branch;
Git Repository; feature branch; selected metadata
If the ___ checkbox is CHECKED, Copado will do the following when
committing:
• ___ the ___ in the ___
• Create a new ___
• Commit the ___ - ✔✔Re-Create Feature Branch;
• Delete; existing feature branch; Git repository;
• feature branch;