SALESFORCE CERTIFICATIONS DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNERSalesforce Certified Development Lifecycle and Deployment Designer - Practice Questions - Post 44

#Advertisement

SALESFORCE CERTIFICATIONS DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNERSalesforce Certified Development Lifecycle and Deployment Designer - Practice Questions - Post 44

1.

Page: Page 8

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


2.

Page: Page 8

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


3. Universal Containers has just initiated a project to implement 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?

Page: Page 9

Option A: Tester will encounter platform limits due to developer sandbox capacity limits.

Option B: Testers will experience functional changes throughput testing due to not having isolation form development.

Option C: Testers will hit governor limits due to large volume of users in the developer sandbox.

Option D: Refreshing the developer sandbox will take significant time.

Answer(s): 2

Explanation: Not available

SEO Keywords: SEO keywords not available


4. Universal Containers (UC) is implementing a governance framework and has asked the Architect to make recommendations regarding release planning. Which two decisions should the Architect make when planning for releases?

Page: Page 9

Option A: How to test existing functionality to ensure no regressions are introduced.

Option B: Whether Salesforce will wait to upgrade the pod until after a UC release is complete.

Option C: How to roll back to the previous Salesforce release if there are issues.

Option D: When to test a new UC feature release if there are issues.

Answer(s): 3,4

Explanation: Not available

SEO Keywords: SEO keywords not available


5. Which two project situations favor a waterfall methodology?

Page: Page 9

Option A: An application with many systems and inter-dependencies between components.

Option B: An application with regulatory compliance requirements to be validated by outside agencies.

Option C: An application in post-production, with incremental changes made by a small team.

Option D: An in-house application with a fixed team size, but an open timeline and flexible requirements.

Answer(s): 1,2

Explanation: Not available

SEO Keywords: SEO keywords not available


6. Universal Containers (UC) is preparing for the new Salesforce release in a couple of months and has several ongoing development projects that may be affected. Which three steps should the team at UC take to prepare for this release?

Page: Page 9

Option A: Contact Salesforce to schedule a time to upgrade the full Sandbox.

Option B: Refresh a Sandbox during the Release Preview Window to ensure they have the upcoming release.

Option C: Run regression tests in an upgraded sandbox to detect any issues with the Upgrade.

Option D: Review the release notes for automatically-enabled features and technical debt.

Answer(s): 2,3,4

Explanation: Not available

SEO Keywords: SEO keywords not available


7. Universal Containers has just completed several projects, including new custom objects and custom fields. Administrators are having difficulty maintaining the application due to not knowing how objects and fields are being used. Which two options should an Architect recommend?

Page: Page 10

Option A: Create Design standards to require help text on all custom fields and custom objects.

Option B: Create Design standards to consistently use the description field on custom objects.

Option C: Create Design standards with a document to store all custom objects and custom fields

Option D: Create Design standards to require all custom fields on all custom object page layouts

Answer(s): 2,5

Explanation: Not available

SEO Keywords: SEO keywords not available


8. What sandbox type would be appropriate for diagnosing reports of poor performance when accessing certain Visual force pages?

Page: Page 10

Option A: Partial copy Sandbox.

Option B: Developer Sandbox.

Option C: Full Sandbox

Option D: Developer Pro Sandbox.

Answer(s): 3

Explanation: Not available

SEO Keywords: SEO keywords not available


9. Universal containers have recently replaced a custom service centre application with Salesforce Service Cloud. Administrators are now confused about which fields and classes are actively being utilized and how future implementations can be maintained.

Page: Page 10

Option A: Create an adoption plan for end users using Salesforce dashboards and reports.

Option B: Create a design standard requiring integration to use declarative configurations patterns

Option C: Create a governance process requiring all projects to create project deliverable documentation.

Option D: Create a standard method for deprecating classes and fields using design standards.

Answer(s): 3,4

Explanation: Not available

SEO Keywords: SEO keywords not available


10. 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?

Page: Page 10

Option A: Use design Standards for Governance.

Option B: Create a Centre of Excellence with a charter document.

Option C: Create a Release Management Process.

Option D: Create project charters for each project.

Answer(s): 2

Explanation: Not available

SEO Keywords: SEO keywords not available


11. Universal Containers (UC) is considering updating their Salesforce Production Deployment as a part of their Release Mgmt process. Which three best practices should UC consider for Production Deployment?

Page: Page 11

Option A: Announce the maintenance window ahead of time.

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


12.

Page: Page 11

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


13.

Page: Page 11

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


14.

Page: Page 11

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


15. Universal Containers are using Salesforce for Order Management and has integrated with an in-house ERP system for order fulfilment. There is an urgent requirement to include a new order status value from the ERP system into the Order Status pick list in Salesforce. Which are two considerations when addressing the above requirement?

Page: Page 12

Option A: Existing Apex test classes may start falling in Production.

Option B: Implement the change in the sandbox, validate, and release to Production.

Option C: The change can be performed in Production, as it is a configuration change.

Option D: Integration with the ERP system may not function as expected.

Answer(s): 3,4

Explanation: Not available

SEO Keywords: SEO keywords not available


