nerdexam
Snowflake

COF-C02 · Question #233

What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?

The correct answer is C. Python. The Snowpark API is Snowflake's library for building data pipelines and user-defined functions using client-side code that runs inside Snowflake. Snowpark supports Python, Java, and Scala. From the choices provided, Python is the Snowpark API language. JavaScript UDFs do exist…

Data Transformations

Question

What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?

Options

  • ASwift
  • BJavaScript
  • CPython
  • DSQL

How the community answered

(26 responses)
  • A
    4% (1)
  • C
    88% (23)
  • D
    8% (2)

Explanation

The Snowpark API is Snowflake's library for building data pipelines and user-defined functions using client-side code that runs inside Snowflake. Snowpark supports Python, Java, and Scala. From the choices provided, Python is the Snowpark API language. JavaScript UDFs do exist in Snowflake, but they are created via native SQL/JavaScript UDF syntax, not through the Snowpark API. Swift is not supported by Snowflake at all, and while SQL UDFs exist, SQL is not a Snowpark API language.

Topics

#Snowpark#User-Defined Functions#Programming Languages

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice