ExamGecko
Question list
Search
Search

Question 516 - COF-C02 discussion

Report
Export

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

A.
GET_STATE_LOCATION
Answers
A.
GET_STATE_LOCATION
B.
GET_PRESENT_URL
Answers
B.
GET_PRESENT_URL
C.
BUILD_SCOPED_FILE_URL
Answers
C.
BUILD_SCOPED_FILE_URL
D.
BUILD_STAGE_FILE_URL
Answers
D.
BUILD_STAGE_FILE_URL
Suggested answer: D

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.

Key Points:

Security:The URL has a limited lifespan, enhancing security.

Use Cases:Sharing staged data with external tools or applications, or downloading it directly.

Snowflake Documentation (BUILD_STAGE_FILE_URL):https://docs.snowflake.com/en/sql-reference/functions/build_stage_file_url.html

asked 23/09/2024
Arash Farivarmoheb
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first