




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
A comprehensive set of test questions and complete solutions related to the copado platform, a scalable salesforce-native devops solution. The questions cover a wide range of topics, including copado's features, integrations, and best practices for managing releases, deployments, and compliance in an agile salesforce development environment. The document aims to assess the user's understanding of copado's capabilities and how it can address common challenges in the salesforce development lifecycle, such as limited quality checks, lack of monitoring and compliance, and the struggle of migrating data from multiple objects. By studying this document, users can gain valuable insights into copado's functionality, learn how to leverage its tools and features effectively, and prepare for potential exam or assessment questions related to salesforce devops and copado.
Typology: Exams
1 / 8
This page cannot be seen from the preview
Don't miss anything!





What is Copado? - correct 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? - correct 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) - correct 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) - correct answer>> True Which is NOT TRUE about Copado's integration with Version Control? - correct answer>> It requires extensive knowledge of Git What quality checking options does Copado offer out of the box? (3) - correct answer>> Selenium Testing Static Code Analysis Customization of the minimum Apex coverage required What is TRUE about User Stories? - correct answer>> US establish a direct relationship between a change and its functional requirement Which of the following options are true about environments? (3) - correct answer>> 1. An environment is created when the first org credential is authenticated
How can you access the feature branch in your Git repository directly from a US? - correct answer>> Using the link in the 'View in Git' field What should Anas first step be when components are missing from the metadata grid? - correct answer>> Refresh the Metadata index You can back-promote a US that has not yet been deployed to a higher environment. (T/F) - correct answer>> False What is the easiest way to ensure you are deploying the most recent version of a component that has just been updated? - correct answer>>? Select two reasons why you would use a Back Promotion - correct answer>> To keep sandboxes in sync To propagate a hotfix How can Rob review deployment errors from a failed promotion? - correct answer>> Navigate to the promotion record from the US Promotions RL, then open the related deployment and review the results in the failed deployment step Which of the following statements is TRUE about feature branches? - correct answer>> The feature branch that is created when you commit on a user story in dev is reused by Copado when you deploy the user story to production What is the quickest way to mass back-promote US with Copado? - correct answer>> ?? What could be the reason why a commit would display 'No Changes' status? (2) - correct answer>> 1. The latest commit has no differences compared to the master
You have deployed a story from dev1 to UAT to delete a layout. This layout was never back promoted to dev2, so you don't want this US to show up in the US Behind count. How can this be achieved without losing information? - correct answer>> Flag the Exclude from CBM checkbox in the US record How can you create a validation deployment of multiple US? - correct answer>> Create a promotion record and add all the US. Click on Create Deployment, flag the Validation only checkbox and click submit What branches are involved in the commit process? - correct answer>> Feature branches and org branches Which of the following is TRUE about the Ready to Promote checkbox? - correct 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? - correct answer>> Org branches, Promotion Branches, Feature Branches Which is NOT an advantage of Copados branching strategy? - correct answer>> Creates only one release branch so reduces branches in your repository Which two branches are compared in a pull request? - correct 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? - correct 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 ( fields, 2 validation rules)? - correct 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? - correct answer>> Remove the user stories rejected by QA from the promotion
What is a reason to use 'Ready to Promote' instead of Promote and Deploy? - correct answer>> To promote multiple US at once Under which columns of the metadata grid can you define filters with conditions? - correct answer>> Name, Created by, Last Modified By Which is TRUE when continuously using the Mass Back Promotion feature? (3) - correct answer>> 1. Reduces time by back promoting all the US in bulk
should Ana follow to commit the FSL? - correct answer>> Flag the Sales Profile as Selected and the field as retrieve only What are the advantages of applying best practices in Mass Back Promotions? (3) - correct answer>> 1. Reduces time by back promoting all the User Stories in bulk