Northern Trail Outfitters社は、Salesforce組織のデイリーバックアップを開始したいと考えています。このタスクには、アプリ開発者はどのツールを推奨すべきでしょうか?
正解:C
This is a governance decision before it is a configuration click. Change sets move supported metadata between connected Salesforce environments. The receiving org uses inbound change sets and deployment validation to confirm whether the package can be deployed safely. The proper configuration is C. Data Export Service. This is the option that best matches the Salesforce responsibility being tested under App Deployment.
A practical administrator would confirm the object context, the user action, and whether the result must be stored, calculated, displayed, automated, approved, or deployed. Here the selected answer is the one that acts at the correct point in that chain. It keeps the configuration declarative and avoids inventing a process around a problem that Salesforce already has a native feature to solve.
The rejected choices solve different problems. A (Refresh full copy sandbox) is less defensible because Deployment tooling moves or validates metadata; it does not create the runtime business behavior itself. B (Add/Change package) should be rejected because it works at the wrong scope for the object, field, page, automation, or deployment condition in the stem. D (Support expert) 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.
---