SnowPro Core Certification — Question 832
Which file function gives a user or application access to download unstructured data from a Snowflake stage?
Answer options
- A. BUILD_SCOPED_FILE_URL
- B. BUILD_STAGE_FILE_URL
- C. GET_PRESIGNED_URL
- D. GET_STAGE_LOCATION
Correct answer: C
Explanation
The correct answer, GET_PRESIGNED_URL, provides the necessary access to download unstructured data from a Snowflake stage. The other options, such as BUILD_SCOPED_FILE_URL and BUILD_STAGE_FILE_URL, are related to constructing URLs but do not specifically grant download access, while GET_STAGE_LOCATION provides information about the stage rather than direct access to files.