- (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%20functions%20are%20
- (Exam Topic 1)
True or False: It is possible to load data into Snowflake without creating a named File Format object.
Correct Answer:
A
Reference: https://docs.snowflake.com/en/user-guide/data-load-external-tutorial-create-file-format.html
- (Exam Topic 1)
Which of the following accurately represents how a table fits into Snowflake’s logical container hierarchy? Select one.
Correct Answer:
B
Reference: https://docs.snowflake.com/en/sql-reference/ddl-database.html
- (Exam Topic 3)
What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?
Correct Answer:
D
- (Exam Topic 3)
How can a user change which columns are referenced in a view?
Correct Answer:
B