[2023年05月08日] あなたを合格させるDevelopment-Lifecycle-and-Deployment-Designer無料最新問題集でSalesforce練習テスト [Q47-Q67]

Share

[2023年05月08日] あなたを合格させるDevelopment-Lifecycle-and-Deployment-Designer無料最新問題集でSalesforce練習テスト

無料でゲット!高評価Salesforce Development-Lifecycle-and-Deployment-Designer試験問題集を今すぐダウンロード!


Salesforce Development-Lifecycle-and-Deployment-Designer試験は、Salesforceアプリケーションの開発と展開に特化した専門家を対象としています。この認定は、設計、開発、テスト、展開を含むSalesforce開発ライフサイクルに関する候補者の専門知識を検証します。これは、Salesforce開発に先行経験がある個人が、この分野のスキルと知識を向上させたいと考えている場合に適しています。

 

質問 # 47
Universal Containers (UC) has multiple development teams that work on separate streams of work, with different timelines. Each stream has different releases of code and config, and the delivery dates differ between them.
What is a suitable branching policy to recommend?

  • A. Leaf-based development
  • B. GitHub flow
  • C. Scratch-org-based development
  • D. Trunk-based development

正解:D


質問 # 48
Universal Containers is a global organization that maintains regional production instances of Salesforce. One region has created a new custom object to track Shipping Containers. The CIO has requested that this new object be used globally by all Salesforce instances and further maintained and modified regionally by local administrators. Which two deployment tools will support this request? Choose 2 answers

  • A. Force.com IDE
  • B. Change sets
  • C. Tooling API
  • D. Force.com Migration Tool

正解:A、D


質問 # 49
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. Stress testing
  • B. Static code quality analysis
  • C. Automated browser testing
  • D. Business verification testing

正解:A、D


質問 # 50
A Salesforce Administrator has initiated a deployment using a change set. The deployment has taken more time than usual.
What is a potential reason for this?

  • A. The change set performance is independent of included components.
  • B. The change set includes new custom objects and custom fields.
  • C. The change set includes changes to permission sets and profiles.
  • D. The change set includes field type changes for some objects.

正解:C


質問 # 51
Universal Containers (UC) is developinga custom Force.com application. The following tools are used for development, the Force.com IDE for developing apps. Git as a source control system and a Git repository, and the Force.com Migration Tool for updating sandboxes from source control. UC's current branching strategy calls for two main branches: 1) Master 2) Develop Three supporting branches: 1) Feature 2) Release 3) Hotflix Consider that the branching strategy is in parallel as follows Feature |Develop |Release |Hotfix |Master What is the recommended practice strategy that Developers should adopt for Development?

  • A. Developers work off of the Feature branch, which is pulled from the Release branch, and the Feature branch is then merged with the Develop branch.
  • B. Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Hotfix branch.
  • C. Developers work off of theFeature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Develop branch.
  • D. Developers work off of the Feature branch, which is pulled from the Master branch and the Feature branch is then merged with the Develop branch.

正解:C


質問 # 52
Universal Containers (UC) have developed a managed package targeted for AppExchange. The product includes some Apex code to customize and create layouts. UC is in the testing phase of the package, so it is not certified yet. During testing on the target org, the Apex code for the layouts fails.
Why are the Apex classes not able to access the metadata of the target org during testing?

  • A. UC needs to get the managed package certified by the Salesforce security review
  • B. UC needs to turn on Apex Settings within the custom metadata type
  • C. Apex Settings to allow the access to metadata is not switched on
  • D. The solution is flawed. UC should utilize the Tooling API from a web service call to modify the layouts

正解:B


質問 # 53
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 data loader to deploy CSV files.
  • B. Use an open source SFDX plugin and version control.
  • C. Build an Apex framework to deploy CPQ records.
  • D. Use a third-party product.

正解:A、C


質問 # 54
What are two limitations an architect should consider when designing a strategy for managing technical reference data, with multiple related objects? (Choose two.)

  • A. Apex CPU limits
  • B. HTTP response size
  • C. Depth of nested relationships
  • D. Circular relationships

正解:C、D


質問 # 55
What is the responsibility of an executive sponsor on a project?

  • A. Approve changes to project scope
  • B. Design executive dashboards
  • C. Determine project methodology
  • D. Communicate project status

正解:A


質問 # 56
Universal Containers is looking to construct a continuous integration process to help manage code quality.
Which three tools should be used to enable this? Choose 3 answers

  • A. Full Sandbox Environment
  • B. Source Control Tool
  • C. Continuous Integration Build Tool
  • D. Project Management Tool
  • E. Force.com Migration Tool

正解:B、C、E


質問 # 57
Universal Containers has just initiated a project to implement a partner community. The application will be deployed into a production environment currently in use by a large Salesforce user base. The project manager has insisted that the development and testing team use a single developer sandbox.
What is the risk with this approach?

  • A. Testers will hit governor limits due to the large volume of users in the developer sandbox.
  • B. Testers will experience functional changes throughout testing due to NOT having isolation from development.
  • C. Refreshing the developer sandbox will take significant time.
  • D. Testers will encounter platform limits due to developer sandbox capacity limits.

正解:B


