SnowPro Core Certification — Question 632
What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?
Answer options
- A. Swift
- B. JavaScript
- C. Python
- D. SQL
Correct answer: C
Explanation
The correct answer is Python, as it is one of the languages supported by the Snowpark API for creating UDFs. Swift, JavaScript, and SQL are not options for UDF development in this context.