SALESFORCE CERTIFICATIONS DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-DESIGNERSalesforce Certified Development Lifecycle and Deployment Designer - Practice Questions - Post 45
1. 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?
Page: Page 16
Option A: Developer Pro Sandbox
Option B: Partial Copy Sandbox
Option C: Developer Sandbox
Option D: Full Sandbox
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
2. Universal Containers is building a custom application on the Force.com platform. There is a budget and release date that has been set by the board of directors, but the application must meet the requirements that will be submitted and voted on by a public user community. What is the risk associated with the scenario?
Page: Page 16
Option A: The requirements should not be solicited by an external community
Option B: The project is not using the Waterfall methodology
Option C: The project is not using an Agile methodology
Option D: The requirements are unknown and the release date has been set.
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
3. At any given time, Universal Containers has 10 Apex developers building new functionality and fixing bugs. Which branching strategy should an Architect recommend that mitigates the risk of developers overwriting others changes?
Page: Page 16
Option A: Have all developers build new functionality in new branches, but fix bugs in the HEAD
Option B: Have all developers work in the same branch, continuously testing for regressions
Option C: Have developers work in separate branches and merge their changes in a common branch for testing
Option D: Don't use source control. Rely on Salesforce's built-in conflict detection mechanism
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
4. 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?
Page: Page 16
Option A: Utilize the developer console to run test suites for the affected functionality
Option B: Utilize unit and functional test automation as part of a continuous integration strategy
Option C: Utilize Salesforce Apex Hammer to automatically test all functionality
Option D: Freeze development of new features and CK -architect the system to remove the bugs
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
5. What are two roles a project Steering Committee plays in determining what methodologies are used?
Page: Page 17
Option A: Enforcing that corporate project stage gates are part of the chosen methodology
Option B: Designing a methodology that will meet a particular project's requirements
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
6.
Page: Page 17
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
7.
Page: Page 17
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
8.
Page: Page 17
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
9. Universal Containers has a large call center that has a limited inventory and must ensure there is product availability before an Opportunity is marked as Closed. Custom Apex has been implemented to check inventory levels before an Opportunity is saved. What should an architect consider before recommending Performance testing?
Page: Page 18
Option A: Number of unit tests
Option B: Number of Apex Hammer failures
Option C: Number of debug log entries
Option D: Number of concurrent transactions
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
10. Universal Containers have just acquired Planetary storage. Both companies use salesforce.com to manage their sales activities. The two companies have many customers in common and the company plans to merge the two sales organizations, but the products and sales processes between the two original companies will remain different and distinct. What factor should the company consider in merging the two Salesforce.com orgs into a single org?
Page: Page 18
Option A: Transactional sales data could be combined without modification since standard objects are used
Option B: Salespersons selling both product lines would need two logins, once for each product line
Option C: Business processes on standard objects can be merged without modifications
Option D: Customer data could be merged with modifications using standardization and de -duplication
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
11. Which statement is true for the Staging sandbox in the following diagram?
Page: Page 18
Option A: When created or refreshed, the Staging sandbox is a full replica of Production
Option B: The Staging sandbox is automatically refreshed on a schedule set by the administrator
Option C: Salesforce major releases (e.g., Winter to Spring) always occur in Staging and Production at the same time
Option D: The Staging environment can only be updated once every two weeks
Answer(s): 1
Explanation: Not available
SEO Keywords: SEO keywords not available
12. 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?
Page: Page 18
Option A: Test scripts will be generated as part of the testing phase
Option B: There isn't a full sandbox available to leverage
Option C: The Salesforce instance has only standard functionality
Option D: The client does not have budget for additional software
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
13. Universal Containers (UC) is working on a project to support environmental cleanup projects with specially designed containers. To support this project, UC is developing a portal for regulatory agencies to use for tracking and reporting of the containers, and these regulatory requirements are well-defined. Many non -regulatory requirements have not been defined yet. The project is on a strict budget and timeline. Which two approaches should UC consider to meet regulatory requirements and to satisfy the needs of end users?
Page: Page 19
Option A: Initiate a waterfall project and start building the features of the solution based on regulatory requirements. In parallel, gather the remaining non -regulatory requirements for the solution, then go back and reconcile the two sets of requirements and CK -work the solution as necessary
Option B: Initiate an Agile project, beginning with a "sprint 0" to scope and estimate the project and to build the product backlog. Identify the minimum viable product. Initiate building the solution based on the backlog, and co -create the design with the project stakeholders
Option C: Initiate a waterfall project by gathering the remaining requirements and completing the architecture and design. Initiate the build/test processes with frequent reviews by the stakeholders. On build completion, perform acceptance testing and validate compliance with regulatory requirements
Option D: Initiate an Agile project based on the known requirements, begin building immediately, and work through remaining requirements as they come up. Budget and timeline will not be a factor with an Agile methodology
Answer(s): 1,3
Explanation: Not available
SEO Keywords: SEO keywords not available
14. Universal Containers requires that all sandboxes that have not been recently refreshed must also receive the newest changes to production. This must be done before any functionality from that environment can be moved to production. Which deployment tool would allow this deployment process to be managed in an automated fashion?
Page: Page 19
Option A: Workbench
Option B: Force.com Migration Tool
Option C: Change Sets
Option D: Force.com IDE
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
15. What is the responsibility of the Technical Architect within a Change Control Board meeting?
Page: Page 19
Option A: Prioritize the Salesforce product roadmap with business stakeholders
Option B: Conduct code reviews for projects in the development phase
Option C: Troubleshoot deployment errors that occurred during the last release
Option D: Approve the upcoming release for deployment into production
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
16. Universal Containers recently added a new sales division to the Ensure that Record Type Ids match both Production when migrating to Production, the Developer reports that Unit Tests are failing. What should an Architect do to ensure tests execute predictably?
Page: Page 19
Option A: Ensure that Record Type Ids match both Production and Sandbox orgs
Option B: Ensure executed Apex test run as valid users
Option C: Ensure unit tests generate their own test data
Option D: Ensure unit tests execute with see AllData=true
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
17. Universal Containers requires its developers to develop and test code in one sandbox per developer before deploying to a common sandbox for code review. Which deployment strategy should be used in this environment?
Page: Page 20
Option A: Refresh the developer's sandbox, develop changes, refresh the common sandbox, deploy to the common sandbox, test changes
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
18.
Page: Page 20
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
19.
Page: Page 20
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
20.
Page: Page 20
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
21. What are two advantages of using an Agile Project Management tool?
Page: Page 21
Option A: Increased visibility into sprint and project status
Option B: Better relationships with business stakeholders
Option C: Consolidate project artifacts to a common repository
Option D: Improve governance with gate steps in development
Answer(s): 1,3
Explanation: Not available
SEO Keywords: SEO keywords not available
22. Which two decisions should be made by an Architecture Review Board (ARB)?
Page: Page 21
Option A: Whether to create a new Salesforce object or override an existing object using a new Record Type
Option B: Whether to utilize the Waterfall or Agile methodology on the project
Option C: What testing tools should be used to track integration testing requirements
Option D: Whether to implement Single Sign -On with SAML or delegated authentication
Answer(s): 1,4
Explanation: Not available
SEO Keywords: SEO keywords not available
23. What is the process used to initiate a connection for change sets?
Page: Page 21
Option A: Modify the source org to allow an outbound connection to the target org
Option B: Modify the target org to accept an outbound connection from the source org
Option C: Modify the target org to accept an inbound connection from the source org
Option D: Modify the source org to allow an inbound connection to the target org
Answer(s): 1,3
Explanation: Not available
SEO Keywords: SEO keywords not available
24. Universal Containers has a deadline to retire a business -critical application that will no longer be supported on a specific date. What should an Architect recommend?
Page: Page 21
Option A: Executive Leadership
Option B: Requirements Traceability Matrix
Option C: Business Continuity Plan
Option D: Agile Methodology
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
25. Universal Containers is working on the next phase of development for their Salesforce implementation involving a large amount of custom development. Which two strategies should be considered to address a critical production issue occurring in the middle of development?
Page: Page 22
Option A: Create separate branches for current development and production bug fixes and deploy the fix with current development when ready
Option B: Utilize one branch for both development and production bug fixes to avoid out-of-sync branches and simplify deployment
Option C: Utilize a source control system to allow separate branches for current development and production bug fixes
Option D: Refresh a sandbox for replication of the issue and testing the use -case scenarios once the code is fixed
Answer(s): 3,4
Explanation: Not available
SEO Keywords: SEO keywords not available
26. 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?
Page: Page 22
Option A: The deadline is scheduled during a Salesforce release
Option B: The project team has decided to use the Waterfall methodology
Option C: The legacy system team is using an Agile methodology
Option D: Multiple work -streams with dependencies could impact the go-live
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
27. 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?
Page: Page 22
Option A: The production org will be locked. Administrators cannot modify metadata during this time
Option B: The sandbox org will be locked. Administrators cannot modify metadata
Option C: The production org will be locked. Users can only Read data during this time
Option D: The production org will be locked. Users will still be able to Read/Write data to the org
Answer(s): 1,4
Explanation: Not available
SEO Keywords: SEO keywords not available
28. Universal Containers has several concurrent projects building new functionality, fixing bugs, and modifying existing functionality. Management would like features to be available to users as quickly as possible, even if the entire project is incomplete. What should an Architect recommend to maintain quality?
Page: Page 22
Option A: Require developers to deploy completed code and unit tests directly to production
Option B: Deploy all functionality together to ensure all functionality works together without error
Option C: Use a spreadsheet to track approved changes that should be released with change sets
Option D: Utilize automated source control, test, and build systems to test and deploy to production
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
29. Which two environments are appropriate for creating a managed package?
Page: Page 23
Option A: Developer Pro Sandbox Org
Option B: Partner Developer Edition Org
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
30.
Page: Page 23
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
Post a Comment