Salesforce-Platform-Development-Lifecycle-and-Deployment-Architect Practice Test
Salesforce Spring 25 Release 226 Questions
Universal Containers wants to introduce data volume testing to resolve ongoing
performance defects earlier in the lifecycle. Regulations prohibit the use of production data
in non-production environments.
Which two options can the architect recommend?
(Choose 2 answers)
A. Request a partial Sandbox copy after the next Salesforce release.
B. Generate mock data that mimics production data shape and volume.
C. Perform data masking on full sandbox after a refresh
D. Use Query Analyzer in production
B. Generate mock data that mimics production data shape and volume. C. Perform data masking on full sandbox after a refresh
Explanation: The architect should recommend generating mock data that mimics
production data shape and volume, and performing data masking on full sandbox after a
refresh. These options allow the team to create realistic data sets for testing without
violating the regulations that prohibit the use of production data in non-production
environments. Requesting a partial sandbox copy after the next Salesforce release is not a
valid option, as partial sandboxes are refreshed on demand and not tied to Salesforce
releases. Using Query Analyzer in production is not a way to perform data volume testing,
as it only analyzes the performance of SOQL queries.