Northern Trail Outfittersのアプリ開発者が、プロジェクト管理アプリのフローを再構成するために、アカウント、プロジェクト、およびプロジェクトマイルストーン用のサンドボックステンプレートを作成しました。アプリ開発者は、どのような種類のテスト環境を作成すべきでしょうか?
正解:A
Treat the requirement as something users will depend on daily. The proper configuration is A. Partial Copy.
The requirement in the stem is: An app builder at Northern Trail Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app. Which type of testing environment should. The selected option addresses that requirement at the point where Salesforce actually evaluates the behavior.
The underlying concept is sandbox strategy. Sandbox selection balances data copy, refresh cadence, isolation, testing depth, and cost. Smaller sandboxes fit independent build work; larger sandboxes fit integration and production-like testing. That is why this answer is more defensible than a workaround. It can be reviewed in Setup, included in the correct deployment path, and tested by impersonating or logging in as a representative user where appropriate.
The rejected choices solve different problems. B (Scratch Org) should be rejected because it works at the wrong scope for the object, field, page, automation, or deployment condition in the stem. C (Developer) would be fragile here because it could produce an inconsistent result once different users, records, or apps are tested. D (Developer Pro) does not fit cleanly; it solves a symptom of the problem rather than the Salesforce mechanism that owns the result. The configuration remains understandable for future admins because the decision is visible in metadata rather than buried in a workaround.
---