SnowPro Core Certification — Question 1051
Which languages require that User-Defined Function (UDF) handlers be written inline? (Choose two.)
Answer options
- A. Java
- B. Javascript
- C. Scala
- D. Python
- E. SQL
Correct answer: B, E
Explanation
Javascript and SQL are the languages that necessitate inline writing of User-Defined Function (UDF) handlers due to their specific execution models. In contrast, Java, Scala, and Python allow for more flexible implementations that do not require inline definitions.