nerdexam
Snowflake

COF-C02 · Question #477

Which file function generates a SnowFlake-hosted URL that must be authenticated when used?

The correct answer is D. BUILD_STAGE_FILE_URL. Purpose: The BUILD_STAGE_FILE_URL function generates a temporary, pre-signed URL that allows you to access a file within a Snowflake stage (internal or external). This URL requires authentication to use. Security: The URL has a limited lifespan, enhancing security. Use Cases…

Account Access and Security

Question

Which file function generates a SnowFlake-hosted URL that must be authenticated when used?

Options

  • AGET_STATE_LOCATION
  • BGET_PRESENT_URL
  • CBUILD_SCOPED_FILE_URL
  • DBUILD_STAGE_FILE_URL

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    3% (1)
  • D
    86% (31)

Explanation

Purpose: The BUILD_STAGE_FILE_URL function generates a temporary, pre-signed URL that allows you to access a file within a Snowflake stage (internal or external). This URL requires authentication to use. Security: The URL has a limited lifespan, enhancing security. Use Cases: Sharing staged data with external tools or applications, or downloading it directly.

Topics

#File functions#Stage files#URL generation#Authentication

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice