SnowPro Core Certification — Question 615
Which file functions are non-deterministic? (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 correct answers, A and D, are non-deterministic because they can yield different results based on varying inputs or states. In contrast, options B, C, and E provide consistent outputs given the same inputs and are thus considered deterministic.