Exam Questions and Answers for Development-Lifecycle-and-Deployment-Designer Study Guide Questions and Answers! [Q80-Q103]

Share

Exam Questions and Answers for  Development-Lifecycle-and-Deployment-Designer Study Guide Questions and Answers!

Salesforce Certified Development Lifecycle and Deployment Designer Certification Sample Questions and Practice Exam

NEW QUESTION 80
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 push origin ServiceCase
  • B. At Command: git add force-app/main/default
  • C. The conflict would show in GitHub when a pull request is created from ServiceCase to UCDev.
  • D. At command: git commit -m "Service Cloud Notes"

Answer: C

 

NEW QUESTION 81
Which two project situations favor an Agile methodology? Choose 2 answers

  • A. A project with well-defined requirements and complex interactions between front- and back -end systems
  • B. A project to be executed by a third party, with a fixed and formal scope, budget, and timeline
  • C. A digitization project to update an existing customer -facing process and enable quick adjustments (Missed)
  • D. An environment with a heavy investment in DevOps capabilities for rapid testing and deployment (Missed)

Answer: B,D

 

NEW QUESTION 82
Universal Containers has five development teams. The performance of the teams has been good, but the number of bugs has been increasing. After each sprint, they need more time to understand the code and make changes.
What are two ways to improve the performance?
Choose 2 answers

  • A. Version control system to identify who is generating the bugs.
  • B. Definea team that will analyze/approve all changes.
  • C. Define and follow code standards.
  • D. Sprint review process.

Answer: C,D

 

NEW QUESTION 83
Universal Containers (UC) has gone through a global organization restructuring and process review during the last year, which triggered a review of its Salesforce org strategy. After thorough analysis of its org and global customers, UC decided to start a project to merge its Salesforce orgs, going from a multi-org to a single-org strategy.
In this scenario, what are three benefits going to a single-org strategy?
Choose 3 answers

  • A. Easier to get a 360-view of the customer.
  • B. Consolidating the business processes would be simplified.
  • C. Automatically unify data model among all lines of business.
  • D. Lower administration overhead costs.
  • E. Improved Chatter collaboration across different business units.

Answer: A,D,E

 

NEW QUESTION 84
Universal Containers (UC) has a recruiting application using Metadata API version 35, and deployed it in production last year. The current Salesforce platform is running on API version 36.A new field has been introduced on the object Apex pagein API version 36. A UC developer has developed a new Apex page that contains the new field and is trying to deploy the page using the previous deployment script that uses API version 35. What will happen during the deployment?

  • A. The deployment script will fail because the new field is not known for the previous API version 35.
  • B. The deployment script will fail because the platform doesn't support the previous API version 35.
  • C. The deployment script will pass because the new field issupported on the current platform version.
  • D. The deployment scriptwill pass because the new field is backward compatible with the previous API version 35.

Answer: A

 

NEW QUESTION 85
Universal Containers is starting a Center of Excellence (COE). Which two user groups should an Architect recommend to join the COE?

  • A. Call Center Agents
  • B. Executive Sponsors.
  • C. Program Team
  • D. Inside Sales Users.

Answer: B,C

 

NEW QUESTION 86
Universal Containers is looking to construct a continuous integration process to help manage code quality.
Which three tools should be used to enable this? Choose 3 answers

  • A. Project Management Tool
  • B. Force.com Migration Tool
  • C. Full Sandbox Environment
  • D. Source Control Tool
  • E. Continuous Integration Build Tool

Answer: B,D,E

 

NEW QUESTION 87
Universal Containers is reviewing its environment strategy. They have identified a need for a new hotfix environment to resolve any urgent production issues.
Which two sandbox types would be appropriate to use as the hotfix environment?
Choose 2 answers

  • A. Full sandbox
  • B. Partial Copy sandbox
  • C. Developer sandbox
  • D. Developer Pro sandbox

Answer: A,D

 

NEW QUESTION 88
Which are two key benefits of fully integrating an agile issue tracker with software testing and continuous integration tools? Choose 2 answers?

  • A. Developers can collaborate and communicate effectively on specific user stories.
  • B. Developers can see automated test statuses post code commit on a specific user story.
  • C. Developers can observe their team velocity on the burn chart report in the agile tool.
  • D. Developers can use the committed code's build status directly on the user story record.

Answer: B,D

 

NEW QUESTION 89
There has been an increase in the number of defects. Universal Containers (UC) found the root cause to be decreased quality of code.
Which two options can enforce code quality in UC's continuous integration process? (Choose two.)

  • A. Introduce manual code review before deployment to the production org.
  • B. Introduce manual code review before deployment to the testing sandbox.
  • C. Increase the size of the testing team assigned to the project.
  • D. Introduce static code analysis before deployment to the testing sandbox.

Answer: B,D

 

NEW QUESTION 90
Cloud Kicks is switching to Salesforce from a different CRM. They have existing datasets for all standard Salesforce objects. In which optimized order should the architect recommend these objects be loaded?

  • A. Leads, Accounts, Contacts, Products, Opportunities, Opportunity Line Items
  • B. Accounts, Contacts, Leads, Products, Opportunities, Opportunity Line Items
  • C. Leads, Contacts, Accounts, Opportunities, Products, Opportunity Line Items
  • D. Accounts, Contacts. Opportunities, Products, Opportunity Line Items, Leads

Answer: A

 

NEW QUESTION 91
Which two options should be considered when making production changes in a highly regulated and audited environment?
Choose 2 answers

  • A. All changes including hotfixes should be reviewed against security principles.
  • B. No manual steps should be carried out.
  • C. After deployment, the development team should test and verify functionality in production.
  • D. Any production change should have explicit stakeholder approval.

