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 1 out of 17 pages
Viewing questions 1-20 out of questions
Questions # 1:

Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).

Options:

A.

Load files that are approximately 25 MB or smaller.


B.

Remove all dates and timestamps.


C.

Load files that are approximately 100-250 MB (or larger)


D.

Avoid using embedded characters such as commas for numeric data types


E.

Remove semi-structured data types


Expert Solution
Questions # 2:

How long is the Fail-safe period for temporary and transient tables?

Options:

A.

There is no Fail-safe period for these tables.


B.

1 day


C.

7 days


D.

31 days


E.

90 days


Expert Solution
Questions # 3:

What will happen if a Snowflake user increases the size of a suspended virtual warehouse?

Options:

A.

The provisioning of new compute resources for the warehouse will begin immediately.


B.

The warehouse will remain suspended but new resources will be added to the query acceleration service.


C.

The provisioning of additional compute resources will be in effect when the warehouse is next resumed.


D.

The warehouse will resume immediately and start to share the compute load with other running virtual warehouses.


Expert Solution
Questions # 4:

Which file function generates a SnowFlake-hosted URL that must be authenticated when used?

Options:

A.

GET_STATE_LOCATION


B.

GET_PRESENT_URL


C.

BUILD_SCOPED_FILE_URL


D.

BUILD_STAGE_FILE_URL


Expert Solution
Questions # 5:

Which database objects can be shared using Secure Data Sharing? (Select TWO).

Options:

A.

Users


B.

Roles


C.

Stages


D.

Tables


E.

Dynamic tables


Expert Solution
Questions # 6:

What are ways to create and manage data shares in Snowflake? (Select TWO)

Options:

A.

Through the Snowflake web interface (Ul)


B.

Through the DATA_SHARE=TRUE parameter


C.

Through SQL commands


D.

Through the enable__share=true parameter


E.

Using the CREATE SHARE AS SELECT * TABLE command


Expert Solution
Questions # 7:

How long is Snowpipe data load history retained?

Options:

A.

As configured in the create pipe settings


B.

Until the pipe is dropped


C.

64 days


D.

14 days


Expert Solution
Questions # 8:

When unloading to a stage, which of the following is a recommended practice or approach?

Options:

A.

Set SINGLE: = true for larger files


B.

Use OBJECT_CONSTRUCT ( * ) when using Parquet


C.

Avoid the use of the CAST function


D.

Define an individual file format


Expert Solution
Questions # 9:

True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.

Options:

A.

True


B.

False


Expert Solution
Questions # 10:

Which Snowflake feature is used for both querying and restoring data?

Options:

A.

Cluster keys


B.

Time Travel


C.

Fail-safe


D.

Cloning


Expert Solution
Questions # 11:

When is the result set cache no longer available? (Select TWO)

Options:

A.

When another warehouse is used to execute the query


B.

When another user executes the query


C.

When the underlying data has changed


D.

When the warehouse used to execute the query is suspended


E.

When it has been 24 hours since the last query


Expert Solution
Questions # 12:

Which copy INTO command outputs the data into one file?

Options:

A.

SINGLE=TRUE


B.

MAX_FILE_NUMBER=1


C.

FILE_NUMBER=1


D.

MULTIPLE=FAISE


Expert Solution
Questions # 13:

In the query profiler view for a query, which components represent areas that can be used to help optimize query performance? (Select TWO)

Options:

A.

Bytes scanned


B.

Bytes sent over the network


C.

Number of partitions scanned


D.

Percentage scanned from cache


E.

External bytes scanned


Expert Solution
Questions # 14:

What is a characteristic of the Snowflake Query Profile?

Options:

A.

It can provide statistics on a maximum number of 100 queries per week.


B.

It provides a graphic representation of the main components of the query processing.


C.

It provides detailed statistics about which queries are using the greatest number of compute resources.


D.

It can be used by third-party software using the Query Profile API.


Expert Solution
Questions # 15:

What actions will prevent leveraging of the ResultSet cache? (Choose two.)

Options:

A.

Removing a column from the query SELECT list


B.

Stopping the virtual warehouse that the query is running against


C.

Clustering of the data used by the query


D.

Executing the RESULTS_SCAN() table function


E.

Changing a column that is not in the cached query


Expert Solution
Questions # 16:

A sales table FCT_SALES has 100 million records.

The following Query was executed

SELECT COUNT (1) FROM FCT__SALES;

How did Snowflake fulfill this query?

Options:

A.

Query against the result set cache


B.

Query against a virtual warehouse cache


C.

Query against the most-recently created micro-partition


D.

Query against the metadata excite


Expert Solution
Questions # 17:

A user is loading JSON documents composed of a huge array containing multiple records into Snowflake. The user enables the strip__outer_array file format option

What does the STRIP_OUTER_ARRAY file format do?

Options:

A.

It removes the last element of the outer array.


B.

It removes the outer array structure and loads the records into separate table rows,


C.

It removes the trailing spaces in the last element of the outer array and loads the records into separate table columns


D.

It removes the NULL elements from the JSON object eliminating invalid data and enables the ability to load the records


Expert Solution
Questions # 18:

The following JSON is stored in a VARIANT column called src of the CAR_SALES table:

Question # 18

A user needs to extract the dealership information from the JSON.

How can this be accomplished?

Options:

A.

select src:dealership from car_sales;


B.

select src.dealership from car_sales;


C.

select src:Dealership from car_sales;


D.

select dealership from car_sales;


Expert Solution
Questions # 19:

Which queries will require a running virtual warehouse? (Select TWO).

Options:

A.

SELECT COUNT(*) FROM < table > ;


B.

DELETE FROM < table > ;


C.

UPDATE < table > SET;


D.

DROP TABLE < table > ;


E.

SELECT CURRENT_DATABASE();


Expert Solution
Questions # 20:

Which data sharing mechanism can be used to share data privately or publicly within the Snowflake Marketplace?

Options:

A.

Listing


B.

Direct share


C.

Reader account


D.

Data Exchange


Expert Solution
Viewing page 1 out of 17 pages
Viewing questions 1-20 out of questions