
2022年最新の100%試験高合格率Development-Lifecycle-and-Deployment-Designer問題集PDF
合格させる試験完全版Development-Lifecycle-and-Deployment-Designer問題集226解答
質問 33
A developer was trying to retrieve the metadata from an org and ran the sfdx force:source:retrieve command.
When the command was run, the developer received the error message: "This command is required to run from within an SFDX project" What can be two possible reasons that caused this problem? Choose 2 answers
- A. The developer created the project, but ran the command outside of the project directory.
- B. The developer forgot to add the -n option with a project name as a command line argument.
- C. The developer hadn't run the sfdx force:project:create command.
- D. The developer created the project within VSCode, but ran the command in a separate terminal.
正解: B,C
質問 34
Universal Containers (UC) is developing a new Customer Community. Requirements for the Community are not fully defined. UC is planning on using an Agile methodology for this work and has promised delivery of the complete system in three months. What are two risks associated with this approach? Choose 2 answers
- A. Given the lack of requirements and the three-month timeline commitment, the project may not be feasible (Missed)
- B. The functionality that can be delivered in 3 months is unknown, and may not meet the needs of the business (Missed)
- C. Agile is not an appropriate development methodology for Customer Community implementations
- D. Agile does not allow for changes to requirements, so customers might not like the resulting solution
正解: A,B
質問 35
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. When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.
- 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. Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.
正解: A,B,C
質問 36
The opportunity Service and opportunity Service Test classes are in package A but are used only in package B.
Both second-generation packages have the same namespace. Therefore, they should be moved to package B for better organization and control.
What should the architect recommend for this process?
- A. Set the classes as deprecated in package A and recreate them in package B with new names.
- B. Move the classes of package A to package 8 and change the code for package B that called this class from package A.
- C. Set the classes as deprecated in package A and recreate them in package B.
- D. Move the classes of package A to package B and create new package versions.
正解: B
質問 37
Universal Containers CUC) has multiple teams working on different projects. Multiple projects will be deployed to many production orgs. During code reviews, the architect finds inconsistently named variables and lack of best practices.
What should an architect recommend to improve consistency?
- A. Execute regression testing before code can be committed.
- B. Create a Center of Excellence for release management.
- C. Use static code analysis to enforce coding standards.
- D. Require pull requests to be reviewed by two developers before merging.
正解: B
質問 38
Universal Containers has written several validation rules and workflow rules for the lead object. Which two test types should an Architect suggest to ensure that a large inbound call center does not experience platform slowdowns under high call volume for the Lead object? Choose 2 answers
- A. Stress Test
- B. Unit Test
- C. Performance Test
- D. Load Test
正解: C,D
質問 39
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 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.
- B. Migrate from multi-org to single-org strategy, consolidating customer data in the process.
- C. 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 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,C
質問 40
What is a main characteristic of an agile team?
- A. The team has biweekly sprints to ensure on-time delivery.
- B. The team uses Scrum, Kanban, and Extreme Programming.
- C. The team improves and evolves its processes and frequently delivers value to the endusers.
- D. The team delivers new releases on dates defined in the beginning of the project, following a project plan
正解: C
質問 41
Cloud Kicks is considering using an automated testing tool to help manage deployments between environments.
When should the architect recommend the use of an automated testing tool?
- A. Automated tests should be run when branches are merged.
- B. Automated tests should be run daily in all Developer Orgs, and when branches are merged.
- C. Automated tests should be run dally in all Developer Orgs.
- D. Automated tests should be run only when merging into Full or Partial Copy sandboxes.
正解: D
質問 42
Universal Containers has multiple project learns building into single org. The project teams are concerned with design conflicts and ensuring a common design process What should an Architect recommend to prevent this conflict?
- A. Create a Center of Excellence Charter document.
- B. Create Design Standard for Governance.
- C. Create a backup system using GIT Repositories.
- D. Create a Release Management process.
正解: B
質問 43
Universal Containers (UC) is implementing Service Cloud for their contact centers for 3,000 users. They have approximately 10 customers. The average page response time expected is less than 5 seconds with 1,500 concurrent users.
What type of testing will help UC measure the page response time?
- A. System Integration Testing
- B. Stress Testing
- C. Load Testing
- D. Unit Testing
正解: C
質問 44
Which two options should be considered when making production changes in a highly regulated and audited environment?
Choose 2 answers
- A. No manual steps should be carried out.
- B. After deployment, the development team should test and verify functionality in production.
- C. All changes including hotfixes should be reviewed against security principles.
- D. Any production change should have explicit stakeholder approval.
正解: C,D
質問 45
Which are two key benefits of fully integrating an Agile issue tracker with software testing and continuous integration tools? (Choose two.)
- A. Developers can observe their team velocity on the burn chart report in the Agile tool.
- B. Developers can see automated test statuses post code-commit on a specific user story.
- C. Developers can see the committed code's build status directly on the user story record.
- D. Developers can collaborate and communicate effectively on specific user stories.
正解: B,C
質問 46
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
- A. Stress Testing
- B. Performance Testing
- C. Load Testing
- D. Unit Testing
正解: A,B
質問 47
Universal Containers has multiple project teams building into a single org. The project teams are concerned with design conflicts and ensuring a common design process.
What should an Architect recommend to prevent this conflict?
- A. Create a Center of Excellence Charter document.
- B. Create Design Standards for Governance.
- C. Create a backup system using Git Repositories.
- D. Create a Release Management process.
正解: B
質問 48
An architect is working on a Universal Containers (UC) project, and due to security concerns, the UC security team 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?
- A. Provide the release management team a copy of the audit trail from the sandbox you wish to deploy from.
- B. Provide a spreadsheet of all components and utilize the metadata API's readMetadata() call.
- C. Communicate the unlocked package version to the release management team.
- D. Create a change set in each sandbox and download the package.xml file for the release management team.
正解: C
質問 49
Which two groups are responsible for the creation and execution of Release Management processes? Choose 2 answers
- A. End Users
- B. Steering Committee
- C. Dev/Build Team
- D. Center of Excellence
正解: C,D
質問 50
Universal Containers (UC) has many different business units, all requesting new projects to be built into a single Salesforce Org. UC management is concerned with a lack of appropriate project properties and roadmap for the Salesforce ecosystem. What should an Architect recommend?
- A. Create a Center of Excellence with a charter document.
- B. Create a Release Management Process.
- C. Use design Standards for Governance.
- D. Create project charters for each project.
正解: A
質問 51
Universal Containers are concerned that after each release, reports and dashboards seem to roll back to previous versions. Executives spend many hours crafting these dashboards to perfectly meet their needs, and are now questioning the Salesforce platform's ability to save things, even data records.
What can the Salesforce architect advise to stop the rollbacks from happening?
- A. Ensure report metadata is exported daily and that it is merged into the developer branches before the next release.
- B. Remove the executive's ability to change reports, and only allow developers to do that.
- C. Use a third-party data warehouse.
- D. Back up all the reports just before the release, then reimport them after the release,
正解: A
質問 52
A technical lead is performing all code reviews for a team and is finding many errors and improvement points.
This is delaying the team's Deliveries.
Which two actions can effectively contribute to the quality and agility of the team?
Choose 2 answers
- A. Skip the code review and focus on functional tests and UAT.
- B. Choose the most senior developer to help the technical lead in the code review.
- C. Use static code analysis tool in the pipeline before manual code review.
- D. Create development standards and train teams in those standards.
正解: A,C
質問 53
Universal Containers has asked the salesforce architect to establish a governance framework to manage all of those Salesforce initiatives within the company. What is the first step the Architect should take?
- A. Identify relevant Stakeholders from within Universal Containers to obtain governance goals and objectives
- B. Implement a project management tool to manage all change requests on the project
- C. Implement a comprehensive DevOps framework for all initiatives within Universal Containers
- D. Establish a global Center of Excellence to define and manage Salesforce development standards across the organization
正解: A
質問 54
Universal Containers (\)C) is on the Unlimited Edition of Salesforce orgs. Currently, there are four Developer Pro sandboxes used by dev teams for various purposes, one partial copy sandboxes used for training, one full sandbox used for user acceptance testing. There is another full sandbox used for performance testing during the initial launch, and it is no longer being actively used.
A system administrator had reported yesterday that none of the sandboxes can be refreshed.
What is the most probable action an architect can help the system administrator with?
- A. It appears the org is using more sandboxes than the license permits. The Partial Copy sandbox shouldn't be used.
- B. Contact the Salesforce Account Team to do a sandbox License Count.
- C. Delete the full sandbox used for performance testing.
- D. Create a Salesforce support case, someone should know what is wrong.
正解: B
質問 55
Universal Containers' developers are working on a Visualforce page in a sandbox when an administrator adds a new field to Production. Which two approaches could an architect suggest to an administrator that would assist the developers in their development process? Choose 2 answers
- A. Use a Change Set to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on (Missed)
- B. Use Salesforce-to-Salesforce to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on
- C. Manually replicate the same changes in the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on
- D. Refresh the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on (Missed)
正解: A,D
質問 56
......
Salesforce Development-Lifecycle-and-Deployment-Designer 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
検証済みDevelopment-Lifecycle-and-Deployment-Designer問題集で問題と解答100%合格GoShiken:https://www.goshiken.com/Salesforce/Development-Lifecycle-and-Deployment-Designer-mondaishu.html
合格させるDevelopment-Lifecycle-and-Deployment-Designer試験一発合格保証2022問題集:https://drive.google.com/open?id=1zc3FKcEHxMGrhrLlbgOxQIpzJqWe6dqZ