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

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

Question list
Search
Search

List of questions

Search

Related questions











All AppExchange products are subject to Salesforce security reviews.

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

A.
Cross-site scripting
A.
Cross-site scripting
Answers
B.
CRUD/FLS (field level security)
B.
CRUD/FLS (field level security)
Answers
C.
Session hacking
C.
Session hacking
Answers
D.
SOQL injection
D.
SOQL injection
Answers
Suggested answer: B

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?

A.
Refresh all non-preview sandboxes during the release preview window.
A.
Refresh all non-preview sandboxes during the release preview window.
Answers
B.
Refresh all non-preview sandboxes when the release management team has time.
B.
Refresh all non-preview sandboxes when the release management team has time.
Answers
C.
No advice needed, mixing instance types is important for regression testing.
C.
No advice needed, mixing instance types is important for regression testing.
Answers
D.
Contact support to rollback the release when Salesforce upgrades the sandboxes,
D.
Contact support to rollback the release when Salesforce upgrades the sandboxes,
Answers
Suggested answer: A

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

A.
Business verification testing
A.
Business verification testing
Answers
B.
Stress testing
B.
Stress testing
Answers
C.
Automated browser testing
C.
Automated browser testing
Answers
D.
Static code quality analysis
D.
Static code quality analysis
Answers
Suggested answer: C, D

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

A.
Use a third-party product.
A.
Use a third-party product.
Answers
B.
Build an Apex framework to deploy CPQ records.
B.
Build an Apex framework to deploy CPQ records.
Answers
C.
Use an open source SFDX plugin and version control.
C.
Use an open source SFDX plugin and version control.
Answers
D.
Use data loader to deploy CSV files.
D.
Use data loader to deploy CSV files.
Answers
Suggested answer: B, D

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

A.
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.
A.
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.
Answers
B.
Migrate from multi-org to single-org strategy, consolidating customer data in the process.
B.
Migrate from multi-org to single-org strategy, consolidating customer data in the process.
Answers
C.
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.
C.
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.
Answers
D.
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.
D.
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.
Answers
Suggested answer: C, D

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

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

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?

A.
Refresh a Partial Copy sandbox every weekend and load data needed using data loader.
A.
Refresh a Partial Copy sandbox every weekend and load data needed using data loader.
Answers
B.
Refresh a Partial Copy sandbox every weekend and include an appropriate sandbox template.
B.
Refresh a Partial Copy sandbox every weekend and include an appropriate sandbox template.
Answers
C.
Refresh a Developer Pro sandbox every weekend and load data needed using data loader.
C.
Refresh a Developer Pro sandbox every weekend and load data needed using data loader.
Answers
D.
Refresh a Developer Pro sandbox every weekend and include an appropriate sandbox template.
D.
Refresh a Developer Pro sandbox every weekend and include an appropriate sandbox template.
Answers
Suggested answer: B

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?

A.
Scrum master
A.
Scrum master
Answers
B.
Release managers
B.
Release managers
Answers
C.
Product owner
C.
Product owner
Answers
D.
Change managers
D.
Change managers
Answers
Suggested answer: A

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

Choose 2 answers

A.
Apex CPU limits
A.
Apex CPU limits
Answers
B.
Circular relationships
B.
Circular relationships
Answers
C.
Depth of nested relationships
C.
Depth of nested relationships
Answers
D.
HTTP response size
D.
HTTP response size
Answers
Suggested answer: B, C

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

A.
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.
A.
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.
Answers
B.
Install the Lightning test service AppExchange package to enable the Aura component testing.
B.
Install the Lightning test service AppExchange package to enable the Aura component testing.
Answers
C.
There is a test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
C.
There is a test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
Answers
D.
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.
D.
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.
Answers
Suggested answer: A, B
Total 227 questions
Go to page: of 23