ExamGecko

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

List of questions

Question 151

Report
Export
Collapse

All AppExchange products are subject to Salesforce security reviews.

What is the most common reason that the prospect AppExchange products fail the security review?

Cross-site scripting
Cross-site scripting
CRUD/FLS (field level security)
CRUD/FLS (field level security)
Session hacking
Session hacking
SOQL injection
SOQL injection
Suggested answer: B
asked 23/09/2024
Velmurugan P
42 questions

Question 152

Report
Export
Collapse

Universal Containers is about to begin the release of a major project. To facilitate this, they have several sandboxes to make their deployment train. These sandboxes are a mix of preview and nonpreview instances.

What should the architect recommend?

Refresh all non-preview sandboxes during the release preview window.
Refresh all non-preview sandboxes during the release preview window.
Refresh all non-preview sandboxes when the release management team has time.
Refresh all non-preview sandboxes when the release management team has time.
No advice needed, mixing instance types is important for regression testing.
No advice needed, mixing instance types is important for regression testing.
Contact support to rollback the release when Salesforce upgrades the sandboxes,
Contact support to rollback the release when Salesforce upgrades the sandboxes,
Suggested answer: A
asked 23/09/2024
Sana Mehak
26 questions

Question 153

Report
Export
Collapse

There are many types of quality assurance techniques that can help minimize defects in software projects.

Which two techniques should an architect recommend, for Universal Containers to incorporate into its overall CI/CD pipeline?

Choose 2 answers

Business verification testing
Business verification testing
Stress testing
Stress testing
Automated browser testing
Automated browser testing
Static code quality analysis
Static code quality analysis
Suggested answer: C, D
asked 23/09/2024
CRISTIAN FONSECA
38 questions

Question 154

Report
Export
Collapse

Universal Containers CUC) is working with Salesforce CPQ, which uses configuration SObjects to 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

Use a third-party product.
Use a third-party product.
Build an Apex framework to deploy CPQ records.
Build an Apex framework to deploy CPQ records.
Use an open source SFDX plugin and version control.
Use an open source SFDX plugin and version control.
Use data loader to deploy CSV files.
Use data loader to deploy CSV files.
Suggested answer: B, D
asked 23/09/2024
Lin Sun
38 questions

Question 155

Report
Export
Collapse

Universal Containers uses multiple Salesforce orgs for its different lines of business (LOBs). In a recent analysis, the architect found that UC could have a more complete view of its customers by gathering customer data from different orgs.

What two options can an architect recommend to accomplish the customer 360-degree view?

Choose 2 answers

Implement a Complete Graph multi-org strategy by allowing each org to connect directly to every other, reading and writing customer data from the orgs where it has been originally created.
Implement a Complete Graph multi-org strategy by allowing each org to connect directly to every other, reading and writing customer data from the orgs where it has been originally created.
Migrate from multi-org to single-org strategy, consolidating customer data in the process.
Migrate from multi-org to single-org strategy, consolidating customer data in the process.
Implement a Single Package multi-org strategy by developing and deploying to all orgs a managed package which reads and consolidates customer 360-degree view from the different orgs.
Implement a Single Package multi-org strategy by developing and deploying to all orgs a managed package which reads and consolidates customer 360-degree view from the different orgs.
Implement a Hub-and-Spoke multi-org strategy by consolidating customer data In a single org, which will be the master of customer data, and using integration strategies to let the LOBs orgs read and write from it.
Implement a Hub-and-Spoke multi-org strategy by consolidating customer data In a single org, which will be the master of customer data, and using integration strategies to let the LOBs orgs read and write from it.
Suggested answer: C, D
asked 23/09/2024
Henry R L Thom
35 questions

Question 156

Report
Export
Collapse

Universal Containers has decided on a single-org strategy, despite having to deal with the complexity of having multiple lines of business (LOBs) inside a single org.

What are two common challenges in single-org strategy for multiple LOBs?

Choose 2 answers

The data model becomes more complex the scope in the org increases.
The data model becomes more complex the scope in the org increases.
Apex design will need to be mature and adhere to strict guidelines to support a large enterprise model.
Apex design will need to be mature and adhere to strict guidelines to support a large enterprise model.
Making Salesforce work with multiple currencies.
Making Salesforce work with multiple currencies.
Lack of declarative sharing and visibility capabilities to ensure correct visibility of objects and records.
Lack of declarative sharing and visibility capabilities to ensure correct visibility of objects and records.
Suggested answer: A, B
asked 23/09/2024
Christopher Schmidt
38 questions

Question 157

Report
Export
Collapse

Universal Containers CUC) is using Salesforce Performance Edition. They are planning to host weekly training sessions for the next four weeks. Each training will be five days long and a new set of trainees will attend every week. UC wants to train these users on samples of production data and delete all the data generated during the training session at the end of the week.

What optimal option should a technical architect recommend?

Refresh a Partial Copy sandbox every weekend and load data needed using data loader.
Refresh a Partial Copy sandbox every weekend and load data needed using data loader.
Refresh a Partial Copy sandbox every weekend and include an appropriate sandbox template.
Refresh a Partial Copy sandbox every weekend and include an appropriate sandbox template.
Refresh a Developer Pro sandbox every weekend and load data needed using data loader.
Refresh a Developer Pro sandbox every weekend and load data needed using data loader.
Refresh a Developer Pro sandbox every weekend and include an appropriate sandbox template.
Refresh a Developer Pro sandbox every weekend and include an appropriate sandbox template.
Suggested answer: B
asked 23/09/2024
Anas Hairuddin
23 questions

Question 158

Report
Export
Collapse

Universal Containers (UC) is embarking on a large program of work, with different projects and different vendors. UC created a center of excellence (COE) that is struggling with scope creep between the different projects.

What role should the architect suggest be added to the COE?

Scrum master
Scrum master
Release managers
Release managers
Product owner
Product owner
Change managers
Change managers
Suggested answer: A
asked 23/09/2024
Borat Kajratov
49 questions

Question 159

Report
Export
Collapse

What are two limitations an architect should consider when designing a strategy for managing technical reference data, with multiple related objects?

Choose 2 answers

Apex CPU limits
Apex CPU limits
Circular relationships
Circular relationships
Depth of nested relationships
Depth of nested relationships
HTTP response size
HTTP response size
Suggested answer: B, C
asked 23/09/2024
Saeed Awwad
46 questions

Question 160

Report
Export
Collapse

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

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.
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.
Install the Lightning test service AppExchange package to enable the Aura component testing.
Install the Lightning test service AppExchange package to enable the Aura component testing.
There is a test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
There is a test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
The testing can be viewed in the lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.
The testing can be viewed in the lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.
Suggested answer: A, B
asked 23/09/2024
Sivagami Narayanan
49 questions
Total 227 questions
Go to page: of 23
Search

Related questions