Which of the following objects can be shared through secure data sharing?
Masking policy
Stored procedure
Task
External table
Secure Data Sharing enables sharing selected objects in a database in your account with other Snowflake accounts. The following Snowflake database objects can be shared:
Snowflake enables the sharing of databases through shares, which are created by data providers and “imported†by data consumers.
https://docs.snowflake.com/en/user-guide/data-sharing-intro.html#:~:text=Secure%20Data%20Sharing%20enables%20sharing,External%20tables
In which scenarios would a user have to pay Cloud Services costs? (Select TWO).
Compute Credits = 50 Credits Cloud Services = 10
Compute Credits = 80 Credits Cloud Services = 5
Compute Credits = 10 Credits Cloud Services = 9
Compute Credits = 120 Credits Cloud Services = 10
Compute Credits = 200 Credits Cloud Services = 26
True or False: A Virtual Warehouse consumes Snowflake credits even when inactive.
True
False
True or False: When a new Snowflake object is created, it is automatically owned by the user who created it.
True
False
What is the minimum Snowflake edition that provides multi-cluster warehouses and up to 90 days of Time Travel?
Standard
Premier
Enterprise
Business Critical Edition
How a Snowpipe charges calculated?
Per-second/per Warehouse size
Per-second/per-core granularity
Number of Pipes in account
Total storage bucket size
What are the three things customers want most from their enterprise data warehouse solution?
Choose 3 answers
On-premise availability
Simplicity
Open source based
Concurrency
Performance
What is the minimum Snowflake edition that customers planning on storing protected information in Snowflake should consider for regulatory compliance?
Standard
Premier
Enterprise
Business Critical Edition
Network policies can be applied to which of the following Snowflake objects? (Choose two.)
Roles
Databases
Warehouses
Users
Accounts
Where is Snowflake metadata stored?
Within the data files
In the virtual warehouse layer
In the cloud services layer
In the remote storage layer
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
Use the DROP
Specify the TEMPORARY option when creating the file format.
Specify the PURGE copy option in the COPY INTO