PLAT-ADMN-201 · Question #94
A Platform Administrator at Cloud Kicks needs to export a file of closed won opportunities from the last 90 days. The file should include the Opportunity Name, ID, Close Date, and Amount. What…
The correct answer is A. Data Loader. Data Loader is the correct tool for this task. It supports exporting records via SOQL queries, allowing administrators to filter by specific criteria (closed won opportunities from the last 90 days) and select only the desired fields (Opportunity Name, ID, Close Date, Amount)…
Question
Options
- AData Loader
- BData Import Wizard
- CData Cloud Connection
- DData Export Service
How the community answered
(32 responses)- A88% (28)
- B6% (2)
- C3% (1)
- D3% (1)
Explanation
Data Loader is the correct tool for this task. It supports exporting records via SOQL queries, allowing administrators to filter by specific criteria (closed won opportunities from the last 90 days) and select only the desired fields (Opportunity Name, ID, Close Date, Amount). The output is a CSV file. Data Import Wizard (B) only handles imports, not exports. Data Export Service (D) exports all org data in bulk but does not support granular field or filter selection in the same way. Data Cloud Connection (C) is for syncing data to/from Salesforce Data Cloud and is not an export tool in this context.
Topics
Community Discussion
No community discussion yet for this question.