ExamGecko
Home Home / Salesforce / Certified Development Lifecycle and Deployment Architect

Salesforce Certified Development Lifecycle and Deployment Architect Practice Test - Questions Answers, Page 22

Question list
Search
Search

List of questions

Search

Related questions











Universal Containers is delivering many changes to its Salesforce system. Adoption reports are discovering that many features are unused. The steering committee wants this to change and is looking to the architect for advice.

What should an architect recommend to overcome this?

A.
Using Lightning Web Components for every user interface.
A.
Using Lightning Web Components for every user interface.
Answers
B.
Adopting user centered design to understand user needs before building the solution.
B.
Adopting user centered design to understand user needs before building the solution.
Answers
C.
Stop development until current features start being used.
C.
Stop development until current features start being used.
Answers
D.
Sending weekly communication emails reporting on least engaged users
D.
Sending weekly communication emails reporting on least engaged users
Answers
Suggested answer: B

Ursa Major Solar (UMS) has used Aura components significantly in its Salesforce application development. UMS has established a robust test framework and the development team follows the Salesforce recommended testing practices. UMS team uses Salesforce’s test tool To check for common accessibility issues.

In which two environments the UMS team can call Aura accessibility tests?

Choose 2 answers

A.
JSTEST
A.
JSTEST
Answers
B.
ACCTEST
B.
ACCTEST
Answers
C.
WebDriver Test
C.
WebDriver Test
Answers
D.
AuraDriver Test
D.
AuraDriver Test
Answers
Suggested answer: A, C

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
A.
REST API SObject Tree Request
Answers
B.
Bulk API 2.0
B.
Bulk API 2.0
Answers
C.
REST API Composite Request
C.
REST API Composite Request
Answers
D.
Streaming API
D.
Streaming API
Answers
Suggested answer: A, C

Universal Containers (UC) is using custom metadata types to control the behavior of a few of the custom functionalities. UC wants to Deploy custom metadata types to production using Metadata API.

Which two data types does UC need to include?

Choose 2 answers

A.
CustomMetadataType
A.
CustomMetadataType
Answers
B.
CustomMetadata
B.
CustomMetadata
Answers
C.
CustomObject
C.
CustomObject
Answers
D.
Custom Field
D.
Custom Field
Answers
Suggested answer: A, D

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.
A.
Use test.startTest() and test.stop Test() methods to reset governor limits.
Answers
B.
Use an AppExchange product which can temporarily increase the governor limits.
B.
Use an AppExchange product which can temporarily increase the governor limits.
Answers
C.
Use the auto reset property to automatically reset governor limits during off-hours.
C.
Use the auto reset property to automatically reset governor limits during off-hours.
Answers
D.
Use test.setLimit() and test.resetLimit() methods to reset governor limits.
D.
Use test.setLimit() and test.resetLimit() methods to reset governor limits.
Answers
Suggested answer: A

Universal Containers wants to delete the day’s test data in a partial copy sandbox every night, setting the sandbox back to a fresh state for tomorrows testing. The test data is approximately 1GB.

What is the best strategy the architect should recommend?

A.
Manually delete all records individually.
A.
Manually delete all records individually.
Answers
B.
Execute a batch job that deletes all records created on the day.
B.
Execute a batch job that deletes all records created on the day.
Answers
C.
Create a new developer copy sandbox every night.
C.
Create a new developer copy sandbox every night.
Answers
D.
Refresh the sandbox every night.
D.
Refresh the sandbox every night.
Answers
Suggested answer: B

Universal Containers (UC) innovative apps division is releasing an application that can be installed in its trading partners Salesforce environments. The application lets the trading partners book containers from UC directly without leaving their own Salesforce environment.

The partners can then build on top of the application with process builders and triggers so the container booking process can be integrated with the trading partners’ own processes.

What is the recommended mechanism for releasing the application considering the innovative apps division wants to keep the application up to date in various environments?

A.
Change sets
A.
Change sets
Answers
B.
Unmanaged package
B.
Unmanaged package
Answers
C.
Managed package
C.
Managed package
Answers
D.
Zip file deployable by SFDX or ANT
D.
Zip file deployable by SFDX or ANT
Answers
Suggested answer: B

The CEO at Universal Containers (UC) is receiving constant complaints from business stakeholders that the development teams are not frequently delivering value to the end-user. The CEO talked with the CTO, who argues the opposite, explaining that the development teams are delivering value every Sprint.

The architect suggests to the CTO to implement Kanban to solve this disagreement.

How can Kanban help clarify whether value is being delivered to the business?

A.
Kanban teams respond to unplanned work and changes by dropping everything and jumping on the new request, ensuring agility.
A.
Kanban teams respond to unplanned work and changes by dropping everything and jumping on the new request, ensuring agility.
Answers
B.
Kannan traits includes metrics, like lead time and throughput, which increases transparency.
B.
Kannan traits includes metrics, like lead time and throughput, which increases transparency.
Answers
C.
Kanban can make use of the Salesforce Agile Accelerator to speed up delivery.
C.
Kanban can make use of the Salesforce Agile Accelerator to speed up delivery.
Answers
D.
Kanban limits work in progress, so the executives will know the development team is not overworked.
D.
Kanban limits work in progress, so the executives will know the development team is not overworked.
Answers
Suggested answer: B

What is a main characteristic of an agile team?

A.
The team uses Scrum, Kanban, and Extreme Programming.
A.
The team uses Scrum, Kanban, and Extreme Programming.
Answers
B.
The team has biweekly sprints to ensure on-time delivery.
B.
The team has biweekly sprints to ensure on-time delivery.
Answers
C.
The team delivers new releases on dates defined in the beginning of the project, following a project plan
C.
The team delivers new releases on dates defined in the beginning of the project, following a project plan
Answers
D.
The team improves and evolves its processes and frequently delivers value to the endusers.
D.
The team improves and evolves its processes and frequently delivers value to the endusers.
Answers
Suggested answer: D

Universal Containers (UC) has a customized repository that represents lots of different apps or projects. UC currently is trying to shift from the org development model to the package development model to manage changes. In the org development model, each developer starts their work within their own personal sandbox.

When it comes to choosing development environments, what should a Salesforce architect recommend?

A.
Start using scratch orgs because a developer can spin up a scratch org to start a new project, start a new feature branch, or start automatedTesting.
A.
Start using scratch orgs because a developer can spin up a scratch org to start a new project, start a new feature branch, or start automatedTesting.
Answers
B.
Start using scratch orgs that tracks all of the changes automatically and proceed with a staggered approach since scratch orgs can coexist With other models.
B.
Start using scratch orgs that tracks all of the changes automatically and proceed with a staggered approach since scratch orgs can coexist With other models.
Answers
C.
Keep developing in the dev sandboxes because scratch orgs are not within the code deployment path.
C.
Keep developing in the dev sandboxes because scratch orgs are not within the code deployment path.
Answers
D.
Keep developing in the dev sandboxes, so that the developers feel no impact at all as they are used to the sandbox development.
D.
Keep developing in the dev sandboxes, so that the developers feel no impact at all as they are used to the sandbox development.
Answers
Suggested answer: A
Total 227 questions
Go to page: of 23