Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 75 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 75
Topic #: 1
[All SnowPro Core Questions]

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

  • A. Java
  • B. Javascript
  • C. SQL
  • D. Python
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
jveag
Highly Voted 2 years, 2 months ago
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.
upvoted 49 times
KarBiswa
1 year, 9 months ago
https://docs.snowflake.com/en/sql-reference/udf-overview.html all are correct
upvoted 5 times
...
VenkataPhaniPavanKumar
9 months, 3 weeks ago
All options are correct according to snowflake doc https://docs.snowflake.com/en/developer-guide/udf/udf-overview#supported-languages
upvoted 1 times
...
...
moon2351
Highly Voted 2 years, 10 months ago
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.
upvoted 8 times
...
kentucky13caa
Most Recent 2 days, 16 hours ago
Selected Answer: BC
For the SnowPro Core exam, the two correct languages that can be used to implement Snowflake User Defined Functions (UDFs) are: B. Javascript C. SQL Here's the explanation: Supported languages for UDFs: 1. SQL: - Most common type of UDF - Written in SQL/ANSI syntax - Used for scalar and table functions - Runs natively in Snowflake 2. Javascript: - Supports more complex logic - Runs in secure sandbox environment - Can handle advanced calculations - Allows for more programming flexibility The incorrect options: - A. Java: Not supported for UDFs in Snowflake - D. Python: Not supported for UDFs (Note: Python is supported for Stored Procedures, but not for UDFs) Key points for the exam: - Only SQL and Javascript are supported for UDFs - Don't confuse UDF language support with Stored Procedure language support - JavaScript UDFs run in a secure execution environment - SQL UDFs are most commonly used
upvoted 1 times
...
Wydad_19
1 week, 5 days ago
Selected Answer: AB
Issue here is that I cannot select all the options even though all answers are correct
upvoted 1 times
...
dSilu
1 month ago
All are correct. However, you can only share SQL and JavaScript UDFs
upvoted 1 times
...
mackel
1 month, 1 week ago
All are correct https://docs.snowflake.com/en/developer-guide/udf/udf-overview#label-udf-supported-languages
upvoted 1 times
...
hotflake
3 months, 2 weeks ago
UDFs Can be written in o SQL o Python o Scala o Java o JavaScript
upvoted 1 times
...
Mallikharjuna452
4 months ago
All options are correct
upvoted 1 times
...
levisn1
5 months ago
All correct, capisce?
upvoted 1 times
...
pranalig
5 months ago
correct answer:ABCD
upvoted 2 times
...
Stevec80
6 months, 1 week ago
Selected Answer: 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
upvoted 1 times
...
sushant02
7 months, 1 week ago
All four are correct.
upvoted 1 times
...
Alex_Ovidiu
7 months, 2 weeks ago
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.
upvoted 1 times
...
Lena_Frazier
9 months, 3 weeks ago
It's all of the above: https://docs.snowflake.com/developer-guide/udf/udf-overview#label-udf-supported-languages
upvoted 1 times
...
sandy91
10 months, 1 week ago
ALL ARE TRUE
upvoted 1 times
...
zephyrvz
1 year ago
Selected Answer: AB
all is correct
upvoted 1 times
...
saikot
1 year, 2 months ago
ABCD all are correct answer
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...