- (Exam Topic 2)
Which of the following describes external functions in Snowflake?
Correct Answer:A
External functions are user-defined functions that are stored and executed outside of Snowflake.
External functions make it easier to access external API services such as geocoders, machine learning models, and other custom code running outside of Snowflake. This feature eliminates the need to export and reimport data when using third-party services, significantly simplifying your data pipelines.
https://docs.snowflake.com/en/sql-reference/external-functions.html#:~:text=External functions are
- (Exam Topic 3)
What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)
Correct Answer:CD
- (Exam Topic 3)
Which of the following objects are contained within a schema? (Choose two.)
Correct Answer:CD
- (Exam Topic 1)
How a Snowpipe charges calculated?
Correct Answer:B
Reference: https://docs.snowflake.com/en/user-guide/data-load-snowpipe-billing.html
- (Exam Topic 3)
The following JSON is stored in a VARIANT column called src of the CAR_SALES table:
A user needs to extract the dealership information from the JSON. How can this be accomplished?
Correct Answer:A