お手軽に合格させる 最新Salesforce Development-Lifecycle-and-Deployment-Designer問題集には226問があります
最新のDevelopment-Lifecycle-and-Deployment-Designer学習ガイド2022年最新の- 提供するのはテストエンジンとPDF
Salesforce Development-Lifecycle-and-Deployment-Designer 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
質問 131
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
質問 132
Universal Containers is in the process of testing their integration between Salesforce and their on-premise Enterprise Resource Planning systems. The testing team has requested a sandbox with up to 10,000 records in each object to benchmark the integration performance.
What is the fastest approach an Architect should recommend?
- A. Spin off a Full copy sandbox with all the objects that are required for testing the integration.
- B. Spin off a Partial copy sandbox using a sandbox template with all the objects required for testing the integration.
- C. Spin off a Development sandbox, migrate the metadata, and load the data using data longer.
- D. Spin off a Developer Pro sandbox, migrate the metadata, and load the data using data loader
正解: B
質問 133
Universal Containers has a highly customized Salesforce org, with many different pieces of configuration and code. Which configuration item should be covered by executable tests?
- A. Validation Rules
- B. Workflow Rules
- C. Case Assignment Rules
- D. Active Process Builders
正解: B
質問 134
Universal Containers has a full sandbox that will be used to analyze and fix bugs found in production.
Which two items should the architect recommend to ensure that bugs found in production are more easily analyzed in this full sandbox?
Choose 2 answers
- A. Before any deployment in production, the same process must be performed in this sandbox.
- B. Refresh the full sandbox after every deployment in production.
- C. Perform a Refresh Data in the full sandbox.
- D. Create a daily process of copying new and changed data in production to the full sandbox.
正解: A,D
質問 135
Universal Containers (UC) has gone through a global organization restructuring and process review during the last year, which triggered a review of its Salesforce org strategy. After thorough analysis of its org and global customers, UC decided to start a project to merge its Salesforce orgs, going from a multi-org to a single-org strategy.
In this scenario, what are three benefits going to a single-org strategy?
Choose 3 answers
- A. Improved Chatter collaboration across different business units.
- B. Lower administration overhead costs.
- C. Automatically unify data model among all lines of business.
- D. Consolidating the business processes would be simplified.
- E. Easier to get a 360-view of the customer.
正解: A,B,E
質問 136
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?
- A. 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
- B. 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
- C. One week before go -live, initiate the Staging sandbox refresh and then immediately deploy to Staging.
Deploy from Staging to Production at go-live - D. One month before go -live, deploy to Staging and to Production Support. Deploy from Production Support to Production at go-live
正解: B
質問 137
Universal Containers has multiple projects being developed in parallel. One of the projects is in the testing phase, and the testing team found a list of issues on the items that will be deployed to production. As the project deadline is short, the customer team proposes that the fixes be done in the test sandbox and then deployed to Production.
What should the Architect recommend?
- A. Recommend fixing the issues in the development sandbox, migrating them to testing, and deploy to production after testing.
- B. Recommend fixing the issues in the development environment and deploying the changes to production.
- C. Recommend the customer team's proposal to fix the issues in the testing environment and deploy them to production.
- D. Recommend fixing the issues in the test environment and migrating the changes to the development sandbox.
正解: A
質問 138
The CTO at Universal Containers is complaining to the software development managers that he has no visibility of their teams' work status.
What two software development methodologies should an architect suggest to solve this issue, and why?
Choose 2 answers
- A. DevOps, because monitoring and logging practices help you stay informed of performance in real time.
- B. Kanban, because one of its basic elements is to make everything visible, creating consistent transparency of work items
- C. Waterfall, because it defines a fixed schedule and duration for each activity.
- D. Scrum, because openness is one of the five core Scrum values.
正解: B,D
質問 139
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 .1 deployment plan and reached out to the technical architect for inputs on rollback strategy.
What should a technical architect recommend?
- A. 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.
- B. 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.
- C. 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.
- D. Backup the existing metadata using the ANT Migration Tool. To roll back deployment, deploy again to production using backed up metadata.
正解: A
質問 140
Universal Containers (UC) is using sales and service Cloud. They have two major releases and four minor releases every year. They have deployment (dev), integration, user acceptance (UAT), staging, and hotflix sandboxes. What should an Architect recommend when UC has PI issues and has to be fixed immediately?
- A. Fix the issue in development, test, UAT, and deploy to production.
- B. Follow the release management process to move to production.
- C. Fix the issue in hotflix, test, and deploy to production.
- D. Fix the issue in staging and deploy it into production.
正解: C
質問 141
Universal Containers has multiple minor and major releases in a year .Minor releases have sample configuration changes, while major releases involve large number of complex code components. What is the deployment tools should an architect recommend for both types of releases?
- A. Change sets for minor releases and Force.com IDE for major releases.
- B. Change sets for both minor releases and major releases.
- C. Change sets for minor releases and metadata API for major releases.
- D. Force.com IDE for minor releases and metadata API for major releases.
正解: C
質問 142
Universal Containers (UC) had implemented two full sandboxes. One, known as Stage, is used for performance, regression testing, and production readiness check. The other is used primarily for user acceptance testing (UAT). Both full sandboxes were refreshed two months ago. Currently, UC is targeting to start user acceptance testing in two weeks, and do production release in four weeks. An admin also realized Salesforce will have a major release in six weeks.
UC needs to release on the current Salesforce version, but also wants to make sure the new Salesforce release does not break anything What should an architect recommend?
- A. Use the Sandbox Preview Guide to check if there is any necessary action needed. UC might have to prepare, refresh, and redeploy to UAT.
- B. Refresh Stage now, and do not refresh UAT. This way, Stage will be on preview and UAT will not.
- C. Visit trust.salesforce.com to figure out the preview cutoff dates, if the dates had passed, work with support to get on the preview instance.
- D. Refresh Stage from UAT now. After preview cutoff, use the upgraded one for regression test, use the non-upgraded one for user acceptance Test.
正解: A
質問 143
What are three advantages of the package development model? (Choose three.)
- A. Facilitating automated testing and continuous integration
- B. Significantly reducing the need for manually tracking changes
- C. Providing its own source control, so the source can be deployed in any sandbox orgs
- D. Eliminating the need of using change set, which should no longer be used as it can get messy working with package development models
- E. Improving team development and collaboration
正解: C,D,E
質問 144
Universal Containers wants to introduce data volume testing to resolve ongoing performance defects earlier in the lifecycle. Regulations prohibit the use of production data in non-production environments.
Which two options can the architect recommend? (Choose two.)
- A. Perform data masking on full sandbox after a refresh
- B. Use Query Analyzer in production
- C. Generate mock data that mimics production data shape and volume
- D. Request a partial Sandbox copy after the next Salesforce release
正解: B,C
解説:
Explanation
質問 145
Which two statements are accurate about why Mock objects are needed when writing test classes?
Choose 2 answers
- A. Some methods are invoking long running processes, using Mock is a shortcut of bypassing the long executions.
- B. Mock can also be used on the classes that extend the batchable interface to bypass the batch jobs.
- C. Using a Mock allows the test class to bypass the dependencies of other objects, methods, state, or behaviors. Therefore, the developer has total control of his own code.
- D. A Mock is needed whenever the code makes an HTTP callout.
正解: C,D
質問 146
......
Development-Lifecycle-and-Deployment-Designer問題集と試験テストエンジン:https://www.goshiken.com/Salesforce/Development-Lifecycle-and-Deployment-Designer-mondaishu.html
最新版を今すぐ試そうDevelopment-Lifecycle-and-Deployment-Designer練習テスト問題解答:https://drive.google.com/open?id=1zc3FKcEHxMGrhrLlbgOxQIpzJqWe6dqZ