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

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

Question list
Search
Search

List of questions

Search

Related questions











The team at Universal Containers is building an application on Java that will interact with its Salesforce application. They want to use SOQL queries to retrieve and make changes to smaller pieces of Salesforce metadata through this application.

Which API should the team leverage?

A.
Tooling API
A.
Tooling API
Answers
B.
Any Salesforce API
B.
Any Salesforce API
Answers
C.
User Interface API
C.
User Interface API
Answers
D.
Metadata API
D.
Metadata API
Answers
Suggested answer: A

Which two statements are accurate about why Mock objects are needed when writing test classes?

Choose 2 answers

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

Universal Containers CUC) Customer Community is scheduled to go live in the Europe, Middle East, and Africa (EMEA) region in 3 months. UC follows a typical centralized governance model. Two weeks ago, the project stakeholders informed the project team about the recent changes in mandatory compliance requirements needed to go live. The project team analyzed the requirements and have estimated additional budget needs of 30^0 of the project cost for incorporating the compliance requirements.

Which management team is empowered to approve this additional budget requirements?

A.
Security Review Committee
A.
Security Review Committee
Answers
B.
Project Management Committee
B.
Project Management Committee
Answers
C.
Executive Steering Committee
C.
Executive Steering Committee
Answers
D.
Change Control Board
D.
Change Control Board
Answers
Suggested answer: C

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.
Active Process Builders
A.
Active Process Builders
Answers
B.
Validation Rules
B.
Validation Rules
Answers
C.
Workflow Rules
C.
Workflow Rules
Answers
D.
Case Assignment Rules
D.
Case Assignment Rules
Answers
Suggested answer: A

Universal Containers has a highly integrated environment with significant process orchestration between systems. When refreshing UAT, Objects that have external Ids from Production no longer point to valid External Ids in the UAT environment.

What should an Architect do to resolve this?

A.
Let UAT point to production integrations and rollback each transaction after it finishes.
A.
Let UAT point to production integrations and rollback each transaction after it finishes.
Answers
B.
Delete all the data and use an Automated testing tool to create new data across all the systems in UAT.
B.
Delete all the data and use an Automated testing tool to create new data across all the systems in UAT.
Answers
C.
Mask the External Id so nobody can see the production value.
C.
Mask the External Id so nobody can see the production value.
Answers
D.
In the post refresh plan, modify external ids to a known valid set of values for UAT.
D.
In the post refresh plan, modify external ids to a known valid set of values for UAT.
Answers
Suggested answer: D

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.
Create a Center of Excellence for release management.
A.
Create a Center of Excellence for release management.
Answers
B.
Require pull requests to be reviewed by two developers before merging.
B.
Require pull requests to be reviewed by two developers before merging.
Answers
C.
Use static code analysis to enforce coding standards.
C.
Use static code analysis to enforce coding standards.
Answers
D.
Execute regression testing before code can be committed.
D.
Execute regression testing before code can be committed.
Answers
Suggested answer: C

Universal Containers's architect is documenting the application lifecycle management (ALM) process to communicate it to the development teams from different implementation partners.

Which three steps apply to any Salesforce development project?

Choose 3 answers

A.
Continuous Integration
A.
Continuous Integration
Answers
B.
Develop
B.
Develop
Answers
C.
Build Release
C.
Build Release
Answers
D.
Test
D.
Test
Answers
E.
Change Sets
E.
Change Sets
Answers
Suggested answer: A, C, D

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 managed package of the app and deploy in NTO's org.
A.
Create a managed package of the app and deploy in NTO's org.
Answers
B.
Create an unmanaged package of the app and deploy in NTO's org.
B.
Create an unmanaged package of the app and deploy in NTO's org.
Answers
C.
Create users in ETO's org and provide access to NTO's sales team.
C.
Create users in ETO's org and provide access to NTO's sales team.
Answers
D.
Create a core team and build the Sales Optimization app in NTO's org.
D.
Create a core team and build the Sales Optimization app in NTO's org.
Answers
Suggested answer: C

Universal Containers has many backlog items and competing stakeholders who cannot agree on priority.

What should an architect do to overcome this?

A.
Facilitate the design of a prioritization model with the stakeholders.
A.
Facilitate the design of a prioritization model with the stakeholders.
Answers
B.
Organize a sprint planning meeting with the Scrum team.
B.
Organize a sprint planning meeting with the Scrum team.
Answers
C.
Take over prioritization for the stakeholders.
C.
Take over prioritization for the stakeholders.
Answers
D.
Allow the delivery teams to pick the best work for the business.
D.
Allow the delivery teams to pick the best work for the business.
Answers
Suggested answer: A

Universal Containers has discovered a Sev0 defect in production. Tens of thousands of records will be created with incorrect data in minutes, producing significant brand damage as a consequence. The Salesforce administrator has suggested that the defective text field be replaced with a new picklist field directly in production. The page layout will be modified so that the text-field is removed and the new picklist field added.

What should the Salesforce architect advise?

A.
Deny the suggestion and explain to everyone that the risk is too high and the next release window is on the weekend.
A.
Deny the suggestion and explain to everyone that the risk is too high and the next release window is on the weekend.
Answers
B.
Pair with the administrator, and review each change as it happens
B.
Pair with the administrator, and review each change as it happens
Answers
C.
Explain that only developers are certified to make changes directly in production.
C.
Explain that only developers are certified to make changes directly in production.
Answers
D.
Call the security team and begin organizing d penetration test.
D.
Call the security team and begin organizing d penetration test.
Answers
Suggested answer: B
Total 227 questions
Go to page: of 23