
Exam Dumps Development-Lifecycle-and-Deployment-Architect Practice Free Latest Salesforce Practice Tests
Development-Lifecycle-and-Deployment-Architect Exam Questions | Real Development-Lifecycle-and-Deployment-Architect Practice Dumps
NEW QUESTION # 124
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. Load Test
- C. Unit Test
- D. Stress Test
Answer: A,B
NEW QUESTION # 125
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 stop until the usernames are resolved or removed.
- B. 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.
- C. User Fields are preserved during metadata deployments and Salesforce attempts to locate a matching user in the target org during deployment.
- 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.
Answer: A,C
Explanation:
Explanation
User fields are preserved during metadata deployments and Salesforce attempts to locate a matching user in the target org during deployment. 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.
NEW QUESTION # 126
Universal Containers (UC) currently uses the org development model and utilizes the Salesforce CLI as the deployment tool. After the feature release artifact (a .zip file) has been tested in a lower sandbox, it is being deployed to the full sandbox for performance testing and production deployment readiness check-Since quick deployment options are not being used, what is the correct way to deploy the artifact to the full sandbox?
- A. Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy
- B. Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
- C. Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy
- D. Authorize to the Fullsandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
Answer: D
Explanation:
Explanation
The correct way to deploy the artifact to the full sandbox is to authorize to the full sandbox org, validate with sfdx:mdapi:deploy, and on successful validation, deploy with sfdx:mdapi:deploy. This is because the artifact is a .zip file, which is in the metadata API format, and not the source format. Therefore, the sfdx:mdapi:deploy command should be used instead of the sfdx:source:deploy command. See Deploy Metadata Using Metadata API for more details.
NEW QUESTION # 127
Universal Containers CUC) is hiring offshore agile development teams to decrease costs and enhance UC's capability of delivering new features to its customers. However, the CTO Is not able to follow or measure the work of those teams.
What should an architect recommend to increase transparency?
- A. Request the offshore teams to send daily emails to the CTO with the progress of the teams.
- B. Ask the offshore teams to add their progress and status in a shared spreadsheet.
- C. Schedule a daily stand-up meeting with representatives of all offshore teams to share the progress of the teams.
- D. A Request the offshore teams to share their work in progress in a virtual Kanban board tool.
Answer: D
NEW QUESTION # 128
A technical lead is performing all code reviews for a team and is finding many errors and improvement points. This is delaying the team's Deliveries.
Which two actions can effectively contribute to the quality and agility of the team?
Choose 2 answers
- A. Create development standards and train teams in those standards.
- B. Skip the code review and focus on functional tests and UAT.
- C. Choose the most senior developer to help the technical lead in the code review.
- D. Use static code analysis tool in the pipeline before manual code review.
Answer: B,D
NEW QUESTION # 129
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. Create a change set in each sandbox and download the package.xml file for the release management team
- B. Provide the Release Management team a copy of the audit trail from the sandbox you wish to deploy from
- C. Provide a spreadsheet of all components and utilize the metadata API's readMetadata call
- D. Send a package.xml file with associated metadata in a .zip file to the Release Management team
Answer: D
NEW QUESTION # 130
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? Choose 2 answers
- A. How to test existing functionality to ensure no regressions are introduced.
- B. When to test a new UC feature release if there are issues.
- C. Whether Salesforce will wait to upgrade the pod until after a UC release is complete.
- D. How to roll back to the previous Salesforce release if there are issues.
Answer: B,D
NEW QUESTION # 131
Universal Containers has just initiated a project involving a large distributed development and testing team. 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. Port management tool
- B. Spreadsheets
- C. Code Repository
- D. Wave
Answer: A
NEW QUESTION # 132
The opportunity Service and opportunity Service Test classes are in package A but are used only in package B.
Both second-generation packages have the same namespace. Therefore, they should be moved to package B for better organization and control.
What should the architect recommend for this process?
- A. Set the classes as deprecated in package A and recreate them in package B with new names.
- B. Move the classes of package A to package 8 and change the code for package B that called this class from package A.
- C. Set the classes as deprecated in package A and recreate them in package B.
- D. Move the classes of package A to package B and create new package versions.
Answer: C
Explanation:
Explanation
The best practice for moving classes between packages is to set them as deprecated in the source package and recreate them in the target package. This way, the existing subscribers of the source package will not be affected by the change, and the new subscribers of the target package will get the updated classes. Moving the classes directly or changing their names can cause compilation errors and dependency issues.
NEW QUESTION # 133
What are three benefits of managing change with Packaged Development?
Choose 3 answers
- A. Clearly divides developers and testers.
- B. Making the release cycle more efficient and agile.
- C. Versioning to help with change management.
- D. Modular development process with specification of dependencies among packages.
- E. Manage the number of sandboxes needed to successfully deploy.
Answer: B,D,E
NEW QUESTION # 134
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. Case assignment rules and escalation rules.
- B. Case Ownership along with associated entitlement and milestones.
- C. Case association with correct contact and Account.
- D. Page Layout assignment to the profiles
- E. Data transformation against the source system.
Answer: B,C,E
Explanation:
Explanation
These are the correct answers because they are related to the data quality and integrity of the migrated data.
Case association, case ownership, and data transformation are all important aspects of data migration that should be tested. Case assignment rules and escalation rules are not directly related to data migration, but rather to the business logic and workflow of the application. Page layout assignment is also not related to data migration, but rather to the user interface and security of the application.
NEW QUESTION # 135
Universal containers has proposed using a Developer Edition org to stage changes to their Customer Community, which includes multiple custom Visualforce pages and components. Which three risks should a Technical Architect consider in this strategy? Choose 3 answers
- A. Changes Sets cannot be used to deploy from Developer Edition to Production which will make deployment more complex
- B. Developer Edition orgs do not run on production servers and will not perform well during testing.
- C. Code changes cannot be deployed from a Developer Sandbox to Production.
- D. Developer Edition orgs have limited user counts and low data volume limits, which will make User Testing difficult.
- E. Developer Edition orgs cannot have sandboxes, which will make team development difficult.
Answer: B,D,E
NEW QUESTION # 136
What are three advantages of using the SFDX?
Choose 3 answers
- A. Can quickly deploy metadata using Execute Anonymous.
- B. Can store code on a local machine, or a version control system.
- C. Can create scratch orgs.
- D. Can use native Deployment Rollback Tool to quickly revert to prior state.
- E. Can Install application metadata from a central repository.
Answer: B,C,E
Explanation:
Explanation
Three advantages of using the SFDX are: can store code on a local machine, or a version control system; can create scratch orgs; and can install application metadata from a central repository. These advantages can help improve the development experience, as they allow developers to work with source-driven development, use ephemeral and configurable environments, and access metadata components from a shared location. Can quickly deploy metadata using Execute Anonymous is not an advantage of using the SFDX, as Execute Anonymous is a feature of the Developer Console that allows running Apex code, not deploying metadata.
Can use native Deployment Rollback Tool to quickly revert to prior state is also not an advantage of using the SFDX, as there is no such tool in the SFDX. See [Salesforce DX] for more details.
NEW QUESTION # 137
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 Develop branch, and the Feature branch is then merged with the Hotfix 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 Release 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 Develop branch.
Answer: D
NEW QUESTION # 138
Which two statements are accurate about why Mock objects are needed when writing test classes?
Choose 2 answers
- A. Some methods are invoking long running processes, using Mock is a shortcut of bypassing the long executions.
- B. A Mock is needed whenever the code makes an HTTP callout.
- C. Mock can also be used on the classes that extend the batchable interface to bypass the batch jobs.
- D. Using a Mock allows the test class to bypass the dependencies of other objects, methods, state, or behaviors. Therefore, the developer has total control of his own code.
Answer: B,D
NEW QUESTION # 139
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? Choose 2 answers.
- A. 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.
- 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.
- C. Have a discussion with the business subject Matter Expert and communicate that anew developer environment will be needed to mitigate the risk.
- D. Escalate and communicate to stakeholders the risk and mitigate it by allocating additional resources to support the new requirement based on stakeholders input.
Answer: A,D
NEW QUESTION # 140
......
Verified Development-Lifecycle-and-Deployment-Architect Exam Dumps Q&As - Provide Development-Lifecycle-and-Deployment-Architect with Correct Answers: https://examcollection.bootcamppdf.com/Development-Lifecycle-and-Deployment-Architect-exam-actual-tests.html