In a Snowflake role hierarchy, what is the top-level role?
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
Which file formats are supported for unloading data from Snowflake? (Choose two.)
The Snowflake Cloud Data Platform is described as having which of the following architectures?
What is the MINIMUM edition of Snowflake that is required to use a SCIM security integration?
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
A user has semi-structured data to load into Snowflake but is not sure what types of operations will need to be performed on the data. Based on this situation, what type of column does Snowflake recommend be used?
Which is the MINIMUM required Snowflake edition that a user must have if they want to use AWS/Azure Privatelink or Google Cloud Private Service Connect?
Which of the following conditions must be met in order to return results from the results cache? (Select TWO).
What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
What are common issues found by using the Query Profile? (Choose two.)
How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?
When unloading data to an external stage, what is the MAXIMUM file size supported?
Which common query problems are identified by the Query Profile? (Select TWO.)
What is a responsibility of Snowflake’s virtual warehouses?
When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?
When using the ALLOW_CLI£NT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?
Which function is used to convert rows in a relational table to a single VARIANT column?
Which command can be used to list all the file formats for which a user has access privileges?