Which of the following steps MUST be performed for the account PARTNERB to consume data from the MARKET_DB database?

A company has a Snowflake account named ACCOUNTA in AWS us-east-1 region. The company stores its marketing data in a Snowflake database named MARKET_DB. One of the company’s business partners has an account named PARTNERB in Azure East US 2 region. For marketing purposes the company has agreed to share...

May 23, 2023 No Comments READ MORE +

What are some of the characteristics of result set caches? (Choose three.)

What are some of the characteristics of result set caches? (Choose three.)A . Time Travel queries can be executed against the result set cache. B. Snowflake persists the data results for 24 hours. C. Each time persisted results for a query are used, a 24-hour retention period is reset. D....

May 23, 2023 No Comments READ MORE +

Which actions can the company take with the inbound share?

A company has an inbound share set up with eight tables and five secure views. The company plans to make the share part of its production data pipelines. Which actions can the company take with the inbound share? (Choose two.)A . Clone a table from a share. B. Grant modify...

May 23, 2023 No Comments READ MORE +

How can an Architect enable optimal clustering to enhance performance for different access paths on a given table?

How can an Architect enable optimal clustering to enhance performance for different access paths on a given table?A . Create multiple clustering keys for a table. B. Create multiple materialized views with different cluster keys. C. Create super projections that will automatically create clustering. D. Create a clustering key that...

May 23, 2023 No Comments READ MORE +

Which of the below objects cannot be replicated from one region to the other?

Which of the below objects cannot be replicated from one region to the other?A . File Formats B. Sequences C. Pipes D. Views E. Materialized views F. StreamsView AnswerAnswer: C,F Explanation: As of today(27-Nov-2020), below objects cannot be replicated

May 23, 2023 No Comments READ MORE +

What data type SNOWFLAKE will assign to column NAME?

You have created a table as below CREATE TABLE TEST_01 (NAME STRING(10)); What data type SNOWFLAKE will assign to column NAME?A . LONGCHAR B. STRING C. VARCHARView AnswerAnswer: C Explanation: Try it yourself Execute the below commands CREATE TABLE TEST_01 (NAME STRING(10)); DESCRIBE TABLE TEST_01;

May 23, 2023 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, SECURITYADMIN B. SYSADMIN, SECURITYADMIN C. ACCOUNTADMIN, USER with PRIVILEGE D. SECURITYADMIN, USER with PRIVILEGEView AnswerAnswer: A

May 23, 2023 No Comments READ MORE +

Which are those?

Every Snowflake table loaded by the Kafka connector has a schema consisting of two VARIANT columns. Which are those?A . RECORD_CONTENT B. RECORD_METADATA C. RECORD_MESSAGEView AnswerAnswer: A,B Explanation: Schema of Topics for Kafka Topics Every Snowflake table loaded by the Kafka connector has a schema consisting of two VARIANT columns:

May 22, 2023 No Comments READ MORE +

Who can provide permission to EXECUTE TASK?

Who can provide permission to EXECUTE TASK?A . ACCOUNTADMIN B. THE TASK OWNER C. SYSADMINView AnswerAnswer: A Explanation: If the role does not have the EXECUTE TASK privilege, assign the privilege as an account administrator (user with the ACCOUNTADMIN role), e.g.: use role accountadmin; grant execute task on account to...

May 22, 2023 No Comments READ MORE +

Data sharing is supported only between provider and consumer accounts in same region

Data sharing is supported only between provider and consumer accounts in same regionA . TRUE B. FALSEView AnswerAnswer: B Explanation: please read the below link https://docs.snowflake.com/en/user-guide/secure-data-sharing-across-regions-plaforms.html

May 22, 2023 No Comments READ MORE +