Updated Nov-2021 Test Engine to Practice Test for Development-Lifecycle-and-Deployment-Designer Exam Questions and Answers!
Salesforce Certified Development Lifecycle and Deployment Designer Certification Sample Questions and Practice Exam
The topics of Development Lifecycle and Deployment Designer Exam
Candidates must know the exam topics before they start of preparation. Because it will really help them in hitting the core. Our Development Lifecycle and Deployment Designer dumps will include the following topics:
- METADATA API 10%
- CHANGE SETS 5%
- METHODOLOGY TOOLS 3%
- TESTING 10%
- APPLICATION LIFECYCLE MANAGEMENT 17%
- ENVIRONMENTS 15%
- CONTINUOUS INTEGRATION TECHNIQUES 8%
- UNDERSTANDING PACKAGES 3%
- GOVERNANCE 17%
- RISK IDENTIFICATION AND MITIGATION 12%
To get more information visit:
Development Lifecycle and Deployment Designer Exam Reference
NEW QUESTION 84
Universal Containers is a global organization that maintains regional production instances of Salesforce. One region has created a new custom object to track Shipping Containers. The CIO has requested that this new object be used globally by all Salesforce instances and further maintained and modified regionally by local administrators. Which two deployment tools will support this request? Choose 2 answers
- A. Force.com IDE
- B. Change sets
- C. Tooling API
- D. Force.com Migration Tool
Answer: A,D
NEW QUESTION 85
Universal Containers (UC) has two major releases every year and the team always runs into longer deployment times.
In which two ways can UC reduce deployment time? (Choose two.)
- A. Specify the tests to run by using the RunSpecifiedTests test level.
- B. Validate the deployment before migrating components to Production.
- C. Use recent deployment validations and the quick-deploy feature.
- D. Deploy components in groups to reduce deployment time.
Answer: A,C
NEW QUESTION 86
Universal Containers has defined a software tool to support Agile processes, but the development team is not regularly updating the status of their work in progress.
What Scrum value is compromised by this bad practice, and why?
- A. Commitment, because the team is not committed to follow the Agile methodology.
- B. Focus, because the teams are not focusing in the agile process expected activities.
- C. Courage, because the teams should be transparent about progress and speak up when they need help.
- D. Openness, because the team is not open to a new methodology.
Answer: C
NEW QUESTION 87
The opportunity Service and opportunity Service Test classes are in package A but are used only in package B.
Both second-generation packages have the same namespace. Therefore, they should be moved to package B for better organization and control.
What should the architect recommend for this process?
- A. Move the classes of package A to package B and create new package versions.
- B. Set the classes as deprecated in package A and recreate them in package B.
- C. Set the classes as deprecated in package A and recreate them in package B with new names.
- D. Move the classes of package A to package 8 and change the code for package B that called this class from package A.
Answer: D
NEW QUESTION 88
Which two actions will contribute to an improvement of code security?
Choose 2 answers
- A. Implement a pull request and secure code review.
- B. Hire a company specialized in secure code review the current code.
- C. Use two developers to review and fix current code vulnerabilities.
- D. Integrate a static code security analysis tool in the CI/CD process.
Answer: B,D
NEW QUESTION 89
Universal Containers has many backlog items and competing stakeholders who cannot agree on priority.
What should an architect do to overcome this?
- A. Organize a sprint planning meeting with the Scrum team.
- B. Allow the delivery teams to pick the best work for the business.
- C. Take over prioritization for the stakeholders.
- D. Facilitate the design of a prioritization model with the stakeholders.
Answer: D
NEW QUESTION 90
Which statement is true for the Staging sandbox in the following diagram?
- A. When created or refreshed, the Staging sandbox is a full replica of Production
- B. The Staging environment can only be updated once every two weeks
- C. Salesforce major releases (e.g., Winter to Spring) always occur in Staging and Production at the same time
- D. The Staging sandbox is automatically refreshed on a schedule set by the administrator
Answer: A
NEW QUESTION 91
Universal Containers (UC) has used Salesforce for the last 6 years with 50% custom code. UC has recently implemented continuous integration. UC wants to improve old test classes whenever new functionality invalidates tests. UC also wants to reduce the deployment time required. What should Architect recommend?
- A. Test classes cannot be executed in sandboxes.
- B. Do not execute test classes in sandboxes and all test classes in Production.
- C. Execute all test classes in sandboxes and selected test classes in Production.
- D. A Do not execute any test classes in sandboxes and Production.
Answer: C
NEW QUESTION 92
Universal Containers (UC) had added a Service team to the Salesforce Platform. The Service team would like to have a few dozen of the service centers entered into the system as technical reference data. The service centers are made searchable in many different web forms and rather independent from all other business entities. In the past, they had to manually add any new service centers in each sandbox in the code migration path, they would like to eliminate the manual work if it is possible.
What is an optimal way to accomplish this requirement?
- A. Add all of the service centers to a custom metadata type.
- B. Add the service centers to a list custom settings.
- C. Define a brand-new custom object with a picklist field to host all of the service centers.
- D. Add the service centers to a hierarchical custom settings.
Answer: A
NEW QUESTION 93
The release will be deployed over a weekend, one week after Salesforce updates the production environment (e.g., from Winter to Spring). UC has found that a full sandbox refresh can take several days. What should the architect suggest as an optimal deployment plan?
- A. One week before go -live, initiate the Staging sandbox refresh and then immediately deploy to Staging.
Deploy from Staging to Production at go-live - B. One month before go -live, deploy to Staging and to Production Support. Deploy from Production Support to Production at go-live
- C. Approximately six weeks before go -live, ensure the sandbox will be on the release preview. One week before go live, deploy to Staging. Deploy from Staging to Production at go-live
- D. Two weeks before go -live, deploy to Staging and then refresh the Staging and Production support sandboxes. Deploy from Staging to Production at go-live
Answer: C
NEW QUESTION 94
Due to several issues, Universal Containers wants to have better control over the changes made in the production org and to be able to track them. Which two options will streamline the process? Choose 2 answers
- A. Use the Force.com IDE to automate deployment to the production.org
- B. Allow no code/configuration changes directly in the production.org
- C. Make all code/configuration changes directly in the production org.
- D. Use Metadata API to automate deployment to the production.org
Answer: B,D
NEW QUESTION 95
There are many types of quality assurance techniques that can help minimize defects in software projects.
Which two techniques should an architect recommend, for Universal Containers to incorporate into its overall CI/CD pipeline?
Choose 2 answers
- A. Automated browser testing
- B. Static code quality analysis
- C. Stress testing
- D. Business verification testing
Answer: A,B
NEW QUESTION 96
Universal Containers are concerned that after each release, reports and dashboards seem to roll back to previous versions. Executives spend many hours crafting these dashboards to perfectly meet their needs, and are now questioning the Salesforce platform's ability to save things, even data records.
What can the Salesforce architect advise to stop the rollbacks from happening?
- A. Remove the executive's ability to change reports, and only allow developers to do that.
- B. Use a third-party data warehouse.
- C. Ensure report metadata is exported daily and that it is merged into the developer branches before the next release.
- D. Back up all the reports just before the release, then reimport them after the release,
Answer: C
NEW QUESTION 97
Universal Containers has proposed using a Developer Edition org to stage changes to their Customer Community, which includes multiple custom Visualforce pages and components.
Which three risks should a Technical Architect consider in this strategy? (Choose three.)
- A. Developer Edition orgs do NOT run on production servers, and will NOT perform well during testing,
- B. Developer Edition orgs have limited user counts and low data volume limits, which will make User Testing difficult.
- C. Code changes CANNOT be deployed from a Developer Sandbox to Production.
- D. Developer Edition orgs CANNOT have sandboxes, which will make team development difficult.
- E. Change Sets CANNOT be used to deploy from Developer Edition to Production, which will make deployment more complex.
Answer: B,D,E
NEW QUESTION 98
Universal Containers has a stable continuous integration process and all stakeholders are happy. However, user testing takes long time, as data has to be setup. What should an Architect do to address this problem?
- A. Test data creation is outside the scope of continuous integration.
- B. Train business users to create test data more efficiently.
- C. Include automated sample data during deployment.
- D. Advise the project manager to assign more users to create test data.
Answer: C
NEW QUESTION 99
At any given time, Universal Containers has 10 Apex developers building new functionality and fixing bugs.
Which branching strategy should an Architect recommend that mitigates the risk of developers overwriting others changes?
- A. Have all developers work in the same branch, continuously testing for regressions
- B. Have all developers build new functionality in new branches, but fix bugs in the HEAD
- C. Don't use source control. Rely on Salesforce's built-in conflict detection mechanism
- D. Have developers work in separate branches and merge their changes in a common branch for testing
Answer: D
NEW QUESTION 100
Universal Containers has seven orgs in different regions. Its processes are global and standardized but each region needs the flexibility to be able to understand the global code and customize some aspects for its regions.
Which development model is optimized for this need?
- A. Use a managed package for global code and another managed package for ail regions code.
- B. Create a centralized Git with all the code and where the global team approves the changes made by the local teams.
- C. Use unlocked packages to deploy the global code and allow each country to create its customized unlocked package extensions,
- D. Use a managed package to deploy the global code and allow local teams to request the addition of code within that package.
Answer: C
NEW QUESTION 101
......
Certification dumps Salesforce Developer Development-Lifecycle-and-Deployment-Designer guides - 100% valid: https://www.pass4training.com/Development-Lifecycle-and-Deployment-Designer-pass-exam-training.html

