COF-C02 · Question #540
COF-C02 Question #540: Real Exam Question with Answer & Explanation
The correct answer is B: GET_PRESIGNED_URL. The GET_PRESIGNED_URL file function in Snowflake provides a URL with access to a file on a stage without requiring authentication and authorization. This is particularly useful for sharing data files stored in Snowflake stages with external parties securely and conveniently. The
Question
Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
Options
- AGET_RELATIVE_PATH
- BGET_PRESIGNED_URL
- CBUILD_STAGE_FILE_URL
- DBUILD_SCOPED_FILE_URL
Explanation
The GET_PRESIGNED_URL file function in Snowflake provides a URL with access to a file on a stage without requiring authentication and authorization. This is particularly useful for sharing data files stored in Snowflake stages with external parties securely and conveniently. The presigned URL generated by this function gives temporary access to the file, which expires after a specified duration.
Topics
Community Discussion
No community discussion yet for this question.