00:00

QUESTION 106

- (Topic 2)
What types of data listings are available in the Snowflake Data Marketplace? (Choose two.)

Correct Answer: CE
In the Snowflake Data Marketplace, the types of data listings available include ??Vendor??, which refers to the providers of data, and ??Personalized??, which indicates customized data offerings tailored to specific consumer needs45.

QUESTION 107

- (Topic 3)
What is the recommended compressed file size range for continuous data loads using Snowpipe?

Correct Answer: D
For continuous data loads using Snowpipe, the recommended compressed file size range is between 100-250 MB. This size range is suggested to optimize the number of parallel operations for a load and to avoid size limitations, ensuring efficient and cost-effective data loading

QUESTION 108

- (Topic 3)
What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?

Correct Answer: D
The WAIT_FOR_COMPLETION = TRUE parameter in an ALTER WAREHOUSE command ensures that the command does not return until the warehouse has completed resizing. This means that the command will wait until all the necessary compute resources have been provisioned and the warehouse size has been changed. References: [COF-C02] SnowPro Core Certification Exam Study Guide

QUESTION 109

- (Topic 2)
Which statement is true about running tasks in Snowflake?

Correct Answer: B
In Snowflake, a task allows a user to execute a single SQL statement/command using a predefined schedule (B). Tasks are used to automate the execution of SQL statements at scheduled intervals.

QUESTION 110

- (Topic 3)
In which Snowflake layer does Snowflake reorganize data into its internal optimized, compressed, columnar format?

Correct Answer: B
Snowflake reorganizes data into its internal optimized, compressed, columnar format in the Database Storage layer. This process is part of how Snowflake manages data storage, ensuring efficient data retrieval and query performance