Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 75

Which of the following languages can be used to implement Snowflake User Defined Functions (UDFs)? (Choose two.)

    Correct Answer: B, C

    Snowflake User Defined Functions (UDFs) can be implemented using Javascript and Python. Javascript allows for performing various calculations and operations within Snowflake using the flexibility of the language. Python UDFs leverage the Python programming language to extend the capabilities of Snowflake through powerful scripting and data manipulation.

Discussion
jveagOptions: AB

ALL is correct. https://docs.snowflake.com/en/sql-reference/user-defined-functions.html Snowflake currently supports the following languages for writing UDFs: Java: A Java UDF lets you use the Java programming language to manipulate data and return either scalar or tabular results. JavaScript: A JavaScript UDF lets you use the JavaScript programming language to manipulate data and return either scalar or tabular results. Python: A Python UDF lets you use the Python programming language to manipulate data and return either scalar or tabular results. SQL: A SQL UDF evaluates an arbitrary SQL expression and returns either scalar or tabular results.

KarBiswa

https://docs.snowflake.com/en/sql-reference/udf-overview.html all are correct

VenkataPhaniPavanKumar

All options are correct according to snowflake doc https://docs.snowflake.com/en/developer-guide/udf/udf-overview#supported-languages

moon2351Options: AB

User-defined functions (UDFs) let you extend the system to perform operations that are not available through the built-in, system-defined functions provided by Snowflake. Snowflake currently supports the following languages for writing UDFs: SQL: A SQL UDF evaluates an arbitrary SQL expression and returns either scalar or tabular results. JavaScript: A JavaScript UDF lets you use the JavaScript programming language to manipulate data and return either scalar or tabular results. Java: A Java UDF lets you use the Java programming language to manipulate data and return either scalar or tabular results.

tstanderOptions: BC

Can write in all of them, however only Javascript and SQL ones are shareable. https://docs.snowflake.com/sql-reference/udf-overview#label-udf-supported-languages:~:text=Data%20Sharing%20feature.-,Language,Sharable,-Java

pranalig

correct answer:ABCD

Mallikharjuna452

All options are correct

levisn1

All correct, capisce?

Stevec80Options: CD

All answers are correct. Also Java and Javascript are supported. https://docs.snowflake.com/en/developer-guide/udf/udf-overview#label-udf-supported-languages

Sushant_02

All four are correct.

Alex_OvidiuOptions: AC

Here are the languages you can use to implement Snowflake User Defined Functions (UDFs) (choose two): A. Java (Most Voted) C. SQL (Most Voted) Snowflake supports the following languages for creating UDFs: SQL: You can write UDFs directly in standard SQL, allowing you to perform calculations or transformations within your queries. Java: Snowflake provides a Java API for developing UDFs. This option is useful for complex logic or functionalities that might be challenging to implement purely in SQL. Here's why the other options are not supported for UDF creation in Snowflake: B. Javascript: While JavaScript is a popular language, Snowflake doesn't currently support JavaScript for UDF development. D. Python: Similar to Javascript, Python is not a supported language for UDFs in Snowflake at this time.

Lena_Frazier

It's all of the above: https://docs.snowflake.com/developer-guide/udf/udf-overview#label-udf-supported-languages

sandy91

ALL ARE TRUE

zephyrvzOptions: AB

all is correct

saikot

ABCD all are correct answer

SamuelZhangOptions: AB

ALL is correct. https://docs.snowflake.com/en/sql-reference/user-defined-functions.html

PoornaChandraIn

All answers are correct. https://docs.snowflake.com/en/sql-reference/udf-overview

harshkoshta

ABCD, snowlfkae now support all

devangmehta07

A B C D