Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 721

A Snowflake user needs to share unstructured data from an internal stage to a reporting tool that does not have Snowflake access.

Which file function should be used?

    Correct Answer: C

    To share unstructured data from an internal stage to a reporting tool that does not have Snowflake access, the GET_PRESIGNED_URL function should be used. This function generates URLs that can be used to access files without requiring Snowflake authentication or authorization tokens. These pre-signed URLs permit direct access to the files from any external tool or application, making them ideal for use cases such as business intelligence or reporting tools where direct file access is necessary.

Discussion
ukpinoOption: C

https://docs.snowflake.com/en/user-guide/unstructured-intro Search in page for Types of URLs Available to Access Files Pre-signed URL Used to download or access files without authenticating into Snowflake or passing an authorization token. Pre-signed URLs are open; any user or application can directly access or download the files. Ideal for business intelligence applications or reporting tools that need to display the unstructured file contents.

kayuhanbidukOption: C

C correct answer. Pre-signed URLs are open; any user or application can directly access or download the files

HeetecOption: B

B is correct

MultiCloudIronManOption: B

Correct

MultiCloudIronMan

I will change C

blitzzzzOption: B

B https://docs.snowflake.com/en/sql-reference/functions/build_stage_file_url