無料でゲット!2023に更新されたSalesforce Development-Lifecycle-and-Deployment-Architect試験問題と解答 [Q12-Q35]

Share

無料でゲット!2023年最新のに更新されたSalesforce Development-Lifecycle-and-Deployment-Architect試験問題と解答

Development-Lifecycle-and-Deployment-Architect問題集PDFとテストエンジン試験問題

質問 # 12
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. Implement a project management tool to manage all change requests on the project
  • B. Identify relevant Stakeholders from within Universal Containers to obtain governance goals and objectives
  • C. Establish a global Center of Excellence to define and manage Salesforce development standards across the organization
  • D. Implement a comprehensive DevOps framework for all initiatives within Universal Containers

正解:B


質問 # 13
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 reasons should UC consider using the agile tool for effort tracking?

  • A. Allows the Developer to compare their effort, estimates and actuals to better adjust their future 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 management team to make critical timeline commitments based solely on developer estimates.

正解:A


質問 # 14
In architect is working on a project that relies on functionality that cannot be deployed via the Metadata API. What is the best practice for making sure these components are deployed successfully?

  • A. Generate and deploy a change set that enables the required settings
  • B. Generate and install a managed package that enables the required settings
  • C. Utilize the metadata API's deployAllComponents call
  • D. Document deployment steps for any components that cannot be automatically deployed

正解:D


質問 # 15
Universal Containers (UC) is implementing Service Cloud for their contact centers for 3000 users. They have ~10 million customers. The average speed 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. Stress Testing.
  • B. Load testing.
  • C. Unit Testing.
  • D. System Integration Testing.

正解:B


質問 # 16
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?

  • 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. Create a change set in each sandbox and download the package.xml file for the release management team
  • D. Send a package.xml file with associated metadata in a .zip file to the Release Management team

正解:D


質問 # 17
Universal Containers has started building a customer Lightning community that contains a few dozen Aura components. The development team lead has come to the Salesforce architect about questions regarding testing the Lightning components.
What two knowledge points can the architect pass to the development team lead?
Choose 2 answers

  • A. The testing can be viewed in the lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.
  • B. Install the Lightning test service AppExchange package to enable the Aura component testing.
  • C. There is a $T test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
  • D. The testing of the JavaScript part of the Aura component can be tested in the Jest framework and the Apex controllers can be tested using test classes.

正解:B、D


質問 # 18
Salesforce has three major releases a year.
Which type of change introduced by a release can cause automated browser tests to need updating?

  • A. DOM changes
  • B. New Apex methods
  • C. Metadata schema changes
  • D. New standard fields

正解:A


質問 # 19
Universal Containers (UC) is developing a 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 Master branch and the Feature branch is then merged with the Develop branch.
  • C. Developers work off of the Feature 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 Develop branch, and the Feature branch is then merged with the Hotfix branch.

正解:C


質問 # 20
Universal Containers has automated its deployment process using Metadata API. However, they found that Metadata API doesn't support all the components yet. What should be done to address this?

  • A. Use AppExchange products to deploy unsupported components.
  • B. Use the force.com IDE for deploying the unsupported components.
  • C. Use change sets for deploying all the unsupported components.
  • D. Deploy unsupported components manually before/after deployment.

正解:D


質問 # 21
Universal Containers (UC) is midway through a large enterprise project. UC is working in an agile model, and currently has four-week iterations, with a branching strategy supporting this approach. UC operates in a strict regulatory environment, and has dedicated teams for security, QA, and release management. The system is live with users, and a serious production issue is identified at the start of a sprint, which is narrowed down to a bug in some Apex code.
Which three approaches should an architect recommend to address this bug?
Choose 3 answers

  • A. Attempt to fix the bug directly in production.
  • B. Investigate potential data impacts.
  • C. Wait until the next release to deploy the fix.
  • D. Fix the bug in a hotfix branch.
  • E. Seek stakeholder approval for the hotfix.

正解:B、D、E


質問 # 22
Universal Containers (UC) has been using Salesforce Sales Cloud for many years following a highly customized, single-org strategy with great success so far.
What two reasons can justify a change to a multi-org strategy?
Choose 2 answers

  • A. Acquired company that has its own Salesforce org and operates in a different business with its own set of regulatory requirements.
  • B. UC is launching a new line of business with independent processes and adding any new feature to it is too complex.
  • C. UC follows a unification enterprise architecture operating model by having orgs with the same processes implemented for each business unit.
  • D. UC wants to use Chatter for collaboration among different business units and stop working in silos.

正解:A、B


質問 # 23
At Universal Containers, Salesforce administrators are making changes to the permission sets under instruction from the business. Randomly, various SOQL statements are failing.
What strategy could be advised to bring this issue to the developer's attention earlier?

  • A. Advice developers to switch to SOSL queries that are more robust instead.
  • B. Extract each permission set, commit and merge to source control, and run through CI checks.
  • C. Ask administrators to only make changes to profiles instead.
  • D. Create a sandbox refresh strategy to ensure each sandbox is refreshed every day.

正解:B


