SnowPro Core Certification — Question 496
Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
Answer options
- A. GET_RELATIVE_PATH
- B. GET_PRESIGNED_URL
- C. BUILD_STAGE_FILE_URL
- D. BUILD_SCOPED_FILE_URL
Correct answer: B
Explanation
The correct answer, GET_PRESIGNED_URL, generates a URL that permits access to a file without the need for further authentication or authorization. The other options either involve relative paths or scoped access that require additional permissions or steps, making them unsuitable for direct access without authentication.