SnowPro Core Certification — Question 467
Which functions can be used to share unstructured data through a secure view? (Choose two.)
Answer options
- A. BUILD_SCOPED_FILE_URL
- B. BUILD_STAGE_FILE_URL
- C. GET_ABSOLUTE_PATH
- D. GET_PRESIGNED_URL
- E. GET_RELATIVE_PATH
Correct answer: A, D
Explanation
The functions BUILD_SCOPED_FILE_URL and GET_PRESIGNED_URL are specifically designed to provide secure access to unstructured data. The other options, while related to file paths or stages, do not offer the same level of security for sharing data.