Questions and Answers 100% Pass
Copado - ✔✔Scalable Salesforce-native application that you can download and install
in an org.
It provides you with a complete system to plan, track and carry out your DevOps
activities. It also adds value in every stage of the Salesforce DevOps process.
User Story - ✔✔Element used in agile software development that contains the
description of a requirement from an end-user perspective and relevant information
about the changes to be implemented by developers.
In Copado, a user story is also used as a container object to develop, commit, promote,
and deploy development work.
The smallest unit of work in an Agile framework. It's an informal, general explanation
of a software feature written from the perspective of the end-user or customer.
Version Control System - ✔✔A single source of truth - into the development lifecycle.
With Git, all changes are tracked.
© EMILY CHARLENE YEAR 2025-2026, ALL RIGHTS RESERVED 1
, With version control, every modification in a file is recorded along with information
about who made the change and the reason behind it.
Destructive Changes Git operation - ✔✔You can easily remove any unwanted changes
from your orgs.
Overlap Awareness - ✔✔If any potential conflict is found while multiple developers are
making changes in shared components, Copado will alert them so that they can be
aware of the risk, track the conflict status and open a pull request in order to work
together towards a resolution.
Static Code Analysis - ✔✔Type of quality check that allows you to analyze your code to
find inefficiencies and detect common errors in the code. Code analysis can be
performed using PMD, CodeScan, or SonarQube.
Credential - ✔✔Connection between a user and a Salesforce environment. To work with
Copado, you need to create a credential with your user in the org where Copado is
installed.
When creating a credential, the level of access is the same as the username used to
authenticate the credential.
Credentials are authenticated using the OAuth protocol, where no passwords are
exchanged. Therefore, even if you change the org's password or security token, the
connection with Copado remains active.
Environment - ✔✔Represents a Salesforce organization or instance of an application in
other clouds such as Heroku or MuleSoft.
© EMILY CHARLENE YEAR 2025-2026, ALL RIGHTS RESERVED 2