
100% Pass Guaranteed Accurate Development-Lifecycle-and-Deployment-Architect Answers 365 Days Free Updates
Development-Lifecycle-and-Deployment-Architect DUMPS Q&As with Explanations Verified & Correct Answers
Salesforce Development-Lifecycle-and-Deployment-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
NEW QUESTION 112
Universal Containers has a highly customized Salesforce org, with many different pieces of configuration and code. Which configuration item should be covered by executable tests?
- A. Validation Rules
- B. Case Assignment Rules
- C. Active Process Builders
- D. Workflow Rules
Answer: C
NEW QUESTION 113
Universal Containers (UC) has multiple teams with major projects working concurrently in their own developer sandboxes. After deploying to production, a bug is discovered. Due to tight timelines, the development team has suggested correcting the bug in the user acceptance testing (UAT) environment, which is a full copy sandbox.
What should the architect recommend?
- A. UC should spin up a new sandbox to use as a hot fix environment. Once the bug is corrected, the change should be applied to production and downstream environments.
- B. The fix should be made in the developer environment where the project work was done.
Once the fix has been made, it should go through a full deployment/testing process and adhere to the normal project cadence. - C. Correcting the bug in UAT is ideal. Since UAT is a full copy, it will be the fastest location to fix and test the resolution.
- D. Since the issue was found in production, it should be treated as a change request and go into the backlog as an enhancement.
Answer: A,D
NEW QUESTION 114
Which two environments are appropriate for creating a managed package? Choose 2 answers
- A. Production Org with LMA
- B. Developer Pro Sandbox Org
- C. Partner Developer Edition Org
- D. Developer Edition Org
Answer: C,D
NEW QUESTION 115
Universal Containers (UC) has two subsidiaries which operate independently. UC has made the decision to operate two of separate Salesforce orgs, one for each subsidiary. However, certain functions and processes between the two orgs must be standardized. Which two approaches should UC take to develop customizations once, and make them available in both orgs? Choose 2 answers
- A. Create a managed package in a sandbox and deploy it to both production orgs
- B. Create a package in a Developer Edition org and deploy it to both production orgs
- C. Set up Salesforce-to-Salesforce to deploy the functionality from one org to the other
- D. Develop the functionality in a sandbox and deploy it to both production orgs
Answer: B
NEW QUESTION 116
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 dat a. 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 the service centers to a list custom settings.
- B. Define a brand-new custom object with a picklist field to host all of the service centers.
- C. Add the service centers to a hierarchical custom settings.
- D. Add all of the service centers to a custom metadata type.
Answer: D
NEW QUESTION 117
What two things are needed to delete metadata with a deploy() call?= Choose 2 answers
- A. DestructiveChanges.xml file.
- B. The CURRENT API version must be used.
- C. PurgeOnDelete option must be set to TRUE.
- D. Package.XML file.
Answer: A,D
NEW QUESTION 118
Universal Containers CUC) is looking for advice on how often it should refresh its sandboxes. UC currently uses a development Mfecycle that starts with developer environments and moves to integration testing, QA testing, UAT, and then production. They have many scrum teams working concurrently and the teams do not agree on when refreshes should occur.
What two recommendations should the architect suggest?
Choose 2 answers
- A. Sandboxes should be refreshed on the day when the refresh is allowed for that type of sandbox.
- B. Development environments should generally be refreshed after each working feature has been successfully migrated.
- C. Production is the only pristine environment.
- D. Integration sandboxes should be refreshed rarely because of the burden of maintaining the various API.
Answer: C,D
NEW QUESTION 119
Universal Containers operates from North America and does business within North Americ a. UC has just acquired a local company in Asia to start operating from Asia. Currently, these two business units operate in two different languages. Both units have different sales processes and have to comply strictly with local laws. During the expansion phase, UC would like to focus on innovation over standardization. What should an architect recommend given the scenario?
- A. Opt for Multi-org strategy, standardized sales process, common rules, and same locale across orgs.
- B. Opt for Multi-org strategy, each org have its own sales process, common rules and operate in locale
- C. Opt for Single-org strategy, standardized sales process, common rules, and same locale for all business units.
- D. Opt for Single-org strategy, standardized sales process, common rules, and business unit-specific locale
Answer: B
NEW QUESTION 120
Universal Containers CUC) has decided to improve the quality of work by the development teams. As part of the effort, UC has acquired some code review software licenses to help the developers with code quality.
Which are two recommended practices to follow when conducting secure code reviews? Choose 2 answers
- A. Generate a code review checklist to ensure consistency between reviews and different reviewers.
- B. Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.
- C. Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.
- D. Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.
Answer: A,D
NEW QUESTION 121
5. Universal Containers (UC) is planning to move to Salesforce Sales Cloud and retire its homegrown on-premise system. As part of the project, UC will need to migrate 5 million Accounts, 10 million Contacts, and 5 million Leads to Salesforce.
Which three areas should be tested as part of data migration?
Choose 3 answers
- A. Page layout assignments
- B. Lead assignment
- C. Contact association with correct Account
- D. Account and Lead ownership
- E. Data transformation against source system
Answer: C,D,E
NEW QUESTION 122
The CTO at Universal Containers is complaining to the software development managers that he has no visibility of their teams' work status.
What two software development methodologies should an architect suggest to solve this issue, and why?
Choose 2 answers
- A. Kanban, because one of its basic elements is to make everything visible, creating consistent transparency of work items
- B. Waterfall, because it defines a fixed schedule and duration for each activity.
- C. Scrum, because openness is one of the five core Scrum values.
- D. DevOps, because monitoring and logging practices help you stay informed of performance in real time.
Answer: A,C
NEW QUESTION 123
Universal Containers CUC) is embarked on an enterprise salesforce transformation journey, UC would like to streamline and automate deployment to different sandboxes during the build phase. Upon customer acceptance in UAT, the company requested to automate the production deployment as well.
As the deployment architect, what is the recommendation to satisfy the customer requirements?
- A. Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
- B. Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
- C. Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.
- D. Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
Answer: C
NEW QUESTION 124
A Salesforce partner intends to build a commercially available application by creating a managed package for distribution through AppExchange.
What two types of environments can the partner use for development of the managed package? Choose 2 answers
- A. Developer Edition
- B. Developer Pro sandbox
- C. Developer sandbox
- D. Partner Developer Edition
Answer: C,D
NEW QUESTION 125
Cloud Kicks (CK) is launching a new sneaker line during the upcoming holiday season and needs to do a thorough batch data testing before Go-Live. CK is using Salesforce unlimited edition.
What two sandbox types should the architect recommend for batch data testing?
Choose 2 answers
- A. Developer sandbox
- B. Developer Pro sandbox
- C. Partial Copy sandbox
- D. Full sandbox
Answer: C,D
NEW QUESTION 126
Universal Containers (UC) is working on a major project and has determined that its approach to a certain feature will no longer work with an upcoming Salesforce platform release (e.g., Winter to Spring).What should a Technical Architect recommend to address this issue?
- A. Continue with the current approach, since Salesforce will rectify the issue prior to updating the production environment to the new platform release
- B. Determine the developer sandbox upgrade schedule, and have the developer refactor the approach to the feature in the upgraded sandbox
- C. Continue development in a non -upgraded sandbox, and have the developer update the API version of the code to the upcoming API version for testing purposes
- D. Submit a request to Salesforce to enable the 'delay upgrade' feature in their org. Have the UC administrator schedule the upgrade for a later date
Answer: B
NEW QUESTION 127
Universal Containers (UC) environment management architect is using the package development model for deployment to different orgs.
Which metadata changes does the architect need to track manually?
- A. Only the changes made via the Setup UI.
- B. Changes to components not yet supported by source tracking.
- C. No manual tracking required. All changes are automatically tracked.
- D. All metadata changes for the release.
Answer: C
NEW QUESTION 128
Universal containers have recently replaced a custom service center application with Salesforce Service Cloud. Administrators are now confused about which fields and classes are actively being utilized and how future implementations can be maintained. Choose 2 answers
- A. Create a governance framework focused on high-level business strategy and goals.
- B. Create an adoption plan for end users using Salesforce dashboards and reports.
- C. Create a standard method for deprecating classes and fields using design standards.
- D. Create a governance process requiring all projects to create project deliverable documentation.
- E. Create a design standard requiring integration to use declarative configurations patterns
Answer: C,D
NEW QUESTION 129
Universal Container has multiple departments who use Salesforce and request changes: Sales, Service, Back Office, Marketing, etc. Each of these departments makes independent purchase decisions for AppExchange apps, field requests, and page layouts, resulting in low adoption and under -use of standard Salesforce capabilities. What mechanism should a Technical Architect recommend to increase use of standard Salesforce functionality?
- A. Requirements Traceability Matrix
- B. Change Control Board
- C. Project Management Office
- D. Center of Excellence
Answer: D
NEW QUESTION 130
What advice should a technical architect provide in a Change Advisory Board meeting?
- A. Functionality meets the business needs.
- B. Solution is usable by the business.
- C. Troubleshooting strategies for deployment issues
- D. Solution is technically sound.
Answer: C
NEW QUESTION 131
Universal Containers (UC) is implementing Service Cloud UC's contact center receives 100 phone calls per hour and operates across North America ,Europe and APAC regions. UC wants the application to be responsive and scalable to support 150 calls considering future growth. what should be recommended test load consideration
- A. Testing load considering half the call volume.
- B. Testing load considering 50% more call volume.
- C. Testing load considering current call volume.
- D. Testing load considering 10xthe current call volume.
Answer: B
NEW QUESTION 132
Universal Containers' developers are working on a Visualforce page in a sandbox when an administrator adds a new field to Production. Which two approaches could an architect suggest to an administrator that would assist the developers in their development process? Choose 2 answers
- A. Use Salesforce-to-Salesforce to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on
- B. Use a Change Set to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on
- C. Refresh the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on
- D. Manually replicate the same changes in the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on
Answer: B,C
NEW QUESTION 133
......
Development-Lifecycle-and-Deployment-Architect dumps Exam Material with 228 Questions: https://www.free4dump.com/Development-Lifecycle-and-Deployment-Architect-braindumps-torrent.html
Development-Lifecycle-and-Deployment-Architect Questions and Answers Guarantee you Oass the Test Easily: https://drive.google.com/open?id=10beT3QnMHb0_5i-W-TN4S1yJIVg0qH60