
Development-Lifecycle-and-Deployment-Designer Free Certification Exam Material from PassSureExam with 226 Questions
Use Real Development-Lifecycle-and-Deployment-Designer - 100% Cover Real Exam Questions
NEW QUESTION 93
Universal Containers has many backlog items and competing stakeholders who cannot agree on priority.
What should an architect do to overcome this?
- A. Take over prioritization for the stakeholders
- B. Organize a sprint planning meeting with the Scrum team
- C. Facilitate the design of a prioritization model with the stakeholders
- D. Allow the delivery teams to pick the best work for the business
Answer: B
NEW QUESTION 94
Universal Containers is having trouble aligning releases between major, minor, and Salesforce seasonal releases.
What should an architect recommend?
- A. Gate all release decisions at the center of excellence.
- B. Create a release calendar, train and align all the teams.
- C. Share the test plans between the teams on each release type.
- D. Create a spreadsheet of metadata changes and reconcile the overlaps.
Answer: B
NEW QUESTION 95
Universal Containers (UC) wants to shorten their deployment time to production by controlling which tests to run in production .UC's Architect has suggested that they run only subsets of tests. Which two statements are true regarding running specific tests during deployments? Choose 2 answers
- A. To run a subset of tests, set the Run Specified Tests test level on the DeployOptions objects and pass it as an argument to deploy() call.
- B. Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions.
- C. Specifying the test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed.
- D. run a subset of tests ,set the RunLocalTests test level on the DeployOptions object and pass it as an argument to deploy() call.
Answer: A,C
NEW QUESTION 96
Universal Containers has automated its deployment process using Metadata API. However, they found that Metadata API does not support all the components yet.
What should be done to address this?
- A. Use AppExchange products to deploy unsupported components.
- B. Deploy unsupported components manually before/after deployment.
- C. Use change sets for deploying all the unsupported components.
- D. Use the Force.com IDE for deploying the unsupported components.
Answer: B
NEW QUESTION 97
What are three advantages of using a Source Control system alongside a multi -sandbox development strategy?
Choose 3 answers
- A. Keep a history of changes made by each developer (Missed)
- B. Act as a backup in case of catastrophic data loss
- C. Perform code reviews before promoting to a pre -production sandbox
- D. Create a branching strategy that tracks each feature or change separately (Missed)
- E. Automatically deploy changes from sandbox to production (Missed)
Answer: A,D,E
NEW QUESTION 98
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.
- B. Lack of declarative sharing and visibility capabilities to ensure correct visibility of objects and records.
- C. Apex design will need to be mature and adhere to strict guidelines to support a large enterprise model.
- D. Making Salesforce work with multiple currencies.
Answer: C,D
NEW QUESTION 99
Which two actions will contribute to an improvement of code security?
Choose 2 answers
- A. Hire a company specialized in secure code review the current code.
- B. Implement a pull request and secure code review.
- C. Integrate a static code security analysis tool in the CI/CD process.
- D. Use two developers to review and fix current code vulnerabilities.
Answer: A,C
NEW QUESTION 100
In the effort of improving the code quality, Universal Containers (UC) has asked a third-party system integrator to perform some independent code reviews. One piece of the feedback is the development team is seemingly not doing enough negative unit testing.
Which are three usual symptoms of inadequate negative tests
Choose 3 answers
- A. Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.
- B. Developers often have to turn to the debug log for details of the failed Apex executions.
- C. An Apex process runs into an un-handled exception when an HTTP callout has an unexpected status code in the response body.
- D. The delivered user interfaces are regularly not meeting the expectations of the business users.
- E. When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.
Answer: B,C,E
NEW QUESTION 101
What is the responsibility of an executive sponsor on a project?
- A. Design executive dashboards
- B. Communicate project status
- C. Determine project methodology
- D. Approve changes to project scope
Answer: D
NEW QUESTION 102
5. 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. Data transformation against source system
- B. Lead assignment
- C. Account and Lead ownership
- D. Page layout assignments
- E. Contact association with correct Account
Answer: A,D,E
NEW QUESTION 103
Universal Containers is considering developing a client application using the Metadata API for managing deployments to multiple Salesforce orgs. Which two use cases describe the usage of Metadata API? Choose 2 ans
- A. Export current customization in the organization as an xml file.
- B. Migrate configuration changes between two organizations.
- C. Migrate data changes between two organizations using a csv file.
- D. Perform CRUD operations o manage records in the organization.
Answer: A,B
NEW QUESTION 104
Universal Containers is a global organization that maintains regional production instances of Salesforce. One region has created a new application to track shipping containers.
The CIO has requested that this new application be used globally by all the Salesforce instances and further maintained and modified regionally by local administrators.
Which two deployment tools will support the request?
Choose 2 answers
- A. ANT Migration Tool
- B. Change Sets B
- C. Developer Console
- D. VS Code with Salesforce Extension
Answer: A,D
NEW QUESTION 105
What would a technical architect recommend to avoid possible delays while deploying a change set?
- A. Manually apply the field type changes.
- B. Change set performance is independent of included components.
- C. Manually create new custom objects and new custom fields.
- D. Manually validate change sets before deployment.
Answer: D
NEW QUESTION 106
Universal Containers (UC) development team is developing a managed package for AppExchange. The product team has finished developing and testing, and wants to submit a Security Review. However, the product manager has concerns on the few errors from the Checkmarx code scanner.
How should the product team proceed?
- A. Review the Checkmarx errors. If there is no need to fix, mark them as false positive and attach explanation, then submit.
- B. Review the Checkmarx errors and fix all of them before submitting security review.
Salesforce security review team will reject the request if any error remains. - C. Leavee a partner support case, the partner manager will engage Salesforce support resources to help.
- D. Leave them to the Salesforce security review team, they would catch it if those are true problems.
Answer: A
NEW QUESTION 107
Universal Containers has an active production org and they are planning to release some new features to it next month. The team is working to prepare a deployment plan and reached out to the technical architect for inputs on rollback strategy.
What should a technical architect recommend?
- A. Create a sandbox from production to take the backup of existing metadata. To roll back deployment, manually delete new components and then deploy again to production using metadata from this sandbox.
- B. Create a sandbox from production to take the backup of existing metadata. To roll back deployment, use destructivechanges.xml to delete new components and then deploy again to production using metadata from this sandbox.
- C. Backup the existing metadata using the ANT Migration Tool. To roll back deployment, deploy again to production using backed up metadata.
- D. Backup the existing metadata using ANT Migration Tool. To roll back deployment, manually delete new components and deploy again to production using backed up metadata.
Answer: D
NEW QUESTION 108
Universal Container has multiple departments who use Salesforce and request changes: Sales, Service, Back Office, Marketing, etc. Each of these departments makes independent purchase decisions for AppExchange apps, field requests, and page layouts, resulting in low adoption and under -use of standard Salesforce capabilities. What mechanism should a Technical Architect recommend to increase use of standard Salesforce functionality?
- A. Center of Excellence
- B. Project Management Office
- C. Requirements Traceability Matrix
- D. Change Control Board
Answer: A
NEW QUESTION 109
Universal Containers (UC) 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
- B. Refresh a Partial Copy sandbox every weekend and include an appropriate sandbox template
- C. Refresh a Developer Pro sandbox every weekend and load data needed using data loader
- D. Refresh a Developer Pro sandbox every weekend and include an appropriate sandbox template
Answer: D
NEW QUESTION 110
Universal Containers (UC) innovative apps division is releasing an application which can be installed in their trading partners Salesforce environment. The partners can then build on top of the application with process builders and triggers so the container booking process can be integrated with the trading partners own processes. What is the recommended mechanism for releasing the application?
- A. Managed Package.
- B. Change Sets.
- C. Zip file deployable by Force.Com Migration Tool.
- D. Unmanaged Package.
Answer: A
NEW QUESTION 111
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 showdowns during peak business hours? (Choose two.)
- A. Load Testing
- B. Stress Testing
- C. Unit Testing
- D. Performance Testing
Answer: B,D
NEW QUESTION 112
......
Dumps Brief Outline Of The Development-Lifecycle-and-Deployment-Designer Exam: https://www.passsureexam.com/Development-Lifecycle-and-Deployment-Designer-pass4sure-exam-dumps.html