Snowpro Associate Platform · Free Practice Question Easy
Question 8
- A Javascript
- B SQL
- C Java
- D Python
- E Scala
Reveal correct answers
Correct answers: B, D
Explanation
✅ SQL
✅ Python
Explanation:
Snowsight supports two types of worksheets: SQL worksheets, which are the default and most widely used for querying and managing Snowflake data, and Python worksheets, which are available in public preview. Python worksheets allow users to write and execute Python code using Snowpark, enabling advanced data processing, machine learning, and procedural logic directly within the Snowflake environment.
❌ Why the other options are incorrect?
Java → Incorrect, because while Java can be used to create UDFs and stored procedures, it is not supported as a worksheet language in Snowsight.
Javascript → Incorrect, as JavaScript is supported for UDFs and procedures, but not as a standalone worksheet type.
Scala → Incorrect, since Scala is used with Snowpark APIs outside of Snowsight, but not supported for worksheets.
For more, see Snowflake’s Snowsight worksheet documentation.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
