What is the BEST way to find recent and ongoing login attempts to Snowflake?

The IT Security team has identified that there is an ongoing credential stuffing attack on many of their organization’s system. What is the BEST way to find recent and ongoing login attempts to Snowflake?A . Call the LOGIN_HISTORY Information Schema table function.B . Query the LOGIN_HISTORY view in the ACCOUNT_USAGE...

August 18, 2024 No Comments READ MORE +

How is the change of local time due to daylight savings time handled in Snowflake tasks? (Choose two.)

How is the change of local time due to daylight savings time handled in Snowflake tasks? (Choose two.)A . A task scheduled in a UTC-based schedule will have no issues with the time changes.B . Task schedules can be designed to follow specified or local time zones to accommodate the...

August 17, 2024 No Comments READ MORE +

Which design will meet these requirements?

A media company needs a data pipeline that will ingest customer review data into a Snowflake table, and apply some transformations. The company also needs to use Amazon Comprehend to do sentiment analysis and make the de-identified final data set available publicly for advertising companies who use different cloud providers...

August 15, 2024 No Comments READ MORE +

A user can change object parameters using which of the following roles?

A user can change object parameters using which of the following roles?A . ACCOUNTADMIN, SECURITYADMINB . SYSADMIN, SECURITYADMINC . ACCOUNTADMIN, USER with PRIVILEGED . SECURITYADMIN, USER with PRIVILEGEView AnswerAnswer: C Explanation: According to the Snowflake documentation, object parameters are parameters that can be set on individual objects such as databases,...

August 15, 2024 No Comments READ MORE +

When using the Snowflake Connector for Kafka, what data formats are supported for the messages? (Choose two.)

When using the Snowflake Connector for Kafka, what data formats are supported for the messages? (Choose two.)A . CSVB . XMLC . AvroD . JSONE . ParquetView AnswerAnswer: C, D Explanation: The data formats that are supported for the messages when using the Snowflake Connector for Kafka are Avro and...

August 15, 2024 No Comments READ MORE +

Which commands should the Architect use to load only file5.csv file from the stage?

An Architect uses COPY INTO with the ON_ERROR=SKIP_FILE option to bulk load CSV files into a table called TABLEA, using its table stage. One file named file5.csv fails to load. The Architect fixes the file and re-loads it to the stage with the exact same file name it had previously....

August 14, 2024 No Comments READ MORE +

When loading data into a table that captures the load time in a column with a default value of either CURRENT_TIME () or CURRENT_TIMESTAMP() what will occur?

When loading data into a table that captures the load time in a column with a default value of either CURRENT_TIME () or CURRENT_TIMESTAMP() what will occur?A . All rows loaded using a specific COPY statement will have varying timestamps based on when the rows were inserted.B . Any rows...

August 13, 2024 No Comments READ MORE +

Which system functions does Snowflake provide to monitor clustering information within a table (Choose two.)

Which system functions does Snowflake provide to monitor clustering information within a table (Choose two.)A . SYSTEM$CLUSTERING_INFORMATIONB . SYSTEM$CLUSTERING_USAGEC . SYSTEM$CLUSTERING_DEPTHD . SYSTEM$CLUSTERING_KEYSE . SYSTEM$CLUSTERING_PERCENTView AnswerAnswer: A, C Explanation: According to the Snowflake documentation, these two system functions are provided by Snowflake to monitor clustering information within a table. A...

August 12, 2024 No Comments READ MORE +

Which feature provides the capability to define an alternate cluster key for a table with an existing cluster key?

Which feature provides the capability to define an alternate cluster key for a table with an existing cluster key?A . External tableB . Materialized viewC . Search optimizationD . Result cacheView AnswerAnswer: B Explanation: A materialized view is a feature that provides the capability to define an alternate cluster key...

August 12, 2024 No Comments READ MORE +

Which of the following will enable this type of data ingestion?

A company has several sites in different regions from which the company wants to ingest data. Which of the following will enable this type of data ingestion?A . The company must have a Snowflake account in each cloud region to be able to ingest data to that account.B . The...

August 11, 2024 No Comments READ MORE +