What happens to the shared objects for users in a consumer account from a share, once a database has been created in that account?
Correct Answer: C
Once a database has been created in a consumer account from a share, the shared objects become accessible to users in that account. The shared objects are not transferred or copied; they remain in the provider's account and are accessible to the consumer account
Question 277
What command is used to export or unload data from Snowflake?
Correct Answer: A
The command used to export or unload data from Snowflake to a stage (such as a file in an S3 bucket, Azure Blob Storage, or Google Cloud Storage) is thePUTcommand. ThePUTcommand is designed to upload data files from a local file system (in the case of SnowSQL or other client) or a virtual warehouse to a specified stage. This functionality is critical for scenarios where data needs to be extracted from Snowflake for use in external systems, backups, or further processing. The syntax for thePUTcommand follows the structure:PUT file://<local_file_path> @<stage_name>, where <local_file_path>specifies the path to the file(s) on the localfile system that you wish to upload, and< stage_name>specifies the destination stage in Snowflake. It's important to distinguish that thePUTcommand is used for exporting data out of Snowflake, whereas the COPY INTO <table>command is used for importing data into Snowflake from a stage. TheGETcommand, on the other hand, is used to download files from a stage to the local file system, essentially the inverse operation of thePUTcommand. References: Snowflake Documentation on Loading and Unloading Data: [Loading and Unloading Data](https://docs. snowflake.com/en/user-guide/data-load
Question 278
What can a user win a reader account do in Snowflake?
Correct Answer: D
In Snowflake, a user within a reader account primarily has read-only access to the shared data. Reader accounts are created to enable third parties or separate business units to access and query data shared with them without allowing them to modify the underlying data. This means a user with a reader account can perform operations like querying shared data to analyze or report on it but cannot load new data, update existing data, or create new shares. This setup is crucial for maintaining data governance and security while enabling data sharing and collaboration. Reference: Snowflake Documentation on Reader Accounts
Question 279
Which activities are managed by Slowflake's Cloud Services layer? (Select TWO).
Correct Answer: A,E
Snowflake's Cloud Services layer is responsible for managing various aspects of the platform that are not directly related to computing or storage. Specifically, it handles authorisation, ensuring that users have appropriate access rights to perform actions or access data. Additionally, it takes care of query parsing and optimization, interpreting SQL queries and optimizing their execution plans for better performance. This layer abstracts much of the platform's complexity, allowing users to focus on their data and queries without managing the underlying infrastructure.References:Snowflake Architecture Documentation
Question 280
What role is required to use Partner Connect?
Correct Answer: A
To use Partner Connect, the ACCOUNTADMIN role is required. Partner Connect allows account administrators to easily create trial accounts with selected Snowflake business partners and integrate these accounts with Snowflake