Which stage type can be altered and dropped?

Which stage type can be altered and dropped?A . Database stageB . External stageC . Table stageD . User stageView AnswerAnswer: B

January 7, 2024 No Comments READ MORE +

How did Snowflake fulfill this query?

A sales table FCT_SALES has 100 million records. The following Query was executed SELECT COUNT (1) FROM FCT__SALES; How did Snowflake fulfill this query?A . Query against the result set cacheB . Query against a virtual warehouse cacheC . Query against the most-recently created micro-partitionD . Query against the metadata...

January 7, 2024 No Comments READ MORE +

True or False: A Virtual Warehouse can be resized while suspended.

True or False: A Virtual Warehouse can be resized while suspended.A . TrueB . FalseView AnswerAnswer: A Explanation: Reference: https://docs.snowflake.com/en/user-guide/warehouses-tasks.html#effects-of-resizing-a-suspended-warehouse

January 7, 2024 No Comments READ MORE +

Which of the following describes how clustering keys work in Snowflake?

Which of the following describes how clustering keys work in Snowflake?A . Clustering keys update the micro-partitions in place with a full sort, and impact the DML operations.B . Clustering keys sort the designated columns over time, without blocking DML operationsC . Clustering keys create a distributed, parallel data structure...

January 7, 2024 No Comments READ MORE +

How long is Snowpipe data load history retained?

How long is Snowpipe data load history retained?A . As configured in the create pipe settingsB . Until the pipe is droppedC . 64 daysD . 14 daysView AnswerAnswer: D

January 7, 2024 No Comments READ MORE +

Which of the following statements will return the required information?

A company's security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?A . SELECT LAST_SUCCESS_LOGIN, LOGIN_NAME FROM ACCOUNT_USAGE.USERS;B . SELECT EVENT_TIMESTAMP, USER_NAME FROM table(information_schema.login_history_by_user())C . SELECT EVENT_TIMESTAMP, USER_NAME FROM ACCOUNT_USAGE.ACCESS_HISTORY;D ....

January 6, 2024 No Comments READ MORE +

Which semi-structured file formats are supported when unloading data from a table? (Select TWO).

Which semi-structured file formats are supported when unloading data from a table? (Select TWO).A . ORCB . XMLC . AvroD . ParquetE . JSONView AnswerAnswer: D, E Explanation: Semi-structured JSON, Parquet https://docs.snowflake.com/en/user-guide/data-unload-prepare.html#:~:text=Supported%20File%20Formats,-The%20following%20file&text=Delimited%20(CSV%2C%20TSV%2C%20etc.)

January 6, 2024 No Comments READ MORE +

Which of the following Snowflake objects can be shared using a secure share? (Select TWO).

Which of the following Snowflake objects can be shared using a secure share? (Select TWO).A . Materialized viewsB . SequencesC . ProceduresD . TablesE . Secure User Defined Functions (UDFs)View AnswerAnswer: AD

January 6, 2024 No Comments READ MORE +

Which Snowflake partner specializes in data catalog solutions?

Which Snowflake partner specializes in data catalog solutions?A . AlationB . DataRobotC . dbtD . TableauView AnswerAnswer: A Explanation: Alation provides Data Cataloging functionality. They state they are the 'One Place to Find, Understand, & Govern Data Across an Enterprise. https://docs.snowflake.com/en/user-guide/ecosystem-all.html

January 6, 2024 No Comments READ MORE +

Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)

Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)A . SCIMB . Federated authenticationC . TLS 1.2D . Key-pair authenticationE . OAuthF . OCSP authenticationView AnswerAnswer: B, D, E

January 6, 2024 No Comments READ MORE +