SnowPro Core Certification — Question 1124
What Snowflake objects can contain custom application logic written in JavaScript? (Choose two.)
Answer options
- A. Stored procedures
- B. Stages
- C. Tasks
- D. Views
- E. User-Defined Functions (UDFs)
Correct answer: A, E
Explanation
Stored procedures and User-Defined Functions (UDFs) are designed to execute custom logic, including JavaScript code, within Snowflake. In contrast, Stages, Tasks, and Views do not support JavaScript application logic; they serve different purposes in data handling and processing.