COF-C02 · Question #173
Which URL type allows users to access unstructured data without authenticating into Snowflake or passing an authorization token?
The correct answer is A. Pre-signed URL. A Pre-signed URL is a temporary, time-limited URL generated by Snowflake that embeds authorization credentials directly in the URL itself. This allows anyone with the URL to access the file in a stage without needing a Snowflake account, login, or authorization token - making…
Question
Which URL type allows users to access unstructured data without authenticating into Snowflake or passing an authorization token?
Options
- APre-signed URL
- BScoped URL
- CSigned URL
- DFile URL
How the community answered
(25 responses)- A92% (23)
- B4% (1)
- D4% (1)
Explanation
A Pre-signed URL is a temporary, time-limited URL generated by Snowflake that embeds authorization credentials directly in the URL itself. This allows anyone with the URL to access the file in a stage without needing a Snowflake account, login, or authorization token - making it ideal for sharing unstructured data externally. Scoped URLs are encoded URLs that require a valid Snowflake session to use. File URLs provide direct access to staged files but require Snowflake authentication. Signed URL is not a standard Snowflake URL type.
Topics
Community Discussion
No community discussion yet for this question.