
All Obstacles During Development-Lifecycle-and-Deployment-Architect Exam Preparation with Development-Lifecycle-and-Deployment-Architect Real Test Questions
Fully Updated Free Actual Salesforce Development-Lifecycle-and-Deployment-Architect Exam Questions
NEW QUESTION 13
Universal Containers's architect is documenting the application lifecycle management (ALM) process to communicate it to the development teams from different implementation partners.
Which three steps apply to any Salesforce development project?
Choose 3 answers
- A. Build Release
- B. Test
- C. Develop
- D. Change Sets
- E. Continuous Integration
Answer: A,B,E
NEW QUESTION 14
What is the process used to initiate a connection for change sets?
- A. Modify the target org to accept an outbound connection from the source org
- B. Modify the target org to accept an inbound connection from the source org
- C. Modify the source org to allow an inbound connection to the target org
- D. Modify the source org to allow an outbound connection to the target org
Answer: B,D
NEW QUESTION 15
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 deployments are being scheduled during off peak hours, which is not the best time.
- B. Some components profiles, custom junction objects, and fields take longer to process than others.
- C. The team is highly constrained with pre-deployment and post-deployment changes.
- D. The number and complexity of Apex tests will have a large impact on the deployment time.
- E. Users are working in the org during deployment locking can affect users and the deployment.
Answer: B,D,E
NEW QUESTION 16
The CTO at Universal Containers decided to implement the Scrum framework for its agile teams, and communicated a set of Scrum principles to the company.
Which describes a Scrum principle?
- A. Embrace change by working on a different scope every day.
- B. Respect other teams by not doing their work (a developer should not test the software).
- C. Deliver working software, so if a software component is working, avoid changing it.
- D. Create transparency by being honest and clear about timing, planning, and obstacles.
Answer: D
NEW QUESTION 17
In the effort of improving the code quality, Universal Containers (UC) has asked a third-party system integrator to perform some independent code reviews. One piece of the feedback is the development team is seemingly not doing enough negative unit testing.
Which are three usual symptoms of inadequate negative tests
Choose 3 answers
- A. When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.
- B. An Apex process runs into an un-handled exception when an HTTP callout has an unexpected status code in the response body.
- C. Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.
- D. The delivered user interfaces are regularly not meeting the expectations of the business users.
- E. Developers often have to turn to the debug log for details of the failed Apex executions.
Answer: A,B,E
NEW QUESTION 18
Universal Containers (UC) has integrated with their on-premise billing system using Salesforce Connect. The data is configured using an External Object in sandbox. UC wants to deploy the external object to production using the Metadata API and would like to know what Metadata types to choose for deployments to production. Which two options are valid metadata types related to deployment of external objects? Choose 2 answers.
- A. In change sets, external objects are included in the custom object component.
- B. In the Metadata API, the External Object metadata type represents external objects.
- C. In change sets, external objects are included in the External Object component.
- D. In the Metadata API, the Custom Object metadata type represents external objects.
Answer: A,D
NEW QUESTION 19
Universal Containers (UC) operates globally from different geographical locations. UC is revisiting their current org strategy. Which three factors should an Architect consider for a single strategy? Choose 3 answers
- A. Fewer inter Dependencies.
- B. Tailored implementation.
- C. Consistent processes across the business.
- D. Increased ability to collaborate.
- E. Centralized data location.
Answer: C,D,E
NEW QUESTION 20
Universal Containers is starting a Center of Excellence (COE). Which two user groups should an Architect recommend to join the COE?
- A. Executive Sponsors.
- B. Call Center Agents
- C. Inside Sales Users.
- D. Program Team
Answer: A,D
NEW QUESTION 21
The team at Universal Containers is building an application on Java that will interact with its Salesforce application. They want to use SOQL queries to retrieve and make changes to smaller pieces of Salesforce metadata through this application.
Which API should the team leverage?
- A. User Interface API
- B. Tooling API
- C. Metadata API
- D. Any Salesforce API
Answer: B
NEW QUESTION 22
Universal Containers is reviewing its environment strategy. They have identified a need for a new hotfix environment to resolve any urgent production issues.
Which two sandbox types would be appropriate to use as the hotfix environment?
Choose 2 answers
- A. Developer Pro sandbox
- B. Developer sandbox
- C. Partial Copy sandbox
- D. Full sandbox
Answer: A,D
NEW QUESTION 23
Which two options should be considered when making production changes in a highly regulated and audited environment?
Choose 2 answers
- A. After deployment, the development team should test and verify functionality in production.
- B. Any production change should have explicit stakeholder approval.
- C. All changes including hotfixes should be reviewed against security principles.
- D. No manual steps should be carried out.
Answer: B,C
NEW QUESTION 24
Universal Containers (UC) has recently acquired other companies that have their own Salesforce orgs. These companies have been merged as new UC business units.
The CEO has requested an architect to review the org strategy, taking into consideration two main factors:
* The CEO wants business process standardization among all business units.
* Business process integration is not required as the different business units have different customers and expertise.
Which org strategy should the architect recommend in this scenario, and why?
- A. Multi-org strategy, as it is uncommon for the diversified business units to get used to working in the same space as the other business units.
- B. Single-org strategy, as the high level of business process standardization will be easier to implement in a single org.
- C. Single-org strategy, as costs increase as the number of orgs go up.
- D. A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units.
Answer: D
NEW QUESTION 25
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?
- A. Recommend a fire-and-forget design pattern to be used for all teams.
- B. Recommend an outbound message design pattern to be used for all teams.
- C. Create design standards focused on integration and provide training to all teams
- D. Implement a data governance policy and publish the documentation to all teams.
Answer: C
NEW QUESTION 26
Universal Containers CUC) Customer Community is scheduled to go live in the Europe, Middle East, and Africa (EMEA) region in 3 months. UC follows a typical centralized governance model. Two weeks ago, the project stakeholders informed the project team about the recent changes in mandatory compliance requirements needed to go live. The project team analyzed the requirements and have estimated additional budget needs of 30^0 of the project cost for incorporating the compliance requirements.
Which management team is empowered to approve this additional budget requirements?
- A. Project Management Committee
- B. Executive Steering Committee
- C. Change Control Board
- D. Security Review Committee
Answer: B
NEW QUESTION 27
Universal Containers CUC) is working with Salesforce CPQ, which uses configuration SObjects to drive business logic.
What are two best practice recommendations an architect should propose to allow UC to deploy CPQ features as part of their CI/CD process?
Choose 2 answers
- A. Use an open source SFDX plugin and version control.
- B. Build an Apex framework to deploy CPQ records.
- C. Use a third-party product.
- D. Use data loader to deploy CSV files.
Answer: B,D
NEW QUESTION 28
Universal Containers (UC) has gone through a global organization restructuring and process review during the last year, which triggered a review of its Salesforce org strategy. After thorough analysis of its org and global customers, UC decided to start a project to merge its Salesforce orgs, going from a multi-org to a single-org strategy.
In this scenario, what are three benefits going to a single-org strategy?
Choose 3 answers
- A. Lower administration overhead costs.
- B. Improved Chatter collaboration across different business units.
- C. Easier to get a 360-view of the customer.
- D. Consolidating the business processes would be simplified.
- E. Automatically unify data model among all lines of business.
Answer: A,B,C
NEW QUESTION 29
Universal Containers (UC) has received feedback from the field on several new feature requests that in business goals, UC is looking for a way to quickly get feedback and prioritize these requests. Which two options should an Architect recommend? Choose 2 answers
- A. Send the requests to IT for a formal review at the end of the year.
- B. Create the backlog or priority list in a project management tool.
- C. Present the feature requests at a Center of Excellence meeting.
- D. Bring the feature request to the Test Manager to gain quality checks.
- E. Create design standards around the new features being requested.
Answer: C,D
NEW QUESTION 30
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. Test developed packages in test environments before installing to production.
- B. Move everything in the existing codebase to a single monolithic package.
- C. Version control does not need to be used, as packages manage all the code and configuration.
- D. Consult the metadata coverage report to identify features supported by packages.
Answer: A,C
NEW QUESTION 31
Universal Containers has started building a customer Lightning community that contains a few dozen Aura components. The development team lead has come to the Salesforce architect about questions regarding testing the Lightning components.
What two knowledge points can the architect pass to the development team lead?
Choose 2 answers
- A. Install the Lightning test service AppExchange package to enable the Aura component testing.
- B. There is a $T test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
- C. The testing can be viewed in the lightning.force.com/c/jasminetests.app URL. The page loads and runs Jasmine test and writes pass/fail information to the screen.
- D. The testing of the JavaScript part of the Aura component can be tested in the Jest framework and the Apex controllers can be tested using test classes.
Answer: A,D
NEW QUESTION 32
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. Have a discussion with the business subject Matter Expert and communicate that anew developer environment will be needed to mitigate the risk.
- 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. Escalate and communicate to stakeholders the risk and mitigate it by allocating additional resources to support the new requirement based on stakeholders input.
- D. 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.
Answer: C,D
NEW QUESTION 33
......
Salesforce Development-Lifecycle-and-Deployment-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
Validate your Development-Lifecycle-and-Deployment-Architect Exam Preparation with Development-Lifecycle-and-Deployment-Architect Practice Test: https://www.exams4sures.com/Salesforce/Development-Lifecycle-and-Deployment-Architect-practice-exam-dumps.html