Exam Questions and Answers for Development-Lifecycle-and-Deployment-Designer Study Guide Questions and Answers! [Q21-Q36]

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 21
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 22
Universal Containers (UC) is implementing Salesforce and wants the custom code to be unit tested for all the adverse conditions. Which two best practices should an Architect recommend while implementing Test Classes? Choose 2 answers

  • A. Test data must have positive as well as negative data.
  • B. Test classes must use existing data in the environment.
  • C. Execute test classes under various profiles
  • D. Test classes should not create custom setting data.

Answer: A,C

 

NEW QUESTION 23
Universal Containers (UC) is considering implementing a minor change policy for a series of low-risk user stories that are commonly received by the UC admins. The policy would allow admins to make these changes directly in production. UC does not have continuous integration/continuous delivery (CI/CD) in place.
Which three best practices should the architect suggest UC follow for their new change policy? (Choose three.)

  • A. All changes should still be tested
  • B. CI/CD is required in to successfully manage minor changes
  • C. Downstream environments will not be automatically updated when production changes
  • D. Minor changes do not need to be documented and can be made at any time
  • E. Minor changes should be thoroughly documented and follow some type of standard cadence

Answer: A,B,E

 

NEW QUESTION 24
UC'sscale of Salesforce deployment has increased over time, leading to complexities. UC is finding too many bugs in the deployed code, which has become a challenge to the delivery team. The team wants to reduce the amount of bugys by ensuring all the developed code is reviewed, tested, and validated in the upstream deployment process. Which three development practices will be best suited tp address UC's concerns? Choose
3

  • A. Incorporate test-driven deployment into the project structure.
  • B. Use continuous integration with automation testing.
  • C. Encourage the development team to be self-organizing.
  • D. Enable a short and timely feedback loop with customers
  • E. Enable developer teams to do peer code review.

Answer: A,B,E

 

NEW QUESTION 25
Universal Containers (UC) has developed extensions of Salesforce Service Cloud for the use of its customer service teams using the change set development model.
Recently, UC acquired a company that develops extensions of an AppExchange app. The development team of the acquired company uses the org development model. The Universal Containers CTO wants both teams to work on a single org and follow the same set of processes.
Which development model should the architect recommend to be used by the consolidated development team?

  • A. Change set development model, because UC is already using it, so it will face less resistance
  • B. Package development model, because it allows packages to be created and deployed using declarative (point-and-click) development tools, without writing code
  • C. Package development model, so teams can build release artifacts that can be tested and released independently from artifacts for other projects
  • D. Org development model, because the acquired company's team is already using it, and it is better than the change set development model

Answer: C

 

NEW QUESTION 26
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 3 answers

  • A. Developer Edition orgs cannot have sandboxes, which will make team development difficult.
  • B. Developer Edition orgs have limited user counts and low data volume limits, which will make User Testing difficult.
  • C. Developer Edition orgs do not run on production servers and will not perform well during testing.
  • D. Changes Sets cannot be used to deploy from Developer Edition to Production which will make deployment more complex
  • E. Code changes cannot be deployed from a Developer Sandbox to Production.

Answer: A,B,D

 

NEW QUESTION 27
What are three advantages of the package development model? (Choose three.)

  • A. Improving team development and collaboration
  • B. Significantly reducing the need for manually tracking changes
  • C. Facilitating automated testing and continuous integration
  • D. Providing its own source control, so the source can be deployed in any sandbox orgs
  • E. Eliminating the need of using change set, which should no longer be used as it can get messy working with package development models

Answer: A,D,E

 

NEW QUESTION 28
Which two ways should a developer working on a data loading integration that operates between different Salesforce environments insert multiple related records in one call or transaction?
Choose 2 answers

  • A. REST API SObject Tree Request
  • B. REST API Composite Request
  • C. Bulk API 2.0
  • D. Streaming API

Answer: A,B

 

NEW QUESTION 29
Universal Containers (UC) has been following the Waterfall methodology to deliver customer apps in Salesforce. As the business is growing rapidly, and with demand to incorporate features and functionality at a faster pace, UC is finding the Waterfall approach is not an optimal process, and intends to transition towards an Agile development methodology.
Which are two strengths of using an Agile development methodology? (Choose two.)

  • A. All elements of the build are fully understood before work begins, reducing risk of unpleasant surprises.
  • B. There are many small releases of functional code, allowing stakeholders to see and touch the work in progress.
  • C. The project requirements in later phases are expected and accommodated by the process, by design.
  • D. Careful documentation is done at each step of the process so a large body of knowledge is available for inspection.

Answer: B,C

 

NEW QUESTION 30
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. Replace the developer pro sandbox with a Partial copy sandbox
  • B. Provide each developer their own sandbox developer org, and implement managed packages to deploy to the merge
  • C. 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
  • D. Provide each developer their own sandbox developer org and implement a code repository and continuous integration to merge code into the developer pro sandbox

Answer: C,D

 

NEW QUESTION 31
Northern Trail Outfitter's development team has built new features for its sales team in the Asia-Pacific region. While testing the Apex classes, the developers are constantly hitting the governor limits.
What should the architect recommend during the review to address this issue?

  • A. Use test.startTest() and test.stop Test() methods to reset governor limits.
  • B. Use the auto reset property to automatically reset governor limits during off-hours.
  • C. Use an AppExchange product which can temporarily increase the governor limits.
  • D. Use test.setLimit() and test.resetLimit() methods to reset governor limits.

Answer: A

 

NEW QUESTION 32
Universal Containers (UC) just started configuration and customization of its Salesforce organization.
Thearchitect suggested the definition of an application lifecycle management (ALM) process.
What are three benefits of following an ALM process?
Choose 3 answers

  • A. Preventing existing working functionality from stopping
  • B. Avoiding defects from being deployed to production.
  • C. Training new users after each minor andmajor release.
  • D. Defining metrics for application development project success.
  • E. Releasing new features on a consistent schedule.

Answer: A,C,D

 

NEW QUESTION 33
Universal Containers (UC) is preparing for the new Salesforce release in a couple of months, and has several ongoing development projects that may be affected. Which three steps should the team at UC take to prepare for this release? Choose 3 answers

  • A. Contact Salesforce to schedule a time to upgrade the full Sandbox.
  • B. Refresh a Sandbox during the Release Preview Window to ensure they have the upcoming release.
  • C. Run regression tests in an upgraded sandbox to detect any issues with the Upgrade.
  • D. Upgrade any SOAP integrations to the newest WSDL as early as possible
  • E. Review the release notes for automatically-enabled features and technical debt.

Answer: B,C,E

 

NEW QUESTION 34
Universal Containers (UC) has received feedback from the field on several new feature requests that are aligned with key business goals. UC is looking for a way to quickly get feedback and prioritize these requests.
Which two options should an Architect recommend? (Choose two.)

  • A. Create design standards around the new features being requested.
  • B. Bring the feature request to the Test Manager to gain quality checks.
  • C. Send the requests to IT for a formal review at the end of the year.
  • D. Create a backlog or priority list in a project management tool.
  • E. Present the feature requests at a Center of Excellence meeting.

Answer: D,E

 

NEW QUESTION 35
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 36
......

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

100% Pass Your Development-Lifecycle-and-Deployment-Designer at First Attempt with TestkingPass: https://drive.google.com/open?id=1UOJ4IsxGt5DcgFYuhol-lj5RuSB97zJc