Questions & Answers Test
QUESTIONS AND VERIFIED
SOLUTIONS |2026|
ELABORATED &DETAILED
ANSWERS!!
1 What Is Copado? - 🧠 ANSWER ✔✔
2 Standard Salesforce Development Lifecycle* - 🧠 ANSWER ✔✔
,3 What is Devops? - 🧠 ANSWER ✔✔DevOps is a combination of practices
that automate and enable greater effectiveness in the process of building
and running software. DevOps combines the technical practices of
Continuous Delivery with the business practices of lean management and
lean product development.
4 What are the main Challenges in Salesforce Development Lifecycle? - 🧠
ANSWER ✔✔The first thing you encounter is that there's not a clear
overview of the whole process. You may have these questions
Where do changes happen?
Should I start in dev1, or can I implement my changes directly in
production?
Which environment do I need to deploy first?
Is it UAT or Integration?
Who is going to approve my changes?
5 what are the limitations of the change sets? - 🧠 ANSWER ✔✔Change
Sets Limitations - Companies spend a lot of time building change sets.
Here are some of the limitations of change sets that you should know:
,1.Change sets do not offer the capability to search components by name or
type. As a developer, you are forced to browse through multiple pages to
find the metadata items you want to select.
2.If you accidentally add a component, you cannot filter within your
selections to remove the component quickly.
3.Certain components are not available to be deployed using change sets,
and it's possible to move changes only across environments that are
connected.
4.With change sets, all selected components come in a single list, so you
can't scope which modification is based on which request
5. Change sets do not enable continuous delivery, and automation of
deployments is not an easy task
6 What are the difficulties Keeping Environments in Sync? - 🧠 ANSWER
✔✔Release teams struggle with sandbox syncing after deploying to higher
environments. For example, if a company uses a hotfix sandbox to develop
and push fixes to production, lower environments will show discrepancies
regarding the production environment. These differences can lead to
deployment errors and a blocked pipeline. Even having multiple developer
environments requires users to keep those environments in sync.
COPYRIGHT©PROFFKERRYMARTIN 2025/2026. YEAR PUBLISHED 2026. COMPANY REGISTRATION NUMBER: 619652435. TERMS OF USE.
PRIVACY STATEMENT. ALL RIGHTS RESERVED
, 7 What are the Problems arise if we refresh the sandboxes.? - 🧠 ANSWER
✔✔1. Metadata loss. All the work in progress in a sandbox will be
overwritten after the refresh.
2. Full sandboxes can only be refreshed once per month, therefore they
can't easily receive changes that were sent from a hotfix environment to
production.
3. Scrambled emails. Whenever a sandbox is refreshed, user email
addresses are modified in the sandbox so that production users don't
receive automatically generated email messages from the sandbox. Hence,
users are required to validate an email address change in order to be able
to log in again into the sandbox. 4.Data loss. Unless you're refreshing a full
sandbox or a partial copy, you will lose all data. Hence, you need to
recreate the test data all over again.
8 What happens If multiple Developers working on the same components?
- 🧠 ANSWER ✔✔"There is a major issue when multiple developers work in
the same environment and perform changes in the same components. As
mentioned in the Change Sets Limitations section, when you work with