Salesforce
(Plat-Arch-202)
105 Minutes
227
Salesforce Certified Platform Development Lifecycle and Deployment Architect
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.
A: 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.
B: Install the Lightning test service AppExchange package to enable the Aura component testing.
C: There is a $T test helper object that can be used to create the instance of the Lightning component, and it is promise enabled.
D: 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.
A: User Acceptance Testing
B: Use of an Agile Methodology
C: Requirements Traceability
D: Automated Testing
A: Courage, because the teams should be transparent about progress and speak up when they need help.
B: Openness, because the team is not open to a new methodology.
C: Focus, because the teams are not focusing in the agile process expected activities.
D: Commitment, because the team is not committed to follow the Agile methodology.
A: How to test existing functionality to ensure no regressions are introduced.
B: Whether Salesforce will wait to upgrade the pod until after a UC release is complete.
C: How to roll back to the previous Salesforce release if there are issues.
D: When to test a new UC feature release if there are issues.