Snowflake COF-C02 Practice Test - Questions Answers, Page 22
List of questions
Related questions
Question 211

Which Snowflake objects can be shared with other Snowflake accounts? (Choose three.)
Explanation:
In Snowflake, you can share several types of objects with other Snowflake accounts. These include schemas, secure views, and secure user-defined functions (UDFs).Sharing these objects allows for collaboration and data access across different Snowflake accounts while maintaining security and governance controls4.
Question 212

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?
Explanation:
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. References: Sharing data securely across regions and cloud platforms | Snowflake Documentation
Question 213

Which statement describes how Snowflake supports reader accounts?
Explanation:
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. References: Introduction to Secure Data Sharing | Snowflake Documentation2.
Question 214

The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?
Explanation:
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. References: Access control considerations | Snowflake Documentation
Question 215

Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)
Explanation:
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 216

Which data type can store more than one type of data structure?
Explanation:
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 217

Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
Explanation:
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 218

What internal stages are available in Snowflake? (Choose three.)
Explanation:
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. References: Snowflake Documentation1.
Question 219

How would a user run a multi-cluster warehouse in maximized mode?
Explanation:
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. References: Snowflake Documentation2.
Question 220

Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
Explanation:
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. References: Snowflake Documentation
Question