質問 # 24
Universal Containers (UC) is a large enterprise with a complex system landscape. UC is currently rolling out new infrastructure and strategies around Salesforce DevOps. Some of the key feature's UC is looking to support is rollback of metadata after a deployment, and the backup and restore of data to help recover from deployment issues, system bugs, or outages in their downstream systems.
Regulations in the industry mean that UC must be able to provide strategies to recover and rollback from issues. The regulator has discovered UC is not currently providing these, and must do so as soon as possible to remain compliant.
What should an architect advise?

  • A. Custom build a feature rollback and data restore tool for Salesforce
  • B. Salesforce backs up all data and will restore it for customers on request.
  • C. Evaluate third-party and AppExchange products.
  • D. Advise stakeholders that rollback is not possible for Salesforce.

正解:C


質問 # 25
Which two environments are appropriate for creating a managed package? Choose 2 answers

  • A. Production Org with LMA
  • B. Developer Edition Org
  • C. Developer Pro Sandbox Org
  • D. Partner Developer Edition Org

正解:B、D


質問 # 26
What are three advantages of using the SFDX?
Choose 3 answers

  • A. Can store code on a local machine, or a version control system.
  • B. Can Install application metadata from a central repository.
  • C. Can create scratch orgs.
  • D. Can quickly deploy metadata using Execute Anonymous.
  • E. Can use native Deployment Rollback Tool to quickly revert to prior state.

正解:A、B、C


質問 # 27
What are two roles a project Steering Committee plays in determining what methodologies are used? Choose 2 answers

  • A. Setting the criteria for selecting Agile or Waterfall methodology to be used on internal projects
  • B. Designing a methodology that will meet a particular project's requirements
  • C. Enforcing that corporate project stage gates are part of the chosen methodology
  • D. Approving deviations from the chosen methodology, when required to address project issues

正解:A、C


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

正解:A、B


質問 # 29
Universal Containers CUC) is embarked on an enterprise salesforce transformation journey, UC would like to streamline and automate deployment to different sandboxes during the build phase. Upon customer acceptance in UAT, the company requested to automate the production deployment as well.
As the deployment architect, what is the recommendation to satisfy the customer requirements?

  • A. Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
  • B. Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
  • C. Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
  • D. Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.

正解:D


質問 # 30
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. Case Assignment Rules
  • B. Workflow Rules
  • C. Validation Rules
  • D. Active Process Builders

正解:D


質問 # 31
What are two advantages of automated test data loads over manual data loads Choose 2 answers

  • A. Automated loads cannot be scripted by CICD tools.
  • B. Automated loads can be done with no human oversight.
  • C. Automated loads will increase costs.
  • D. FRED Automated loads are reliable in their results.

正解:B、C


質問 # 32
Universal Containers (UC) has four different business units (BUS) with different processes that shares global customers. They have implemented a multi-org strategy with one org consolidating customer 360-degree view, and four orgs for the different BUS. Each of the BU orgs read and write customer information from/to the customer 360-degree view org in real time. UC is now launching a new BU that will use Salesforce. It does not share customers with the other BUS and needs flexibility in their Business processes.
What should an architect recommend as org strategy for this new BU

  • A. Use the same Salesforce org of another BU that shares geographical localization with the new BU.
  • B. Use a new stand-alone Salesforce org for the new BU, not integrated with the others.
  • C. Use a new Salesforce org for the new BU, and customize integration so that it reads and writes customer information from the customer data org
  • D. Deploy the new BU in customer 360-degree view org, and read and write customer information from it without need of custom integration.

正解:C


質問 # 33
Universal Containers has defined a software tool to support Agile processes, but the development team is not regularly updating the status of their work in progress.
What Scrum value is compromised by this bad practice, and why?

  • A. Courage, because the teams should be transparent about progress and speak up when they need help.
  • B. Commitment, because the team is not committed to follow the Agile methodology.
  • C. Focus, because the teams are not focusing in the agile process expected activities.
  • D. Openness, because the team is not open to a new methodology.

正解:A


質問 # 34
Universal Containers (UC) is using Salesforce for their sales organization. The sales users have created several dashboards using multiple running users. The admins have also added a few workflow rues that send email notifications to some sales users. What should an Architect consider while planning the deployment of such components? Choose 2 answers

  • A. User Fields are preserved during metadata deployments and Salesforce attempts to locate a matching user in the target org during deployment.
  • B. If the username in the source org doesn't exist in the target org, the deployment will stop until the usernames are resolved or removed.
  • C. If the username in the source org doesn't exist in the target org, the deployment will continue and Salesforce will automatically create the username in the target org.
  • D. User fields are ignored during metadata deployments and all such users need to be manually created in the target org before starting the deployment.

正解:A、B


質問 # 35
......

検証済みのDevelopment-Lifecycle-and-Deployment-Architectテスト問題集と解答で正確な228問題と解答あります:https://jp.fast2test.com/Development-Lifecycle-and-Deployment-Architect-premium-file.html

最新をゲットせよ!Development-Lifecycle-and-Deployment-Architect認定有効な試験問題集解答:https://drive.google.com/open?id=1jrTx0cpXsxnNnVYYpROVYrYhlSdDee32


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어