ExamGecko

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

List of questions

Question 121

Report
Export
Collapse
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
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
Lead assignment
Lead assignment
Data transformation against source system
Data transformation against source system
Contact association with correct Account
Contact association with correct Account
Account and Lead ownership
Account and Lead ownership
Page layout assignments
Page layout assignments
Suggested answer: B, C, D
asked 23/09/2024
Valerio Lorenzani
38 questions

Question 122

Report
Export
Collapse

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?

Leaf-based development
Leaf-based development
Trunk-based development
Trunk-based development
GitHub flow
GitHub flow
Scratch-org-based development
Scratch-org-based development
Suggested answer: C
asked 23/09/2024
Dimitri Alvarez Ruiz
41 questions

Question 123

Report
Export
Collapse

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?

Accounts, Contacts, Leads, Products, Opportunities, Opportunity Line Items
Accounts, Contacts, Leads, Products, Opportunities, Opportunity Line Items
Accounts, Contacts. Opportunities, Products, Opportunity Line Items, Leads
Accounts, Contacts. Opportunities, Products, Opportunity Line Items, Leads
Leads, Contacts, Accounts, Opportunities, Products, Opportunity Line Items
Leads, Contacts, Accounts, Opportunities, Products, Opportunity Line Items
Leads, Accounts, Contacts, Products, Opportunities, Opportunity Line Items
Leads, Accounts, Contacts, Products, Opportunities, Opportunity Line Items
Suggested answer: D
asked 23/09/2024
Arpita Pattnayak
50 questions

Question 124

Report
Export
Collapse

What are three advantages of using the SFDX?

Choose 3 answers

Can store code on a local machine, or a version control system.
Can store code on a local machine, or a version control system.
Can quickly deploy metadata using Execute Anonymous.
Can quickly deploy metadata using Execute Anonymous.
Can create scratch orgs.
Can create scratch orgs.
Can use native Deployment Rollback Tool to quickly revert to prior state.
Can use native Deployment Rollback Tool to quickly revert to prior state.
Can Install application metadata from a central repository.
Can Install application metadata from a central repository.
Suggested answer: A, C, E
asked 23/09/2024
Lin Sun
38 questions

Question 125

Report
Export
Collapse

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?

Apex Settings to allow the access to metadata is not switched on.
Apex Settings to allow the access to metadata is not switched on.
UC needs to turn on Apex Settings within the custom metadata type.
UC needs to turn on Apex Settings within the custom metadata type.
The solution is flawed. UC should utilize the Tooling API from a web service call to modify the layouts.
The solution is flawed. UC should utilize the Tooling API from a web service call to modify the layouts.
UC needs to get the managed package certified by the Salesforce security review.
UC needs to get the managed package certified by the Salesforce security review.
Suggested answer: A
asked 23/09/2024
PEDRO ARIAS
35 questions

Question 126

Report
Export
Collapse

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

Stress Testing
Stress Testing
Unit Testing
Unit Testing
Load Testing
Load Testing
Performance Testing
Performance Testing
Suggested answer: C, D
asked 23/09/2024
hajar mechrany
30 questions

Question 127

Report
Export
Collapse

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?

Org development model, because the acquired company's team is already using it, and it is better than the change set development model.
Org development model, because the acquired company's team is already using it, and it is better than the change set development model.
Package development model, because it allows packages to be created and deployed using declarative (point-and-click) development tools, without writing code.
Package development model, because it allows packages to be created and deployed using declarative (point-and-click) development tools, without writing code.
Package development model, so teams can build release artifacts that can be tested and released independently from artifacts for other projects.
Package development model, so teams can build release artifacts that can be tested and released independently from artifacts for other projects.
Change set development model, because UC is already using it, so it will face less resistance.
Change set development model, because UC is already using it, so it will face less resistance.
Suggested answer: C
asked 23/09/2024
Simone Somacal
31 questions

Question 128

Report
Export
Collapse

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?

Use a managed package for global code and another managed package for ail regions code.
Use a managed package for global code and another managed package for ail regions code.
Use a managed package to deploy the global code and allow local teams to request the addition of code within that package.
Use a managed package to deploy the global code and allow local teams to request the addition of code within that package.
Create a centralized Git with all the code and where the global team approves the changes made by the local teams.
Create a centralized Git with all the code and where the global team approves the changes made by the local teams.
Use unlocked packages to deploy the global code and allow each country to create its customized unlocked package extensions,
Use unlocked packages to deploy the global code and allow each country to create its customized unlocked package extensions,
Suggested answer: C
asked 23/09/2024
Amir Arefi
35 questions

Question 129

Report
Export
Collapse

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

Sandboxes should be refreshed on the day when the refresh is allowed for that type of sandbox.
Sandboxes should be refreshed on the day when the refresh is allowed for that type of sandbox.
Production is the only pristine environment.
Production is the only pristine environment.
Integration sandboxes should be refreshed rarely because of the burden of maintaining the various API.
Integration sandboxes should be refreshed rarely because of the burden of maintaining the various API.
Development environments should generally be refreshed after each working feature has been successfully migrated.
Development environments should generally be refreshed after each working feature has been successfully migrated.
Suggested answer: B, C
asked 23/09/2024
Pawel Lenart
33 questions

Question 130

Report
Export
Collapse

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?

Single-org strategy, as the high level of business process standardization will be easier to implement in a single org.
Single-org strategy, as the high level of business process standardization will be easier to implement in a single org.
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.
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.
A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units.
A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units.
Single-org strategy, as costs increase as the number of orgs go up.
Single-org strategy, as costs increase as the number of orgs go up.
Suggested answer: C
asked 23/09/2024
ML MASANE
46 questions
Total 227 questions
Go to page: of 23
Search

Related questions