Study for the Salesforce App Builder Exam. Challenge yourself with interactive questions and get detailed feedback. Boost your confidence and ace your exam!

Practice this question and more.


What type of sandbox should you use for full performance and load testing?

  1. Developer

  2. Partial Copy

  3. Full Sandbox

  4. Developer Pro

The correct answer is: Full Sandbox

A Full Sandbox is designed for full performance and load testing because it is a complete replica of your production environment, including all data, metadata, and configurations. This type of sandbox allows you to perform comprehensive testing scenarios that accurately reflect how the system will behave in real-world conditions. Since it mirrors your production environment, you can assess how the application performs under load with actual data, which is crucial for identifying potential issues before deploying changes to the live environment. In contrast, a Developer sandbox is limited in terms of data and is mainly intended for development work. A Partial Copy sandbox includes sample data but does not contain all the data from the production environment, limiting its use for thorough performance testing. Similarly, a Developer Pro sandbox, while larger than a regular Developer sandbox, still does not include the entire dataset necessary for complete load testing scenarios. Therefore, the Full Sandbox is the only option that truly supports comprehensive performance and load testing.