
Salesforce Development-Lifecycle-and-Deployment-Architect Real Exam Questions Guaranteed Updated Dump from GuideTorrent
Verified Pass Development-Lifecycle-and-Deployment-Architect Exam in First Attempt Guaranteed
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 |
|
NEW QUESTION 69
Since Universal Containers (UC) has adopted agile methodologies, the CEO is requesting the development teams to deliver more and more work in shorter time frames. The CTO responds by saying the developers are not able to deliver the jobs they are committing to.
What evidence can be gathered in an agile tool to support the CTO's claims?
- A. The definition of done (DoD)
- B. A burndown chart showing the team misses their forecast sprint after sprint
- C. A Kanban board showing there's always the maximum allowed amount of work in progress (WIP)
- D. A burndown chart showing team finishes early sprint after sprint
Answer: B
NEW QUESTION 70
What are three advantages of using a Source Control system alongside a multi -sandbox development strategy? Choose 3 answers
- A. Perform code reviews before promoting to a pre -production sandbox
- B. Keep a history of changes made by each developer
- C. Act as a backup in case of catastrophic data loss
- D. Automatically deploy changes from sandbox to production
- E. Create a branching strategy that tracks each feature or change separately
Answer: B,D,E
NEW QUESTION 71
Universal Containers (UC) had been using change sets for deploying all of the modifications to its Sales Cloud apps. After multiple business units joined the single Salesforce instance, there is a need to evaluate which development model is the most suitable for UC. The IT management has shown a particular interest in finding out more about the package development model.
As an architect, which two statements can be made to articulate the differences between the change set model and package development model?
Choose 2 answers
- A. In change set development, the source of truth is a combination of the metadata already in the environment and the content of your change Set.
- B. In package development, the source of truth is the metadata in the package project, which makes it easy to integrate to a version controlSystem.
- C. A change set can be retrieved from the developer's workbench as a package, then pushed into the version control system to achieve theVersioning control.
- D. In package development, the best practice is to consider the dependencies and build the dependencies into the package so it can be deploye In any other target orgs.
Answer: A,B
NEW QUESTION 72
Which two statements are accurate about why Mock objects are needed when writing test classes?
Choose 2 answers
- A. A Mock is needed whenever the code makes an HTTP callout.
- B. Mock can also be used on the classes that extend the batchable interface to bypass the batch jobs.
- C. Using a Mock allows the test class to bypass the dependencies of other objects, methods, state, or behaviors. Therefore, the developer has total control of his own code.
- D. Some methods are invoking long running processes, using Mock is a shortcut of bypassing the long executions.
Answer: A,C
NEW QUESTION 73
What is a main characteristic of an agile team?
- A. The team has biweekly sprints to ensure on-time delivery.
- B. The team improves and evolves its processes and frequently delivers value to the endusers.
- C. The team delivers new releases on dates defined in the beginning of the project, following a project plan
- D. The team uses Scrum, Kanban, and Extreme Programming.
Answer: B
NEW QUESTION 74
A team has completed a sprint and intends to deploy these changes after business approval, but they will immediately begin the next sprint.
What strategy should an architect recommend?
- A. Commit upcoming changes to the features branch without merging into the develop branch. Deploy from the develop branch and then merge new sprint features into the develop branch.
- B. Migrate the current code to the UAT sandbox. Begin new sprint development in the Dev sandbox. Make fixes in the UAT environment and deploy UAT for production after business approval.
- C. Using Git, create a release branch from the develop branch. All fixes must be made in the release branch. After deployment, merge release with develop.
- D. The first task of the new sprint must be the deployment approval. After that, the other tasks of the sprint can be performed in the environments and Git.
Answer: C
NEW QUESTION 75
What is the responsibility of an executive sponsor on a project?
- A. Determine project methodology
- B. Approve changes to project scope
- C. Communicate project status
- D. Design executive dashboards
Answer: B
NEW QUESTION 76
Which are two recommended methods of creating test data in Salesforce?
Choose 2 answers
- A. Utilize Heroku Connect to provide test class data.
- B. Reference data from middleware directly within your test class.
- C. Load a CSV as a static resource and reference it in a test class.
- D. Host a mock endpoint to produce sample information from an endpoint.
Answer: C,D
NEW QUESTION 77
Universal Containers has just initiated a project to implement a custom container tracking application with a large development team. The project manager is concerned that the large number of developers in a single developer pro sandbox could lead to challenges with code being overwritten. Which two methods should be used to mitigate this risk? Choose 2 answers
- A. Use a single sandbox and strictly coordinate development across shared components, and implement a code repository to allow developers to merge code into a common repository
- B. Replace the developer pro sandbox with a Partial copy sandbox
- C. Provide each developer their own sandbox developer org and implement a code repository and continuous integration to merge code into the developer pro sandbox
- D. Provide each developer their own sandbox developer org, and implement managed packages to deploy to the merge
Answer: A,C
NEW QUESTION 78
Universal Containers has many development teams deploying into a single org. The business is very seasonal and approaching its busiest season. The business owner comes to you asking for your advice about its next major production release.
What best practice should an architect recommend?
- A. Bypass regression testing for minor changes.
- B. Avoid releasing near peak business periods.
- C. Make declarative changes in production only.
- D. Developers should conduct user acceptance testing
Answer: D
NEW QUESTION 79
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. Back up all the reports just before the release, then reimport them after the release,
- B. Remove the executive's ability to change reports, and only allow developers to do that.
- C. Use a third-party data warehouse.
- D. Ensure report metadata is exported daily and that it is merged into the developer branches before the next release.
Answer: D
NEW QUESTION 80
Universal Containers is about to begin the release of a major project. To facilitate this, they have several sandboxes to make their deployment train. These sandboxes are a mix of preview and non-preview instances.
What should the architect recommend?
- A. No advice needed, mixing instance types is important for regression testing.
- B. Refresh all non-preview sandboxes when the release management team has time.
- C. Contact support to rollback the release when Salesforce upgrades the sandboxes,
- D. Refresh all non-preview sandboxes during the release preview window.
Answer: D
NEW QUESTION 81
Universal Containers (UC) have developed a managed package targeted for AppExchange. The product includes some Apex code to customize and create layouts. UC is in the testing phase of the package, so it's not certified yet. During testing on the target org, the Apex code for the layouts fails.
Why are the Apex classes not able to access the metadata of the target org during testing?
- A. Apex Settings to allow the access to metadata is not switched on.
- B. UC needs to get the managed package certified by the Salesforce security review.
- C. UC needs to turn on Apex Settings within the custom metadata type.
- D. The solution is flawed. UC should utilize the Tooling API from a web service call to modify the layouts.
Answer: A
NEW QUESTION 82
Universal Containers (UC) has received feedback from the field on several new feature requests that in business goals, UC is looking for a way to quickly get feedback and prioritize these requests. Which two options should an Architect recommend? Choose 2 answers
- A. Send the requests to IT for a formal review at the end of the year.
- B. Create the backlog or priority list in a project management tool.
- C. Create design standards around the new features being requested.
- D. Bring the feature request to the Test Manager to gain quality checks.
- E. Present the feature requests at a Center of Excellence meeting.
Answer: D,E
NEW QUESTION 83
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 84
Universal Containers (UC) is considering updating their Salesforce Production Deployment as a part of their Release Mgmt process. Which three best practices should UC consider for Production Deployment? Choose 3 ans.
- A. Schedule releases with Salesforce upgrades.
- B. Lert all users on the day of deployment.
- C. Temporarily suspend configuration changes in production.
- D. Announce the maintenance window ahead of time.
- E. Define a rollback strategy.
Answer: C,D,E
NEW QUESTION 85
The CTO at Universal Containers decided to implement the Scrum framework for its agile teams, and communicated a set of Scrum principles to the company.
Which describes a Scrum principle?
- A. Embrace change by working on a different scope every day.
- B. Deliver working software, so if a software component is working, avoid changing it.
- C. Respect other teams by not doing their work (a developer should not test the software).
- D. Create transparency by being honest and clear about timing, planning, and obstacles.
Answer: D
NEW QUESTION 86
Universal Containers (UC) is using sales and service Cloud. They have two major releases and four minor releases every year. They have deployment (dev), integration, user acceptance (UAT), staging, and hotflix sandboxes. What should an Architect recommend when UC has PI issues and has to be fixed immediately?
- A. Follow the release management process to move to production.
- B. Fix the issue in staging and deploy it into production.
- C. Fix the issue in development, test, UAT, and deploy to production.
- D. Fix the issue in hotflix, test, and deploy to production.
Answer: D
NEW QUESTION 87
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. Case Assignment Rules
- B. Validation Rules
- C. Active Process Builders
- D. Workflow Rules
Answer: C
NEW QUESTION 88
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 the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
- B. Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
- C. Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
- D. Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.
Answer: D
NEW QUESTION 89
What are three necessary components for establishing a governance framework? Choose 3 answers
- A. Continuous Integration
- B. Documentation Repository
- C. Change Control Log
- D. Automated Testing
- E. Requirements Management
Answer: B,C,D
NEW QUESTION 90
Universal Containers (UC) started to use the GitHub workflow. For the current minor release, an Experience Cloud developer and a Service Cloud developer both need to work on the Case object and codes that reference the Case object. Both developers branched off the same UCDev branch (maps to the Dev sandbox for Release Build) and started working. The Experience Cloud development team had Finished early, and the change was successfully merged into the UCDev branch. The local Git branch used by the Service Cloud developer is called ServiceCase At what point will the Service Cloud developer see the conflict and need to resolve the conflict?
- A. At command: git commit -m "Service Cloud Notes"
- B. At Command: git add force-app/main/default
- C. At command: git push origin ServiceCase
- D. The conflict would show in GitHub when a pull request is created from ServiceCase to UCDev.
Answer: D
NEW QUESTION 91
Universal containers is looking to install a new application to enable advanced quoting in its current Professional Edition org. The org is near capacity with object and tab limits. Which two solutions should the Architect recommend? Choose 2 answers
- A. Buy more user licenses to increase org limits
- B. Install an Aloha certified App
- C. Create and install an unmanaged package
- D. Upgrade to an Enterprise Edition org
Answer: A,D
NEW QUESTION 92
......
Download Real Salesforce Development-Lifecycle-and-Deployment-Architect Exam Dumps Test Engine Exam Questions: https://torrentpdf.guidetorrent.com/Development-Lifecycle-and-Deployment-Architect-dumps-questions.html