Snowflake SnowPro Core Practice Test - Questions Answers, Page 23
List of questions
Question 221

How does Snowflake allow a data provider with an Azure account in central Canada to share data with a data consumer on AWS in Australia?
Snowflake allows data providers to share data with consumers across different cloud platforms and regions through database replication. The data provider must replicate the database to a secondary account in the target region or cloud platform within the same organization, and then create a share to the data consumer's account.This process ensures that the data is available in the consumer's region and on their cloud platform, facilitating seamless data sharing.
Reference: Sharing data securely across regions and cloud platforms | Snowflake Documentation
Question 222

Which statement describes how Snowflake supports reader accounts?
Snowflake supports reader accounts, which are a type of account that allows data providers to share data with consumers who are not Snowflake customers.However, for data sharing to occur, the consumer needs to become a licensed Snowflake customer because data sharing is only supported between Snowflake accounts.
Reference: Introduction to Secure Data Sharing | Snowflake Documentation2.
Question 223

The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?
The first user assigned to a new Snowflake account, typically with the ACCOUNTADMIN role, should create at least one additional user with the USERADMIN administrative privilege.This role is responsible for creating and managing users and roles within the Snowflake account.
Reference: Access control considerations | Snowflake Documentation
Question 224

Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)
Directory tables in Snowflake are used to store metadata about data files in a stage. They are not separate database objects but are conceptually similar to external tables.Directory tables do not have grantable privileges of their own
Question 225

Which data type can store more than one type of data structure?
The VARIANT data type in Snowflake can store multiple types of data structures, as it is designed to hold semi-structured data.It can contain any other data type, including OBJECT and ARRAY, which allows it to represent various data structures
Question 226

Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
The Snowflake PUT command is used to upload files from a local file system to Snowflake stages, specifically the user stage, table stage, and internal named stage.These stages are where the data files are temporarily stored before being loaded into Snowflake tables
Question 227

What internal stages are available in Snowflake? (Choose three.)
Snowflake supports three types of internal stages: Named, User, and Table stages. These stages are used for staging data files to be loaded into Snowflake tables.Schema, Stream, and Database stages are not supported as internal stages in Snowflake.
Reference: Snowflake Documentation1.
Question 228

How would a user run a multi-cluster warehouse in maximized mode?
To run a multi-cluster warehouse in maximized mode, a user should set the minimum and maximum number of clusters to the same value.This ensures that all clusters are available when the warehouse is started, providing maximum resources for query execution.
Reference: Snowflake Documentation2.
Question 229

Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
To monitor data storage for individual tables, the commands and objects that can be used are 'SHOW STORAGE BY TABLE;' and the Information Schema view 'TABLE_STORAGE_METRICS'.These tools provide detailed information about the storage utilization for tables.
Reference: Snowflake Documentation
Question 230

How many resource monitors can be assigned at the account level?
Snowflake allows for only one resource monitor to be assigned at the account level.This monitor oversees the credit usage of all the warehouses in the account.
Reference: Snowflake Documentation
Question