Development-Lifecycle-and-Deployment-Designer Exam - Salesforce Certified Development Lifecycle and Deployment Designer

certleader.com

It is impossible to pass Salesforce Development-Lifecycle-and-Deployment-Designer exam without any help in the short term. Come to Certleader soon and find the most advanced, correct and guaranteed Salesforce Development-Lifecycle-and-Deployment-Designer practice questions. You will get a surprising result by our Latest Salesforce Certified Development Lifecycle and Deployment Designer practice guides.

NEW QUESTION 1
What are two advantages of using an Agile Project Management tool? Choose 2 answers

  • A. Increased visibility into sprint and project status
  • B. Better relationships with business stakeholders
  • C. Consolidate project artifacts to a common repository
  • D. Improve governance with gate steps in development

Answer: AC

NEW QUESTION 2
Universal Containers is considering developing a client application using the Metadata API for managing deployments to multiple Salesforce orgs. Which two use cases describe the usage of Metadata API? Choose 2 ans

  • A. Perform CRUD operations o manage records in the organization.
  • B. Migrate configuration changes between two organizations.
  • C. Migrate data changes between two organizations using a csv file.
  • D. Export current customization in the organization as an xml file.

Answer: BD

NEW QUESTION 3
What are two roles a project Steering Committee plays in determining what methodologies are used? Choose 2 answers

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

Answer: AD

NEW QUESTION 4
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. Unit Test
  • B. Stress Test
  • C. Load Test
  • D. Performance Test

Answer: CD

NEW QUESTION 5
Universal Containers (UC) deploys major releases on a monthly schedule. In recent months, the team has noticed the deployment time has increased two-fold from 2 hours to 4 hours .The team wants to get back to reasonable deployment times. Which three issues could be affecting their deployment times? Choose 3 ans

  • A. The number and complexity of Apex tests will have a large impact on the deployment time.
  • B. Some components profiles, custom junction objects, and fields take longer to process than others.
  • C. The deployments are being scheduled during off peak hours, which is not the best time.
  • D. Users are working in the org during deployment locking can affect users and the deployment.
  • E. The team is highly constrained with pre-deployment and post-deployment changes.

Answer: ABD

NEW QUESTION 6
Universal Containers (UC) is implementing Salesforce and wants the custom code to be unit tested for all the adverse conditions. Which two best practices should an Architect recommend while implementing Test Classes? Choose 2 answers

  • A. Execute test classes under various profiles
  • B. Test classes should not create custom setting data.
  • C. Test classes must use existing data in the environment.
  • D. Test data must have positive as well as negative data.

Answer: AD

NEW QUESTION 7
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. 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.
  • B. User fields are ignored during metadata deployments and all such users need to be manually created in the target org before starting the deployment.
  • C. 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.
  • D. User Fields are preserved during metadata deployments and Salesforce attempts to locate a matching user in the target org during deployment.

Answer: CD

NEW QUESTION 8
Why does Salesforce prohibit Stress Testing against Production?

  • A. There is not enough CPU
  • B. It is a shared environment
  • C. It is blocked by data center infrastructure
  • D. It causes Internet congestion

Answer: B

NEW QUESTION 9
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? Choose 2 answers

  • A. Make all code/configuration changes directly in the production org.
  • B. Allow no code/configuration changes directly in the production.org
  • C. Use the Force.com IDE to automate deployment to the production.org
  • D. Use Metadata API to automate deployment to the production.org

Answer: BD

NEW QUESTION 10
What is the responsibility of the Technical Architect within a Change Control Board meeting?

  • A. Prioritize the Salesforce product roadmap with business stakeholders
  • B. Conduct code reviews for projects in the development phase
  • C. Troubleshoot deployment errors that occurred during the last release
  • D. Approve the upcoming release for deployment into production

Answer: D

NEW QUESTION 11
Universal Containers (UC) is considering updating their Salesforce Release Management process. Which three best practices should UC consider for Version Control? Choose 3 answers

  • A. Maintain separate developer branches for minor and major releases.
  • B. Automation is a must with various application branches in the repository.
  • C. Maintain unrestricted access to the release sandboxes for all changes being deployed.
  • D. Maintain a single repository for application with individual branches for projects.
  • E. Maintain a single entry point for production from the master branch.

Answer: ADE

NEW QUESTION 12
Universal Containers (UC) innovative apps division is releasing an application which can be installed in their trading partners Salesforce environment. The partners can then build on top of the application with process builders and triggers so the container booking process can be integrated with the trading partners own processes. What is the recommended mechanism for releasing the application?

  • A. Zip file deployable by Force.Com Migration Tool.
  • B. Unmanaged Package.
  • C. Change Sets.
  • D. Managed Package.

