nerdexam
SnowflakeSnowflake

COF-C02 · Question #540

COF-C02 Question #540: Real Exam Question with Answer & Explanation

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. The

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

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 PracticeBrowse All COF-C02 Questions