質問 # 58
A developer on the Universal Containers team has written a test class to test a method that involves a web service callout. Within the test class, the developer is supposed to load test data, create an instance of the Mock object, set the Test.setMock() to that Mock object, call startTest(), execute the code that makes the callout, call stopTest(), and compare the result with expectations. Unfortunately, the Developer forgot to use the Test.setMock() method step.
What would happen when the developer runs this test class?

  • A. The test class would make the web service callout and may or may not fail depending on the circumstances on the web service end
  • B. The test class fails and the developer will see a message stating: Methods defined as TestMethod do not support Web service callouts.
  • C. It is impossible to miss the Test.setMock() statement, the Developer Console will not let the developer save it since the test methou callout
  • D. The test class fails without error message since the test class will simply skip the web service callout during the execution.

正解:B


質問 # 59
Ursa Major Solar (UMS) has used Aura components significantly in its Salesforce application development. UMS has established a robust test framework and the development team follows the Salesforce recommended testing practices. UMS team uses Salesforce's test tool To check for common accessibility issues.
In which two environments the UMS team can call Aura accessibility tests?
Choose 2 answers

  • A. AuraDriver Test
  • B. ACCTEST
  • C. JSTEST
  • D. WebDriver Test

正解:C、D


質問 # 60
Universal Containers (UC) is using Sales and Service Cloud. They have two major releases and four minor releases every year. They have development (dev), integration, user acceptance (UAT), staging, and hotfix sandboxes.

  • A. Fix the issue in hotfix, test, and deploy to production.
  • B. Fix the issue in staging and deploy it to production.
  • C. Fix the issue in development, test in UAT, and deploy to production.
  • D. Follow the release management process to move to production.

正解:A


質問 # 61
Universal Containers' (UC) development team is using an Agile tool to track the status of build items, but only in terms of stages. UC is not able to track any effort estimates, log any hours worked, or keep track of remaining effort.
For what reason should UC reconsider using the Agile tool for effort tracking?

  • A. Allows the management team to make critical timeline commitments based solely on developer estimates.
  • B. Allows the management team to manage the performance of bad developers who are slacking off.
  • C. Allows the organization to track the Developers' work hours for salary compensation purposes.
  • D. Allows the Developer to compare their effort estimates and actuals to better adjust their future estimates.

正解:D


質問 # 62
Universal Containers is building a new complex integration to a legacy system. the legacy system is also going through a major upgrade. Senior leadership has committed to the board that the combined programs will be completed on time. What is the risk with this plan?

  • A. The legacy system team is using an Agile methodology
  • B. Multiple work -streams with dependencies could impact the go-live
  • C. The deadline is scheduled during a Salesforce release
  • D. The project team has decided to use the Waterfall methodology

正解:B


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

  • A. The client does not have budget for additional software
  • B. The Salesforce instance has only standard functionality
  • C. Test scripts will be generated as part of the testing phase
  • D. There isn't a full sandbox available to leverage

正解:B


質問 # 64
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. Lower administration overhead costs.
  • B. Improved Chatter collaboration across different business units.
  • C. Automatically unify data model among all lines of business.
  • D. Easier to get a 360-view of the customer.
  • E. Consolidating the business processes would be simplified.

正解:A、B、D


質問 # 65
Which two actions will contribute to an improvement of code security?
Choose 2 answers

  • A. Use two developers to review and fix current code vulnerabilities.
  • B. Implement a pull request and secure code review.
  • C. Integrate a static code security analysis tool in the CI/CD process.
  • D. Hire a company specialized in secure code review the current code.

正解:B、C


質問 # 66
Universal Containers has dozens of independent user acceptance and functional teams that need to test independently in isolation, and on current production data that was modified within the last week. Which Sandbox type should a Technical Architect recommend?

  • A. Developer Pro Sandbox
  • B. Full Sandbox
  • C. Partial Copy Sandbox
  • D. Developer Sandbox

正解:B


質問 # 67
......


Salesforce Development-Lifecycle-and-Deployment-Designer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 顧客のシナリオを前提として、ソース管理の分岐
  • バージョン管理
  • マージの方法を説明します
トピック 2
  • 顧客のシナリオを前提として、適切なリリース管理戦略を説明および推奨します
トピック 3
  • メタデータAPIをデプロイに使用する際の機能、制限、および考慮事項を説明する
トピック 4
  • 新しいSalesforceリリースを含む顧客シナリオを考えると、リスクを軽減するための適切な戦略を推奨する
トピック 5
  • マネージドVを使用する場合のユースケースと考慮事項を分析して説明します。管理されていないパッケージ
トピック 6
  • リクエストを本番環境に直接組み込むことの意味を説明する
トピック 7
  • 顧客のシナリオを前提として、適切なガバナンスフレームワークを分析および推奨します
トピック 8
  • 複数のプロジェクトストリームを考慮して、マップサンドボックス戦略を特定のリリース計画に適用する
トピック 9
  • 特定の要求を含む詳細な顧客環境シナリオを考えると
トピック 10
  • シナリオを前提として、成功する展開戦略のコンポーネントとツールを比較、対比、推奨します
トピック 11
  • お客様のシナリオを前提として、適切なテスト方法を説明および推奨します
トピック 12
  • 複雑な顧客シナリオ能力を前提として、ソース管理、自動テストの適切な使用を特定する
トピック 13
  • お客様の環境リスクを理解し、適切な緩和戦略を明確にする

 

一発合格の秘訣は無料でゲット!Development-Lifecycle-and-Deployment-DesignerCertified 試験エンジンPDF:https://jp.fast2test.com/Development-Lifecycle-and-Deployment-Designer-premium-file.html

Development-Lifecycle-and-Deployment-Designer試験問題集合格には最新なテスト問題集:https://drive.google.com/open?id=1XWzBEULwMyF4Y_bJkraoUhNVhA3ytA94


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어