Answer: A,D

 

NEW QUESTION 92
Which two statements are accurate about why Mock objects are needed when writing test classes?
Choose 2 answers

  • A. Some methods are invoking long running processes, using Mock is a shortcut of bypassing the long executions.
  • B. A Mock is needed whenever the code makes an HTTP callout.
  • 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. Mock can also be used on the classes that extend the batchable interface to bypass the batch jobs.

Answer: B,C

 

NEW QUESTION 93
Universal Containers CUC) is embarked on a large Salesforce transformation journey, UC's DevOps team raised a question about tracking Salesforce metadata throughout the development lifecycle across sandboxes all the way to production.
As the deployment architect of the project, what should be the recommendation to track which version of each feature in different environments?

  • A. Use Salesforce SFDX commands to deploy to different sandboxes.
  • B. Use ChangeSet to track deployed customizations.
  • C. Use an AppExchange or third-party tool that is specialized in Salesforce deployment.
  • D. Use an Excel sheet to track deployment steps and document the SFDX commands.

Answer: C

 

NEW QUESTION 94
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. Make declarative changes in production only.
  • B. Avoid releasing near peak business periods.
  • C. Developers should conduct user acceptance testing
  • D. Bypass regression testing for minor changes.

Answer: C

 

NEW QUESTION 95
Universal Containers (UC) currently uses the org development model and utilizes the Salesforce CLI as the deployment tool. After the feature release artifact (a .zip file) has been tested in a lower sandbox, it is being deployed to the full sandbox for performance testing and production deployment readiness check-Since quick deployment options are not being used, what is the correct way to deploy the artifact to the full sandbox?

  • A. Authorize to the Fullsandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
  • B. Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy
  • C. Authorize to the Fullsandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
  • D. Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy

Answer: B

 

NEW QUESTION 96
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. Focus on the aggregated reviews to save time and effort, to remove the need to continuously monitor each meaningful change.
  • B. Conduct a review that combines human efforts and automatic checks by the tool to detect all flaws.
  • C. Use the code review software as the tool to flag which developer has committed the errors, so the developer can improve.
  • D. Generate a code review checklist to ensure consistency between reviews and different reviewers.

Answer: C,D

 

NEW QUESTION 97
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. Business verification testing
  • B. Static code quality analysis
  • C. Automated browser testing
  • D. Stress testing

Answer: A,D

 

NEW QUESTION 98
In the effort of improving the code quality, Universal Containers (UC) has asked a third-party system integrator to perform some independent code reviews. One piece of the feedback is the development team is seemingly not doing enough negative unit testing.
Which are three usual symptoms of inadequate negative tests
Choose 3 answers

  • A. Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.
  • B. Developers often have to turn to the debug log for details of the failed Apex executions.
  • C. An Apex process runs into an un-handled exception when an HTTP callout has an unexpected status code in the response body.
  • D. The delivered user interfaces are regularly not meeting the expectations of the business users.
  • E. When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.

Answer: B,C,E

 

NEW QUESTION 99
Universal Containers CUC) has multiple teams working on different projects. Multiple projects will be deployed to many production orgs. During code reviews, the architect finds inconsistently named variables and lack of best practices.
What should an architect recommend to improve consistency?

  • A. Execute regression testing before code can be committed.
  • B. Use static code analysis to enforce coding standards.
  • C. Require pull requests to be reviewed by two developers before merging.
  • D. Create a Center of Excellence for release management.

Answer: D

 

NEW QUESTION 100
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. 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
  • B. One month before go -live, deploy to Staging and to Production Support. Deploy from Production Support to Production at go-live
  • C. 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
  • D. One week before go -live, initiate the Staging sandbox refresh and then immediately deploy to Staging.
    Deploy from Staging to Production at go-live

Answer: A

 

NEW QUESTION 101
Universal Containers (UC) development team is developing a managed package for AppExchange. The product team has finished developing and testing, and wants to submit a Security Review. However, the product manager has concerns on the few errors from the Checkmarx code scanner.
How should the product team proceed?

  • A. Review the Checkmarx errors. If there is no need to fix, mark them as false positive and attach explanation, then submit.
  • B. Review the Checkmarx errors and fix all of them before submitting security review.
    Salesforce security review team will reject the request if any error remains.
  • C. Leavee a partner support case, the partner manager will engage Salesforce support resources to help.
  • D. Leave them to the Salesforce security review team, they would catch it if those are true problems.

Answer: A

 

NEW QUESTION 102
Northern Trail Outfitters (NTO) recently acquired Eastern Trail Outfitters (ETO). NTO's sales leadership team had hands-on experience with the ETO's Sales Optimization app and have given the feedback that the app would benefit NTO's sales team.
Which option should the architect recommend for having ETO's Sales Optimization app in NTO's Salesforce org in the shortest possible time?

  • A. Create a core team and build the Sales Optimization app in NTO's org.
  • B. Create an unmanaged package of the app and deploy in NTO's org.
  • C. Create a managed package of the app and deploy in NTO's org.
  • D. Create users in ETO's org and provide access to NTO's sales team.

Answer: D

 

NEW QUESTION 103
......

Development-Lifecycle-and-Deployment-Designer certification dumps - Salesforce Developer Development-Lifecycle-and-Deployment-Designer guides - 100% valid: https://www.dumpsquestion.com/Development-Lifecycle-and-Deployment-Designer-exam-dumps-collection.html