Snowflake SnowPro Core Practice Test - Questions Answers, Page 56
List of questions
Related questions
In which hierarchy is tag inheritance possible?
Organization Account Role
Account User Schema
Database View Column
Schema Table Column
Which data types can be used in a Snowflake table that holds semi-structured data? (Select TWO).
ARRAY
BINARY
TEXT
VARIANT
VARCHAK
Which Snowflake database object can be shared with other accounts?
Tasks
Pipes
Secure User-Defined Functions (UDFs)
Stored Procedures
What does Snowflake attempt to do if any of the compute resources for a virtual warehouse fail to provision during start-up?
Repair the failed resources.
Restart failed resources.
Queue the failed resources
Provision the failed resources
A JSON document is stored in the source_colum of type VARIANT. The document has an array called elements. The array contains the name key that has a string value How can a Snowflake user extract the name from the first element?
Source_column.element[1]:name
Source_column.element[0]:name
Source_column.element[1].name
Source_column.element[0]:name
Which key access control concept does Snowflake descibe as a defined level of access to an object?
Grant
Privilege
Role
Session
Snowflake's access control framework combines which models for securing data? (Select TWO).
Attribute-based Access Control (ABAC 1
Discretionary Access Control (DAC)
Access Control List (ACL)
Role-based Access Control (RBAC)
Rule-based Access Control (RuBAC)
What does Snowflake recommend a user do if they need to connect to Snowflake with a tool or technology mat is not listed in Snowflake partner ecosystem?
Use Snowflake's native API.
Use a custom-built connector.
Contact Snowflake Support for a new driver.
Connect through Snowflake's JDBC or ODBC drivers
While running a query on a virtual warehouse in auto-scale mode, additional clusters are stated immediately if which setting is configured?
A)
B)
C)
D)
Option A
Option B
Option C
Option D
How should a Snowflake use' configure a virtual warehouse to be in Maximized mode''
Set the WAREHOUSES_SIZE to 6XL.
Set the STATEMENT_TIMEOUT_1M_SECOMES to 0.
Set the MAX_CONCURRENCY_LEVEL to a value of 12 or large.
Set the same value for both MIN_CLUSTER_COUNT and MAX_CLUSTER_COUNT.
Question