Snowflake SnowPro-Core - SnowPro Core Certification Exam
What type of query benefits the MOST from search optimization?
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?
Which of the following describes a Snowflake stored procedure?
What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?
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 Snowflake architectural layer is responsible for a query execution plan?
Which of the following are characteristics of Snowflake virtual warehouses? (Choose two.)
Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?
A single user of a virtual warehouse has set the warehouse to auto-resume and auto-suspend after 10 minutes. The warehouse is currently suspended and the user performs the following actions:
1. Runs a query that takes 3 minutes to complete
2. Leaves for 15 minutes
3. Returns and runs a query that takes 10 seconds to complete
4. Manually suspends the warehouse as soon as the last query was completed
When the user returns, how much billable compute time will have been consumed?
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.)
Which command is used to unload data from a Snowflake database table into one or more files in a Snowflake stage?
