A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.
Which Snowflake feature will support this?
Which statements are true concerning Snowflake ' s underlying cloud infrastructure? (Select THREE),
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?
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.)
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
A user created a new worksheet within the Snowsight Ul and wants to share this with teammates
How can this worksheet be shared?
Which snowflake objects will incur both storage and cloud compute charges? (Select TWO)
What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?
When loading data into Snowflake, how should the data be organized?
A Snowflake Administrator needs to ensure that sensitive corporate data in Snowflake tables is not visible to end users, but is partially visible to functional managers.
How can this requirement be met?
Which command should be used to load data from a file, located in an external stage, into a table in Snowflake?
Which of the following accurately describes shares?
Where can a user find and review the failed logins of a specific user for the past 30 days?
Which command can be used to load data files into a Snowflake stage?
Which tasks are performed in the Snowflake Cloud Services layer? (Choose two.)
True or False: Snowpipe via REST API can only reference External Stages as source.
What COPY INTO SQL command should be used to unload data into multiple files?
What versions of Snowflake should be used to manage compliance with Personal Identifiable Information (PII) requirements? (Choose two.)
A virtual warehouse is created using the following command:
Create warehouse my_WH with
warehouse_size = MEDIUM
min_cluster_count = 1
max_cluster_count = 1
auto_suspend = 60
auto_resume = true;
The image below is a graphical representation of the warehouse utilization across two days.

What action should be taken to address this situation?