
Answer-first summary for fast verification
Answer: GET_PRESIGNED_URL
The question asks for a function that provides URL access to staged files without requiring authentication or authorization. GET_PRESIGNED_URL is the correct answer because it generates time-limited URLs that can be shared and accessed without Snowflake credentials, making them suitable for external sharing scenarios. The community discussion shows 100% consensus on option B, with multiple comments confirming this choice and explaining that pre-signed URLs can be accessed without authorization, unlike scoped URLs which require authentication. Other options like GET_RELATIVE_PATH, BUILD_STAGE_FILE_URL, and BUILD_SCOPED_FILE_URL either don't generate accessible URLs or require authentication, making them unsuitable for the requirement.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.