Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Pass the Snowflake SnowPro Core Certification COF-C03 Questions and answers with CertsForce

Viewing page 2 out of 17 pages
Viewing questions 21-40 out of questions
Questions # 21:

Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)

Options:

A.

Use the DROP < file > command after the load completes.


B.

Specify the TEMPORARY option when creating the file format.


C.

Specify the PURGE copy option in the COPY INTO < table > command.


D.

Use the REMOVE command after the load completes.


E.

Use the DELETE LOAD HISTORY command after the load completes.


Expert Solution
Questions # 22:

When retrieving data from a table which type of query will benefit the MOST from use of the search optimization service?

Options:

A.

Queries with unpredictable data volumes.


B.

Queries with highly-selective table filters that return a small subset of rows.


C.

Queries on fields in a VARIANT column that will return all data as structured data.


D.

Queries that involve one or more columns inside the cluster key using the lowest cardinality to select filters.


Expert Solution
Questions # 23:

In the Snowflake access control model, which entity owns an object by default?

Options:

A.

The user who created the object


B.

The SYSADMIN role


C.

Ownership depends on the type of object


D.

The role used to create the object


Expert Solution
Questions # 24:

Which services does the Snowflake Cloud Services layer manage? (Choose two.)

Options:

A.

Compute resources


B.

Query execution


C.

Authentication


D.

Data storage


E.

Metadata


Expert Solution
Questions # 25:

Which data types does Snowflake support when querying semi-structured data? (Select TWO)

Options:

A.

VARIANT


B.

ARRAY


C.

VARCHAR


D.

XML


E.

BLOB


Expert Solution
Questions # 26:

The fail-safe retention period is how many days?

Options:

A.

1 day


B.

7 days


C.

45 days


D.

90 days


Expert Solution
Questions # 27:

Which command can be used to stage local files from which Snowflake interface?

Options:

A.

SnowSQL


B.

Snowflake classic web interface (Ul)


C.

Snowsight


D.

.NET driver


Expert Solution
Questions # 28:

What can be used to view warehouse usage over time? (Select Two).

Options:

A.

The load HISTORY view


B.

The Query history view


C.

The show warehouses command


D.

The WAREHOUSE_METERING__HISTORY View


E.

The billing and usage tab in the Snowflake web Ul


Expert Solution
Questions # 29:

Which feature is only available in the Enterprise or higher editions of Snowflake?

Options:

A.

Column-level security


B.

SOC 2 type II certification


C.

Multi-factor Authentication (MFA)


D.

Object-level access control


Expert Solution
Questions # 30:

Which command is used to unload data from a Snowflake table into a file in a stage?

Options:

A.

COPY INTO


B.

GET


C.

WRITE


D.

EXTRACT INTO


Expert Solution
Questions # 31:

A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:

COPY INTO my__table FROM @my__stage;

The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.

If the user runs the same copy into command what will happen?

Options:

A.

All data from all of the files on the stage will be appended to the table


B.

Only data about new customers from the new files will be appended to the table


C.

The operation will fail with the error uncertain files in stage.


D.

All data from only the newly-added files will be appended to the table.


Expert Solution
Questions # 32:

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?

Options:

A.

Standard


B.

Premium


C.

Enterprise


D.

Business Critical


Expert Solution
Questions # 33:

What is a limitation of a Materialized View?

Options:

A.

A Materialized View cannot support any aggregate functions


B.

A Materialized View can only reference up to two tables


C.

A Materialized View cannot be joined with other tables


D.

A Materialized View cannot be defined with a JOIN


Expert Solution
Questions # 34:

How would you determine the size of the virtual warehouse used for a task?

Options:

A.

Root task may be executed concurrently (i.e. multiple instances), it is recommended to leave some margins in the execution window to avoid missing instances of execution


B.

Querying(select)the size of the stream content would help determine the warehouse size. For example, if querying large stream content, use a larger warehouse size


C.

If using the stored procedure to execute multiple SQL statements, it ' s best to test run the stored procedure separately to size the compute resource first


D.

Since task infrastructure is based on running the task body on schedule, it ' s recommended to configure the virtual warehouse for automatic concurrency handling using Multi-cluster warehouse (MCW) to match the task schedule


Expert Solution
Questions # 35:

Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?

Options:

A.

An FTP server with TLS encryption


B.

An HTTPS server with WebDAV


C.

A Google Cloud storage bucket


D.

A Windows server file share on Azure


Expert Solution
Questions # 36:

Which of the following objects can be shared through secure data sharing?

Options:

A.

Masking policy


B.

Stored procedure


C.

Task


D.

External table


Expert Solution
Questions # 37:

What is the minimum Snowflake edition required to create a materialized view?

Options:

A.

Standard Edition


B.

Enterprise Edition


C.

Business Critical Edition


D.

Virtual Private Snowflake Edition


Expert Solution
Questions # 38:

When reviewing the load for a warehouse using the load monitoring chart, the chart indicates that a high volume of Queries are always queuing in the warehouse

According to recommended best practice, what should be done to reduce the Queue volume? (Select TWO).

Options:

A.

Use multi-clustered warehousing to scale out warehouse capacity.


B.

Scale up the warehouse size to allow Queries to execute faster.


C.

Stop and start the warehouse to clear the queued queries


D.

Migrate some queries to a new warehouse to reduce load


E.

Limit user access to the warehouse so fewer queries are run against it.


Expert Solution
Questions # 39:

True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.

Options:

A.

True


B.

False


Expert Solution
Questions # 40:

A user has unloaded data from Snowflake to a stage

Which SQL command should be used to validate which data was loaded into the stage?

Options:

A.

list @file__stage


B.

show @file__stage


C.

view @file__stage


D.

verify @file__stage


Expert Solution
Viewing page 2 out of 17 pages
Viewing questions 21-40 out of questions