nerdexam
Snowflake

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…

Data Protection and Data Sharing

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)
  • A
    92% (23)
  • B
    4% (1)
  • D
    4% (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

#Unstructured Data Access#Pre-signed URLs#External Data Sharing#Data Access Control

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice