nerdexam
Snowflake

COF-C02 · Question #540

Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?

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…

Storage and Data Protection

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

How the community answered

(56 responses)
  • A
    5% (3)
  • B
    89% (50)
  • C
    4% (2)
  • D
    2% (1)

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

#Presigned URL#Stage access#File functions#External data access

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice