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 is the best way to give developers access to a sandbox?

  1. Create them as inactive users in production.

  2. Have them login as one of the users in production.

  3. Create them as users in sandbox and deactivate the same number of users in production.

  4. Use Developer Edition to log into sandbox.

The correct answer is: Create them as inactive users in production.

The optimal way to provide developers access to a sandbox is to create them as users in the sandbox environment. This allows developers to have the appropriate access rights within the sandbox without compromising the integrity of the production environment. By creating users directly in the sandbox, developers can test and implement new features or perform debugging without affecting live data in production. This separation of environments is crucial for maintaining data security and preventing unintended disruptions. While the option mentioned presents a method of making users inactive in production, it doesn't facilitate direct access to the sandbox for development purposes. Instead, the best practice involves ensuring developers have specific, active access within the sandbox to work efficiently and securely on their tasks.