16. Universal Containers (UC) is planning for a huge data migration as part of their Service Cloud implementation. UC, has approximately 15million customers, 30 million contacts, and 30 million active cases. Which two key areas of UC's data migration test plan should be included?

Page: Page 12

Option A: API's to be used for data migration.

Option B: Success criteria for data migration.

Option C: Target Salesforce Server and Source system IP address.

Option D: Manual and Automated data validation approaches.

Answer(s): 1,2

Explanation: Not available

SEO Keywords: SEO keywords not available


17. 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?

Page: Page 12

Option A: To run a subset of tests, set the Run Specified Tests test level on the Deploy Options objects and pass it as an argument to deploy() call.

Option B: run a subset of tests,set the RunLocalTests test level on the Deploy Options object and pass it as an argument to deploy() call.

Option C: Specify both test classes and individual test methods that are required to be executed as both are supported in Deploy Options.

Option D: Specifying the test method is supported in Deploy Options, therefore specify only the test classes that are required to be executed.

Answer(s): 1,4

Explanation: Not available

SEO Keywords: SEO keywords not available


18. Due to several issues, Universal Containers wants to have better control over the changes made in the production org and to be able to track them. Which two options will streamline the process?

Page: Page 12

Option A: Make all code/configuration changes directly in the production org.

Option B: Allow no code/configuration changes directly in the production.org

Option C: Use the Force.com IDE to automate deployment to the production.org

Option D: Use Metadata API to automate deployment to the production.org

Answer(s): 2,4

Explanation: Not available

SEO Keywords: SEO keywords not available


19. Universal Containers is in the final stages of building a new application to track custom containers. During a review of the application, a business subject Matter Expert mentioned that it would be nice to be able to track additional container types beyond what was originally scoped during the plan and design phase. Which two actions should be performed to mitigate the risk?

Page: Page 13

Option A: Escalate and communicate to stakeholders the risk and mitigate it by allocating additional resources to support the new requirement based on stakeholders input.

Option B: Have a discussion with the business subject Matter Expert and communicate that the Salesforce has limitations in supporting such a feature to mitigate the risk.

Option C: Escalate and communicate to stakeholders the risk and mitigate it by extending the timeline of the project to support the new requirement based on stakeholders input.

Option D: Have a discussion with the business subject Matter Expert and communicate that anew developer environment will be needed to mitigate the risk.

Answer(s): 1,3

Explanation: Not available

SEO Keywords: SEO keywords not available


20. Universal Containers has multiple project teams integrating Salesforce to various systems Integration Architects are complaining about the various integration patterns used by the teams and lack a common understanding of the integration landscape. What should architect recommended to address the challenges?

Page: Page 13

Option A: Implement a data governance policy and publish the documentation to all teams.

Option B: Recommend an outbound message design pattern to be used for all teams.

Option C: Recommend a fire-and-forget design pattern to be used for all teams.

Option D: Create design standards focused on integration and provide training to all teams

Answer(s): 4

Explanation: Not available

SEO Keywords: SEO keywords not available


21. 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?

Page: Page 13

Option A: Fix the issue in staging and deploy it into production.

Option B: Fix the issue in hotflix, test, and deploy to production.

Option C: Fix the issue in development, test, UAT, and deploy to production.

Option D: Follow the release management process to move to production.

Answer(s): 2

Explanation: Not available

SEO Keywords: SEO keywords not available


22. 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?

Page: Page 13

Option A: Deploy unsupported components manually before/after deployment.

Option B: Use AppExchange products to deploy unsupported components.

Option C: Use change sets for deploying all the unsupported components.

Option D: Use the force.com IDE for deploying the unsupported components.

Answer(s): 1

Explanation: Not available

SEO Keywords: SEO keywords not available


23. 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?

Page: Page 14

Option A: Change sets for minor releases and Force.com IDE for major releases.

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


24.

Page: Page 14

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


25.

Page: Page 14

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


26.

Page: Page 14

Answer(s):

Explanation: Not available

SEO Keywords: SEO keywords not available


27. 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?

Page: Page 15

Option A: Generate and deploy a change set that enables the required settings

Option B: Generate and install a managed package that enables the required settings

Option C: Utilize the metadata API's deploy All Components call

Option D: Document deployment steps for any components that cannot be automatically deployed

Answer(s): 4

Explanation: Not available

SEO Keywords: SEO keywords not available


28. What is the responsibility of an executive sponsor on a project?

Page: Page 15

Option A: Communicate project status

Option B: Determine project methodology

Option C: Design executive dashboards

Option D: Approve changes to project scope

Answer(s): 4

Explanation: Not available

SEO Keywords: SEO keywords not available


29. What are three necessary components for establishing a governance framework?

Page: Page 15

Option A: Automated Testing

Option B: Requirements Management

Option C: Change Control Log

Option D: Documentation Repository

Answer(s): 2

Explanation: Not available

SEO Keywords: SEO keywords not available


30. Why does Salesforce prohibit Stress Testing against Production?

Page: Page 15

Option A: There is not enough CPU

Option B: It is a shared environment

Option C: It is blocked by data center infrastructure

Option D: It causes Internet congestion

Answer(s): 1,3,4

Explanation: Not available

SEO Keywords: SEO keywords not available


Top Post Ad

Post a Comment