SnowPro Core Recertification — Question 10
Which function returns the URL of a stage using the stage name as the input?
Answer options
- A. BUILD_STAGE_FILE_URL
- B. BUILD_SCOPED_FILE_URL
- C. GET_PRESIGNED_URL
- D. GET_STAGE_LOCATION
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.