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

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

Question list
Search
Search

List of questions

Search

Related questions











A.
Universal Containers (UC) is planning to move to Salesforce Sales Cloud and retire its homegrown on-premise system. As part of the project, UC will need to migrate 5 million Accounts, 10 million Contacts, and 5 million Leads to Salesforce.Which three areas should be tested as part of data migration?Choose 3 answers
A.
Universal Containers (UC) is planning to move to Salesforce Sales Cloud and retire its homegrown on-premise system. As part of the project, UC will need to migrate 5 million Accounts, 10 million Contacts, and 5 million Leads to Salesforce.Which three areas should be tested as part of data migration?Choose 3 answers
Answers
B.
Lead assignment
B.
Lead assignment
Answers
C.
Data transformation against source system
C.
Data transformation against source system
Answers
D.
Contact association with correct Account
D.
Contact association with correct Account
Answers
E.
Account and Lead ownership
E.
Account and Lead ownership
Answers
F.
Page layout assignments
F.
Page layout assignments
Answers
Suggested answer: B, C, D

Universal Containers (UC) has multiple development teams that work on separate streams of work, with different timelines. Each stream has different releases of code and config, and the delivery dates differ between them.

What is a suitable branching policy to recommend?

A.
Leaf-based development
A.
Leaf-based development
Answers
B.
Trunk-based development
B.
Trunk-based development
Answers
C.
GitHub flow
C.
GitHub flow
Answers
D.
Scratch-org-based development
D.
Scratch-org-based development
Answers
Suggested answer: C

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.
Accounts, Contacts, Leads, Products, Opportunities, Opportunity Line Items
A.
Accounts, Contacts, Leads, Products, Opportunities, Opportunity Line Items
Answers
B.
Accounts, Contacts. Opportunities, Products, Opportunity Line Items, Leads
B.
Accounts, Contacts. Opportunities, Products, Opportunity Line Items, Leads
Answers
C.
Leads, Contacts, Accounts, Opportunities, Products, Opportunity Line Items
C.
Leads, Contacts, Accounts, Opportunities, Products, Opportunity Line Items
Answers
D.
Leads, Accounts, Contacts, Products, Opportunities, Opportunity Line Items
D.
Leads, Accounts, Contacts, Products, Opportunities, Opportunity Line Items
Answers
Suggested answer: D

What are three advantages of using the SFDX?

Choose 3 answers

A.
Can store code on a local machine, or a version control system.
A.
Can store code on a local machine, or a version control system.
Answers
B.
Can quickly deploy metadata using Execute Anonymous.
B.
Can quickly deploy metadata using Execute Anonymous.
Answers
C.
Can create scratch orgs.
C.
Can create scratch orgs.
Answers
D.
Can use native Deployment Rollback Tool to quickly revert to prior state.
D.
Can use native Deployment Rollback Tool to quickly revert to prior state.
Answers
E.
Can Install application metadata from a central repository.
E.
Can Install application metadata from a central repository.
Answers
Suggested answer: A, C, E

Universal Containers (UC) have developed a managed package targeted for AppExchange. The product includes some Apex code to customize and create layouts. UC is in the testing phase of the package, so it's not certified yet. During testing on the target org, the Apex code for the layouts fails.

Why are the Apex classes not able to access the metadata of the target org during testing?

A.
Apex Settings to allow the access to metadata is not switched on.
A.
Apex Settings to allow the access to metadata is not switched on.
Answers
B.
UC needs to turn on Apex Settings within the custom metadata type.
B.
UC needs to turn on Apex Settings within the custom metadata type.
Answers
C.
The solution is flawed. UC should utilize the Tooling API from a web service call to modify the layouts.
C.
The solution is flawed. UC should utilize the Tooling API from a web service call to modify the layouts.
Answers
D.
UC needs to get the managed package certified by the Salesforce security review.
D.
UC needs to get the managed package certified by the Salesforce security review.
Answers
Suggested answer: A

Universal Containers (UC) has created a custom REST web service. This web service receives Orders and Order Line Items data from an external endpoint and runs business logic and validations on it before inserting it into the database. UC is expecting to receive more than 100K orders a day and each order can have up to 10 line items. Each inbound request will contain only one order and its corresponding line items.

What two testing types should an architect recommend to ensure users don't face platform slowdowns during peak business hours? Choose 2 answers

A.
Stress Testing
A.
Stress Testing
Answers
B.
Unit Testing
B.
Unit Testing
Answers
C.
Load Testing
C.
Load Testing
Answers
D.
Performance Testing
D.
Performance Testing
Answers
Suggested answer: C, D

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

Universal Containers has seven orgs in different regions. Its processes are global and standardized but each region needs the flexibility to be able to understand the global code and customize some aspects for its regions.

Which development model is optimized for this need?

A.
Use a managed package for global code and another managed package for ail regions code.
A.
Use a managed package for global code and another managed package for ail regions code.
Answers
B.
Use a managed package to deploy the global code and allow local teams to request the addition of code within that package.
B.
Use a managed package to deploy the global code and allow local teams to request the addition of code within that package.
Answers
C.
Create a centralized Git with all the code and where the global team approves the changes made by the local teams.
C.
Create a centralized Git with all the code and where the global team approves the changes made by the local teams.
Answers
D.
Use unlocked packages to deploy the global code and allow each country to create its customized unlocked package extensions,
D.
Use unlocked packages to deploy the global code and allow each country to create its customized unlocked package extensions,
Answers
Suggested answer: C

Universal Containers CUC) is looking for advice on how often it should refresh its sandboxes. UC currently uses a development Mfecycle that starts with developer environments and moves to integration testing, QA testing, UAT, and then production. They have many scrum teams working concurrently and the teams do not agree on when refreshes should occur.

What two recommendations should the architect suggest?

Choose 2 answers

A.
Sandboxes should be refreshed on the day when the refresh is allowed for that type of sandbox.
A.
Sandboxes should be refreshed on the day when the refresh is allowed for that type of sandbox.
Answers
B.
Production is the only pristine environment.
B.
Production is the only pristine environment.
Answers
C.
Integration sandboxes should be refreshed rarely because of the burden of maintaining the various API.
C.
Integration sandboxes should be refreshed rarely because of the burden of maintaining the various API.
Answers
D.
Development environments should generally be refreshed after each working feature has been successfully migrated.
D.
Development environments should generally be refreshed after each working feature has been successfully migrated.
Answers
Suggested answer: B, C

Universal Containers (UC) has recently acquired other companies that have their own Salesforce orgs. These companies have been merged as new UC business units.

The CEO has requested an architect to review the org strategy, taking into consideration two main factors:

• The CEO wants business process standardization among all business units.

• Business process integration is not required as the different business units have different customers and expertise.

Which org strategy should the architect recommend in this scenario, and why?

A.
Single-org strategy, as the high level of business process standardization will be easier to implement in a single org.
A.
Single-org strategy, as the high level of business process standardization will be easier to implement in a single org.
Answers
B.
Multi-org strategy, as it is uncommon for the diversified business units to get used to working in the same space as the other business units.
B.
Multi-org strategy, as it is uncommon for the diversified business units to get used to working in the same space as the other business units.
Answers
C.
A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units.
C.
A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units.
Answers
D.
Single-org strategy, as costs increase as the number of orgs go up.
D.
Single-org strategy, as costs increase as the number of orgs go up.
Answers
Suggested answer: C
Total 227 questions
Go to page: of 23