SnowPro Core Recertification — Question 10

Which function returns the URL of a stage using the stage name as the input?

Answer options

Correct answer: A

Explanation

The correct answer, BUILD_STAGE_FILE_URL, is specifically designed to return the URL for a given stage based on its name. The other options serve different purposes, such as handling scoped files or presigned URLs, and do not directly relate to fetching a stage's URL.