ExamGecko

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

List of questions

Question 71

Report
Export
Collapse

The release will be deployed over a weekend, one week after Salesforce updates the production environment (e.g., from Winter to Spring). UC has found that a full sandbox refresh can take several days. What should the architect suggest as an optimal deployment plan?

Salesforce Certified Development Lifecycle and Deployment Architect image Question 71 61692 09232024002306000000

Two weeks before go -live, deploy to Staging and then refresh the Staging and Production support sandboxes. Deploy from Staging to Production at go-live
Two weeks before go -live, deploy to Staging and then refresh the Staging and Production support sandboxes. Deploy from Staging to Production at go-live
Approximately six weeks before go -live, ensure the sandbox will be on the release preview. One week before go live, deploy to Staging. Deploy from Staging to Production at go-live
Approximately six weeks before go -live, ensure the sandbox will be on the release preview. One week before go live, deploy to Staging. Deploy from Staging to Production at go-live
One month before go -live, deploy to Staging and to Production Support. Deploy from Production Support to Production at go-live
One month before go -live, deploy to Staging and to Production Support. Deploy from Production Support to Production at go-live
One week before go -live, initiate the Staging sandbox refresh and then immediately deploy to Staging. Deploy from Staging to Production at go-live
One week before go -live, initiate the Staging sandbox refresh and then immediately deploy to Staging. Deploy from Staging to Production at go-live
Suggested answer: B
asked 23/09/2024
Tyrome Myatt
35 questions

Question 72

Report
Export
Collapse

An Architect is working on a Universal Containers project, and due to security concerns they cannot provide the Architect with production access. Instead, a central release management team will be responsible for performing production deployments for all development teams. How should an Architect leverage the Metadata API to ensure any metadata components necessary to deploy the project's functionality are properly communicated to the release management team?

Create a change set in each sandbox and download the package.xml file for the release management team
Create a change set in each sandbox and download the package.xml file for the release management team
Provide a spreadsheet of all components and utilize the metadata API's readMetadata call
Provide a spreadsheet of all components and utilize the metadata API's readMetadata call
Provide the Release Management team a copy of the audit trail from the sandbox you wish to deploy from
Provide the Release Management team a copy of the audit trail from the sandbox you wish to deploy from
Send a package.xml file with associated metadata in a .zip file to the Release Management team
Send a package.xml file with associated metadata in a .zip file to the Release Management team
Suggested answer: D
asked 23/09/2024
Jaimie Korik-Read
43 questions

Question 73

Report
Export
Collapse

Universal Containers has a large call center that has a limited inventory and must ensure there is product availability before an Opportunity is marked as Closed. Custom Apex has been implemented to check inventory levels before an Opportunity is saved. What should an architect consider before recommending Performance testing?

Number of unit tests
Number of unit tests
Number of Apex Hammer failures
Number of Apex Hammer failures
Number of debug log entries
Number of debug log entries
Number of concurrent transactions
Number of concurrent transactions
Suggested answer: D
asked 23/09/2024
Serhan Azdiken
42 questions

Question 74

Report
Export
Collapse

Universal Containers have just acquired Planetary storage. Both companies use salesforce.com to manage their sales activities. The two companies have many customers in common and the company plans to merge the two sales organizations, but the products and sales processes between the two original companies will remain different and distinct. What factor should the company consider in merging the two Salesforce.com orgs into a single org?

Transactional sales data could be combined without modification since standard objects are used
Transactional sales data could be combined without modification since standard objects are used
Salespersons selling both product lines would need two logins, once for each product line
Salespersons selling both product lines would need two logins, once for each product line
Business processes on standard objects can be merged without modifications
Business processes on standard objects can be merged without modifications
Customer data could be merged with modifications using standardization and de -duplication
Customer data could be merged with modifications using standardization and de -duplication
Suggested answer: D
asked 23/09/2024
ftere yagoglu
32 questions

Question 75

Report
Export
Collapse

Which statement is true for the Staging sandbox in the following diagram?

Salesforce Certified Development Lifecycle and Deployment Architect image Question 75 61696 09232024002306000000

When created or refreshed, the Staging sandbox is a full replica of Production
When created or refreshed, the Staging sandbox is a full replica of Production
The Staging sandbox is automatically refreshed on a schedule set by the administrator
The Staging sandbox is automatically refreshed on a schedule set by the administrator
Salesforce major releases (e.g., Winter to Spring) always occur in Staging and Production at the same time
Salesforce major releases (e.g., Winter to Spring) always occur in Staging and Production at the same time
The Staging environment can only be updated once every two weeks
The Staging environment can only be updated once every two weeks
Suggested answer: A
asked 23/09/2024
Martin Schwarz
35 questions

