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

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.