



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Copado is a scalable, native Salesforce platform that addresses key challenges in the Salesforce development lifecycle. It offers a compliance hub, built-in agile tools, and integrations with external ALM systems to help teams manage releases efficiently. Copado's features, such as Selenium testing, static code analysis, and customizable Apex coverage requirements, ensure quality. The platform's branching strategy and deployment tools streamline the development and release process, enabling Salesforce teams to improve their DevOps practices and deliver high-quality applications more effectively.
Typology: Exams
1 / 6
This page cannot be seen from the preview
Don't miss anything!




What is Copado? Answer- A scalable SF native platform that provides value in every stage of the SF DevOps process How does Copado solve the lack of compliance? Answer- It includes a compliance hub tool that allows you t scan all the metadata changes made in your environments in order to find security breaches How can Copado help you manage releases in an agile way? (2) Answer- Provides you with built-in agile tools Supports integrations with external ALM systems Copado provides a conflict resolution engine that auto resolves Git conflicts in components. (T/F) Answer- True Which is NOT TRUE about Copado's integration with Version Control? Answer- It requires extensive knowledge of Git What quality checking options does Copado offer out of the box? (3) Answer- Selenium Testing Static Code Analysis Customization of the minimum Apex coverage required What is TRUE about User Stories? Answer- US establish a direct relationship between a change and its functional requirement Which of the following options are true about environments? (3) Answer- 1. An environment is created when the first org credential is authenticated
Which is NOT true about Promote and Deploy Checkbox? Answer- A deployment record is automatically created but the user needs to launch the Deployment Which Copado tool provides useful information regarding the status of the sprint and a whole picture of its content? Answer- Sprint Wall Dave made some changes to an Apex class in Dev1, but when he clicks Commit Changes the Apex class metadata type isn't available in the metadata grid. What should he check? Answer- He must check the Advanced Metadata filter section in the Org Credential record to see if there are any restricted metadata types Why would you flag an object as Retrieve Only when committing changes on a US? Answer- You just want to update FLS Ana has updated the Case layout and assignment. After a promotion, the assignment and layout have not been updated in the destination org. What should Ana check? (2) Answer- 1. Whether the support profile and the cases layout were selected in the same commit
Which of the following is TRUE about the Ready to Promote checkbox? Answer- User Stories flagged as Ready to Promote will be available for promotion but will need to be manually deployed What are the different types of branches that are managed by Copados branching strategy? Answer- Org branches, Promotion Branches, Feature Branches Which is NOT an advantage of Copados branching strategy? Answer- Creates only one release branch so reduces branches in your repository Which two branches are compared in a pull request? Answer- Feature branch and branch of destination org Why can't Debbie find the promotion branch after creating a new Promotion record and adding two user stories? Answer- She needs to click on Create Deployment first, and the Promotion branch will be created and will be visible in the Git Promotion step of the Deployment record Ana and Dave are working on the same object. Ana wants to ensure that only her work is committed (5 fields, 2 validation rules)? Answer- Select the object and also the 5 fields and 2 validation rules What is the easiest way to remove stories that have been rejected by QA after the promotion has already been created? Answer- Remove the user stories rejected by QA from the promotion Why might an environment be locked for a particular US when trying to back promote? Answer- The user story has already been back-promoted to that org Debbie has been working on a new object in the dev environment. She has created a record type and 4 fields. What is the best way for her to commit these changes? Answer-? Rob has to mass back promote 5 tested US from UAT to minimize SB discrepancies. He has to back prompt 1 US to dev1, 2 to dev2 and 2 to dev3. How many promotion records will be created when clicking Back Promote and Deploy? Answer- 3, on per destination environment Which of the following are TRUE about Copado Continuous Delivery? (3) Answer-
When committing changes on a user story, where are these changes committed? Answer- They are committed to the user story feature branch What actions are triggered when Dave commits changes (Dev3) in a user story? Answer- A feature branch is created out of the master branch and then merged into the dev3 branch What are some of the challenges in the development life cycle Copado helps address? (3) Answer- Limited set of quality checks Lack of monitoring and compliance The struggle of migrating data from multiple objects What is a reason to use 'Ready to Promote' instead of Promote and Deploy? Answer- To promote multiple US at once Under which columns of the metadata grid can you define filters with conditions? Answer- Name, Created by, Last Modified By Which is TRUE when continuously using the Mass Back Promotion feature? (3) Answer- 1. Reduces time by back promoting all the US in bulk