Salesforce Certified Heroku Architecture Designer — Question 29
A client has data in a production Heroku Postgres database, and needs to quickly get access to a subset of that data for reporting needs.
Which two features does Heroku Dataclips provide to enable this? (Choose two.)
Answer options
- A. JSON export of query results, with CORS support
- B. CSV export of query results
- C. A simple REST API access to query results
- D. Postgres dump file of query results
Correct answer: A, B
Explanation
Heroku Dataclips allows users to export query results in both JSON and CSV formats, making options A and B the correct choices for quick data access. Options C and D do not provide the same capabilities for immediate reporting needs, as REST API access is not a direct export method and a Postgres dump file is not suited for quick reporting access.