Question 76

Report
Export
Collapse

Universal Containers (UC) is implementing Salesforce for the first time. Their legacy CRM system is an on premise home-grown application written in Jav a. UC plans to implement a continuous integration process that mirrors their current standard. Under what conditions should an Architect recommend against continuous integration?

Test scripts will be generated as part of the testing phase
Test scripts will be generated as part of the testing phase
There isn't a full sandbox available to leverage
There isn't a full sandbox available to leverage
The Salesforce instance has only standard functionality
The Salesforce instance has only standard functionality
The client does not have budget for additional software
The client does not have budget for additional software
Suggested answer: C
asked 23/09/2024
Kellen Winters
40 questions

Question 77

Report
Export
Collapse

Universal Containers (UC) is working on a project to support environmental cleanup projects with specially designed containers. To support this project, UC is developing a portal for regulatory agencies to use for tracking and reporting of the containers, and these regulatory requirements are well-defined. Many non -regulatory requirements have not been defined yet. The project is on a strict budget and timeline. Which two approaches should UC consider to meet regulatory requirements and to satisfy the needs of end users? Choose 2 answers

Initiate a waterfall project and start building the features of the solution based on regulatory requirements. In parallel, gather the remaining non -regulatory requirements for the solution, then go back and reconcile the two sets of requirements and re -work the solution as necessary
Initiate a waterfall project and start building the features of the solution based on regulatory requirements. In parallel, gather the remaining non -regulatory requirements for the solution, then go back and reconcile the two sets of requirements and re -work the solution as necessary
Initiate an Agile project, beginning with a "sprint 0" to scope and estimate the project and to build the product backlog. Identify the minimum viable product. Initiate building the solution based on the backlog, and co -create the design with the project stakeholders
Initiate an Agile project, beginning with a "sprint 0" to scope and estimate the project and to build the product backlog. Identify the minimum viable product. Initiate building the solution based on the backlog, and co -create the design with the project stakeholders
Initiate a waterfall project by gathering the remaining requirements and completing the architecture and design. Initiate the build/test processes with frequent reviews by the stakeholders.On build completion, perform acceptance testing and validate compliance with regulatory requirements
Initiate a waterfall project by gathering the remaining requirements and completing the architecture and design. Initiate the build/test processes with frequent reviews by the stakeholders.On build completion, perform acceptance testing and validate compliance with regulatory requirements
Initiate an Agile project based on the known requirements, begin building immediately, and work through remaining requirements as they come up. Budget and timeline will not be a factor with an Agile methodology
Initiate an Agile project based on the known requirements, begin building immediately, and work through remaining requirements as they come up. Budget and timeline will not be a factor with an Agile methodology
Suggested answer: A, C
asked 23/09/2024
Djordje Novakovic
35 questions

Question 78

Report
Export
Collapse

Universal Containers requires that all sandboxes that have not been recently refreshed must also receive the newest changes to production. This must be done before any functionality from that environment can be moved to production. Which deployment tool would allow this deployment process to be managed in an automated fashion?

Workbench
Workbench
Force.com Migration Tool
Force.com Migration Tool
Change Sets
Change Sets
Force.com IDE
Force.com IDE
Suggested answer: B
asked 23/09/2024
Jaime Ramirez
28 questions

Question 79

Report
Export
Collapse

What is the responsibility of the Technical Architect within a Change Control Board meeting?

Prioritize the Salesforce product roadmap with business stakeholders
Prioritize the Salesforce product roadmap with business stakeholders
Conduct code reviews for projects in the development phase
Conduct code reviews for projects in the development phase
Troubleshoot deployment errors that occurred during the last release
Troubleshoot deployment errors that occurred during the last release
Approve the upcoming release for deployment into production
Approve the upcoming release for deployment into production
Suggested answer: D
asked 23/09/2024
Sandeep Ramakrishnan
49 questions

Question 80

Report
Export
Collapse

Universal Containers recently added a new sales division to theEnsure that Record Type Ids match both Productiowhen migrating to Production, the Developer reports that Unit Tests are failing. What should an Architect do to ensure tests execute predictably?

Ensure that Record Type Ids match both Production and Sandbox orgs
Ensure that Record Type Ids match both Production and Sandbox orgs
Ensure executed Apex test run as valid users
Ensure executed Apex test run as valid users
Ensure unit tests generate their own test data
Ensure unit tests generate their own test data
Ensure unit tests execute with seeAllData=true
Ensure unit tests execute with seeAllData=true
Suggested answer: C
asked 23/09/2024
Mario Peralta
36 questions
Total 227 questions
Go to page: of 23
Search

Related questions