
[Feb 11, 2023] Development-Lifecycle-and-Deployment-Architect Free Exam Questions with Quality Guaranteed
Development-Lifecycle-and-Deployment-Architect Free Exam Files Downloaded Instantly
NEW QUESTION 38
Universal Containers (UC) is a high-tech company using SFDX tools and methodologies for its Salesforce development. T UC has moved some of its code and configuration to Unlocked Packages.
Which two best practices should an architect recommend to support UC's new package development strategy?
Choose 2 answers
- A. Version control does not need to be used, as packages manage all the code and configuration.
- B. Consult the metadata coverage report to identify features supported by packages.
- C. Move everything in the existing codebase to a single monolithic package.
- D. Test developed packages in test environments before installing to production.
Answer: A,D
NEW QUESTION 39
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. Create a sandbox refresh strategy to ensure each sandbox is refreshed every day.
- D. Ask administrators to only make changes to profiles instead.
Answer: B
NEW QUESTION 40
Universal Containers wants to delete the day's test data in a partial copy sandbox every night, setting the sandbox back to a fresh state for tomorrows testing. The test data is approximately 1GB.
What is the best strategy the architect should recommend?
- A. Execute a batch job that deletes all records created on the day.
- B. Refresh the sandbox every night.
- C. Manually delete all records individually.
- D. Create a new developer copy sandbox every night.
Answer: A
NEW QUESTION 41
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?
- A. Testers will hit governor limits due to large volume of users in the developer sandbox.
- B. Testers will experience functional changes throughput testing due to not having isolation form development.
- C. Refreshing the developer sandbox will take significant time.
- D. Tester will encounter platform limits due to developer sandbox capacity limits.
Answer: B
NEW QUESTION 42
When replacing an old legacy system with Salesforce, which two strategies should the plan consider to mitigate the risks associated with migrating data from the legacy system to Salesforec? Choose 2 answers?
- A. Migrate users in phases based on their functions, requiring parallel use of legacy system and Salesforce for certain period of time.
- B. Identify the data relevant to the new system, including dependencies, and develop a plan/scripts for verification of data integrity.
- C. Use a full sandbox environment and perform test runs of data migration scripts/processes with real data from the legacy system.
- D. Use a full sandbox environment for all the systems involved, a full deployment plan with test data generation scripts, and full testing including integrations.
Answer: A,C
NEW QUESTION 43
Metadata API supports deploy () and retrieve () calls for file-based deployment.
Which two scenarios are the primary use cases for writing code to call retrieve () and deploy () methods directly?
Choose 2 answers
- A. Development of a customization in a sandbox organization. The deployment team then utilize the Ant Migration Tool to deploy the customization to an upper sandbox for testing.
- B. Development of a custom application in a sandbox organization. After completing development and testing, the application is then deployed Into a production organization using Metadata API.
- C. Development of a custom application in a scratch org. After completing development and testing, the application is then deployed into an upper sandbox using Salesforce CLI (SFDX)
- D. Team development of an application in a Developer Edition organization. After completing development and testing, the application is Distributed via Lightning Platform AppExchange.
Answer: A,C
NEW QUESTION 44
Universal Containers (UC) environment management architect is using the package development model for deployment to different orgs.
Which metadata changes does the architect need to track manually?
- A. Only the changes made via the Setup UI.
- B. No manual tracking required. All changes are automatically tracked.
- C. All metadata changes for the release.
- D. Changes to components not yet supported by source tracking.
Answer: B
NEW QUESTION 45
Universal Containers is adopting Scrum as an agile methodology and wants to choose a software tool to support the adoption. What three key features of an agile development support tool should an architect look for? Choose 3 answers
- A. Work (for example, user stories or tasks) assignment
- B. Product backlog prioritization
- C. Sprint backlog management
- D. Kanban board
- E. Email notifications when work is created or changed
Answer: A,B,D
NEW QUESTION 46
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. Performance Test
- B. Unit Test
- C. Load Test
- D. Stress Test
Answer: A,C
NEW QUESTION 47
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. Openness, because the team is not open to a new methodology.
- B. Focus, because the teams are not focusing in the agile process expected activities.
- C. Commitment, because the team is not committed to follow the Agile methodology.
- D. Courage, because the teams should be transparent about progress and speak up when they need help.
Answer: D
NEW QUESTION 48
Northern Trail Outfitter's development team has built new features for its sales team in the Asia-Pacific region. While testing the Apex classes, the developers are constantly hitting the governor limits.
What should the architect recommend during the review to address this issue?
- A. Use an AppExchange product which can temporarily increase the governor limits.
- B. Use the auto reset property to automatically reset governor limits during off-hours.
- C. Use test.startTest() and test.stop Test() methods to reset governor limits.
- D. Use test.setLimit() and test.resetLimit() methods to reset governor limits.
Answer: C
NEW QUESTION 49
The CTO at Universal Containers is complaining to the software development managers that he has no visibility of their teams' work status.
What two software development methodologies should an architect suggest to solve this issue, and why?
Choose 2 answers
- A. Scrum, because openness is one of the five core Scrum values.
- B. Waterfall, because it defines a fixed schedule and duration for each activity.
- C. Kanban, because one of its basic elements is to make everything visible, creating consistent transparency of work items
- D. DevOps, because monitoring and logging practices help you stay informed of performance in real time.
Answer: A,C
NEW QUESTION 50
What are two roles a project Steering Committee plays in determining what methodologies are used? Choose 2 answers
- A. Approving deviations from the chosen methodology, when required to address project issues
- B. Setting the criteria for selecting Agile or Waterfall methodology to be used on internal projects
- C. Enforcing that corporate project stage gates are part of the chosen methodology
- D. Designing a methodology that will meet a particular project's requirements
Answer: B,C
NEW QUESTION 51
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 a single repository for application with individual branches for projects.
- B. Automation is a must with various application branches in the repository.
- C. Maintain a single entry point for production from the master branch.
- D. Maintain separate developer branches for minor and major releases.
- E. Maintain unrestricted access to the release sandboxes for all changes being deployed.
Answer: A,C,D
NEW QUESTION 52
Universal Containers (UC) is using custom metadata types to control the behavior of a few of the custom functionalities. UC wants to Deploy custom metadata types to production using Metadata API.
Which two data types does UC need to include?
Choose 2 answers
- A. CustomMetadata
- B. CustomMetadataType
- C. Custom Field
- D. CustomObject
Answer: B,C
NEW QUESTION 53
A Salesforce partner intends to build a commercially available application by creating a managed package for distribution through AppExchange.
What two types of environments can the partner use for development of the managed package? Choose 2 answers
- A. Developer Edition
- B. Developer sandbox
- C. Partner Developer Edition
- D. Developer Pro sandbox
Answer: B,C
NEW QUESTION 54
Universal Containers (UC) has multiple teams with major projects working concurrently in their own developer sandboxes. After deploying to production, a bug is discovered. Due to tight timelines, the development team has suggested correcting the bug in the user acceptance testing (UAT) environment, which is a full copy sandbox.
What should the architect recommend?
- A. UC should spin up a new sandbox to use as a hot fix environment. Once the bug is corrected, the change should be applied to production and downstream environments.
- B. The fix should be made in the developer environment where the project work was done.
Once the fix has been made, it should go through a full deployment/testing process and adhere to the normal project cadence. - C. Correcting the bug in UAT is ideal. Since UAT is a full copy, it will be the fastest location to fix and test the resolution.
- D. Since the issue was found in production, it should be treated as a change request and go into the backlog as an enhancement.
Answer: A,D
NEW QUESTION 55
A Salesforce Administrator has initiated a deployment using a change set. the deployment has taken more time than usual. What is the potential reason for this?
- A. The change set includes new custom objects and custom fields.
- B. The change set includes changes to permission sets and profiles.
- C. The change set performance is independent of included components.
- D. The change set includes Field type changes for some objects.
Answer: B
NEW QUESTION 56
Universal Containers (UC) is planning for a huge data migration from a home grown on-premise system to Salesforce as part of their Service Cloud Implementation. UC has approximately 5 million customers,10 million contacts, and 30 million active cases. Which are the three key areas that should be tested as part of Data Migration? Choose 3 answers
- A. Data transformation against the source system.
- B. Page Layout assignment to the profiles
- C. Case assignment rules and escalation rules.
- D. Case association with correct contact and Account.
- E. Case Ownership along with associated entitlement and milestones.
Answer: A,D,E
NEW QUESTION 57
Universal Containers is having trouble deploying metadata from SIT to UAT. UAT is complaining that it does not recognize some new Salesforce metadata types to be deployed. The deployment from Dev to SIT worked perfectly What could be the problem?
- A. Use the DX command line instead.
- B. SIT is on a preview release and UAT is not.
- C. UAT is on a preview release and SIT is not.
- D. There is no problem, this is expected behavior.
Answer: B
NEW QUESTION 58
What are three benefits of managing change with Packaged Development?
Choose 3 answers
- A. Manage the number of sandboxes needed to successfully deploy.
- B. Clearly divides developers and testers.
- C. Versioning to help with change management.
- D. Modular development process with specification of dependencies among packages.
- E. Making the release cycle more efficient and agile.
Answer: A,D,E
NEW QUESTION 59
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 current call volume.
- B. Testing load considering half the call volume.
- C. Testing load considering 10xthe current call volume.
- D. Testing load considering 50% more call volume.
Answer: D
NEW QUESTION 60
......
Salesforce Development-Lifecycle-and-Deployment-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
Q&As with Explanations Verified & Correct Answers: https://www.actual4cert.com/Development-Lifecycle-and-Deployment-Architect-real-questions.html