Certbus > Salesforce > Salesforce Architect > DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNER > DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNER Online Practice Questions and Answers

DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNER Online Practice Questions and Answers

Questions 4

A team of developers at Universal Containers has developed Apex Triggers and Apex Classes in a sandbox. The team has also written test classes to unit test these triggers and classes.

When executed in the sandbox, all the test methods pass and all the classes meet the minimum code coverage requirement. But when they tried deploying thesecomponents to production, a few of these test methods failed

What should an architect recommend?

A. Create test data in production before deploying the test classes

B. Set SeeAllData to True to use the data in production.

C. Explicitly set SeeAllData to True and generate data in test methods.

D. Do not use SeeAllData and generate data in the test methods

Browse 227 Q&As
Questions 5

Universal Containers is considering developing a client application using the Metadata API for managing deployments to multiple Salesforce orgs.

Which two use cases describe the usage of Metadata API? Choose 2

A. Perform CRUD operations o manage records in the organization.

B. Migrate configuration changes between two organizations.

C. Migrate data changes between two organizations using a csv file.

D. Export current customization in the organization as an xml file.

Browse 227 Q&As
Questions 6

Universal Containers would like to conduct performance testing on its new major release. What three things should the architect consider when discussing performance testing?

Choose 3 answers

A. Salesforce must be informed at least 7 days before starting performance tests.

B. Salesforce will monitor test activity to ensure there are no issues with Salesforce Services.

C. Performance tests must be run in a sandbox.

D. A business justification must be provided to Salesforce inorder to run performance testing.

E. Performance tests may be run without advanced notice, but Salesforce will not store performance logs.

Browse 227 Q&As
Questions 7

Universal Containers has recently acquired another business that uses Salesforce extensively. UC wants to merge their Salesforce Orgs to effectively sell and service customer underone business. Traditionally, UC has followed an agile development methodology to deliver Salesforce functionality. With the merging businesses, UC is convinced that adopting a Waterfall development methodology is the best approach. Which are two positive aspects of using a Waterfall development methodology?

A. Changes late in the process are expected and can be handled by integrating them into the requirements specs.

B. Complex processes that will need to be built are thoroughly understood and documentedbefore coding begins.

C. Milestones, timelines and estimates tend to be more accurate and predictable due to the upfront due diligence.

D. The costs of starting the project are low since much of the design work is pushed to later stages of the process.

Browse 227 Q&As
Questions 8

Cloud Kicks is considering using an automated testing tool to help manage deployments between environments.

When should the architect recommend the use of an automated testing tool?

A. Automated tests should be run when branches are merged.

B. Automated tests should be run dally in all Developer Orgs.

C. Automated tests should be run only when merging into Full or Partial Copy sandboxes.

D. Automated tests should be run daily in all Developer Orgs, and when branches are merged.

Browse 227 Q&As
Questions 9

What is the responsibility of an executive sponsor on a project?

A. Communicate project status

B. Determine project methodology

C. Design executive dashboards

D. Approvechanges to project scope

Browse 227 Q&As
Questions 10

Universal Containers (UC) has a large user base (>300 users) andwas originally implemented eight years ago by a Salesforce Systems Integration Partner. Since then, UC has made a number of changes to their Visual force pages and Apex classes in response to customer requirements, made by a variety of Vendors and internalteams.

Which three issues would a new Technical Architect expect to see when evaluating the code in the Salesforce org? Choose 3 answers

A. Multiple triggers on the same object, making it hard to understand the order of operations.

B. Multiple unit test failures would be encountered.

C. Broken functionality due to Salesforce upgrades.

D. Duplicated logic across Visual force pages and Apex classes performing similar tasks.

E. Custom built JSON and String manipulation Classes that are no longer required.

Browse 227 Q&As
Questions 11

Universal Containers has several concurrent projects building new functionality, fixing bugs, and modifying existing functionality. Management would like features to be available to users asquickly as possible, even if the entire project is incomplete.

What should an Architect recommend to maintain quality?

A. Require developers to deploy completed code and unit tests directly to production

B. Deploy all functionality together to ensure all functionality works together without error

C. Use a spreadsheet to track approved changes that should be released with change sets

D. Utilize automated source control, test, and build systems to test and deploy to production

Browse 227 Q&As
Questions 12

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

A. Introduce manual code review before deployment to the testing sandbox.

B. Introducemanual code review before deployment to the production org.

C. Increase the size of the testing team assigned to the project.

D. Introduce static code analysis before deployment to the testing sandbox.

Browse 227 Q&As
Questions 13

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. Thelocal 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. The conflict would show inGitHub when a pull request is created from ServiceCase to UCDev.

C. At command: git push origin ServiceCase

D. At Command: git add force-app/main/default

Browse 227 Q&As
Questions 14

Universal Containers has started building a customer Lightning community that contains a few dozen Aura components. The development team lead has come to the Salesforce architect about questions regarding testing the Lightning components.

What two knowledge points can the architect pass to the development team lead?

Choose 2 answers

A. The testing of the JavaScript part of the Aura component can be tested in the Jest framework and the Apex controllers can be tested using test classes.

B. Install the Lightning test service AppExchange package to enable the Aura component testing.

C. There is a $T test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.

D. The testing can be viewed inthe lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.

Browse 227 Q&As
Questions 15

Universal Containers has a large call center that has a limited inventory and must ensure there is product availability before an Opportunity is marked as Closed. Custom Apex has been implemented to check inventory levels before an Opportunity is saved. What should an architect consider before recommending Performance testing?

A. Number of unit tests

B. Number of Apex Hammer failures

C. Number of debug log entries

D. Number of concurrent transactions

Browse 227 Q&As
Questions 16

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. Bypass regression testing for minor changes.

C. Avoid releasing near peak business periods.

D. Developers should conduct user acceptance testing

Browse 227 Q&As
Questions 17

Universal Containers has three types of releases in their release management strategy:

daily, minor (monthly), and major (quarterly). A user has requested a new report to support an urgent client request.

What release strategywould an Architect recommend?

A. Utilize the major release process to create the report directly in production bypassing the full sandbox.

B. Utilize the minor release process to create the report directly in production bypassing the full sandbox.

C. Utilize the major release process to create the report in a full sandbox and then deploy it to production.

D. Utilize the daily release process to create the report directly in a full sandbox and then deploy it to production.

Browse 227 Q&As
Questions 18

Universal Containers CUC) is working with Salesforce CPQ, which uses configuration SObjectsto drive business logic.

What are two best practice recommendations an architect should propose to allow UC to deploy CPQ features as part of their CI/CD process?

Choose 2 answers

A. Use a third-party product.

B. Build an Apex framework to deploy CPQ records.

C. Use an open source SFDX plugin and version control.

D. Use data loader to deploy CSV files.

Browse 227 Q&As
Exam Name: Salesforce Certified Development Lifecycle and Deployment Designer
Last Update: Mar 03, 2023
Questions: 227 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99