Answer: D

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

Answer: C

NEW QUESTION 14
Universal Containers business users often observe that newly released features are resulting in other previously existing and stable functionality being broken. Which approach should an Architect recommend to prevent regression?

  • A. Utilize the developer console to run test suites for the affected functionality
  • B. Utilize unit and functional test automation as part of a continuous integration strategy
  • C. Utilize Salesforce Apex Hammer to automatically test all functionality
  • D. Freeze development of new features and re -architect the system to remove the bugs

Answer: B

NEW QUESTION 15
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. Tooling API
  • B. Force.com IDE
  • C. Change sets
  • D. Force.com Migration Tool

Answer: BD

NEW QUESTION 16
Universal Containers recently added a new sales division to theEnsure that Record Type Ids match both Productiowhen migrating to Production, the Developer reports that Unit Tests are failing. What should an Architect do to ensure tests execute predictably?

  • A. Ensure that Record Type Ids match both Production and Sandbox orgs
  • B. Ensure executed Apex test run as valid users
  • C. Ensure unit tests generate their own test data
  • D. Ensure unit tests execute with seeAllData=true

Answer: C

NEW QUESTION 17
Universal Containers (UC) is implementing Service Cloud UC's contact center receives 100 phone calls per hour and operates across North America ,Europe and APAC regions. UC wants the application to be responsive and scalable to support 150 calls considering future growth. what should be recommended test load consideration

  • A. Testing load considering 50% more call volume.
  • B. Testing load considering half the call volume.
  • C. Testing load considering 10xthe current call volume.
  • D. Testing load considering current call volume.

Answer: A

NEW QUESTION 18
Universal Containers is about to begin Development work on a new project in their Salesforce org that will take many months to complete. UC is concerned about how critical bugs will be addressed for existing live functionality. What is the recommended release management strategy to address this concern?

  • A. Utilize a dedicated Hotflix sandbox to address critical bugs and release to production.
  • B. Address critical bugs in the development sandboxes and push those changes to production separately.
  • C. Include fixes for critical bugs on the ongoing devl sandboxes so that they will be released with the other code.
  • D. Keep teams separate until the end of the project and create a Full Copy Sandbox to merge their work time.

Answer: A

NEW QUESTION 19
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 deadline is scheduled during a Salesforce release
  • B. The project team has decided to use the Waterfall methodology
  • C. The legacy system team is using an Agile methodology
  • D. Multiple work -streams with dependencies could impact the go-live

Answer: D

NEW QUESTION 20
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. Force.com Migration Tool
  • B. Full Sandbox Environment
  • C. Source Control Tool
  • D. Project Management Tool
  • E. Continuous Integration Build Tool

Answer: ACE

NEW QUESTION 21
The development team members need access to a tool to manage requirements and the testing team needs access to a tool to manage defects. Additionally, stakeholders are requesting ad -hoc status reports. What tool should an Architect recommend to support the project?

  • A. Spreadsheets
  • B. Code Repository
  • C. Wave
  • D. Port management

Answer: D

NEW QUESTION 22
Universal Containers has a stable continuous integration process and all stakeholders are happy. However, user testing takes long time, as data has to be setup. What should an Architect do to address this problem?

  • A. Include automated sample data during deployment.
  • B. Advise the project manager to assign more users to create test data.
  • C. Test data creation is outside the scope of continuous integration.
  • D. Train business users to create test data more efficiently.

Answer: A

NEW QUESTION 23
What is the process used to initiate a connection for change sets?

  • A. Modify the source org to allow an outbound connection to the target org
  • B. Modify the target org to accept an outbound connection from the source org
  • C. Modify the target org to accept an inbound connection from the source org
  • D. Modify the source org to allow an inbound connection to the target org

Answer: AC

NEW QUESTION 24
Universal Containers is validating an outbound change set from the Developer Sandbox to the production org. Which two locking behaviors will occur during a deployment? Choose 2 answers

  • A. The production org will be locke
  • B. Administrators cannot modify metadata during this time
  • C. The sandbox org will be locke
  • D. Administrators cannot modify metadata
  • E. The production org will be locke
  • F. Users can only Read data during this time
  • G. The production org will be locke
  • H. Users will still be able to Read/Write data to the org

Answer: AD

NEW QUESTION 25
......

P.S. DumpSolutions now are offering 100% pass ensure Development-Lifecycle-and-Deployment-Designer dumps! All Development-Lifecycle-and-Deployment-Designer exam questions have been updated with correct answers: https://www.dumpsolutions.com/Development-Lifecycle-and-Deployment-Designer-dumps/ (110 New Questions)