Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Snowflake COF-C03 Practice Exam with Questions & Answers | Set: 3

Questions 41

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

Snowflake COF-C03 Premium Access
Questions 42

What happens when a cloned table is replicated to a secondary database? (Select TWO)

Options:
A.

A read-only copy of the cloned tables is stored.

B.

The replication will not be successful.

C.

The physical data is replicated

D.

Additional costs for storage are charged to a secondary account

E.

Metadata pointers to cloned tables are replicated

Questions 43

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

Questions 44

Which services does the Snowflake Cloud Services layer manage? (Select TWO).

Options:
A.

Compute resources

B.

Query execution

C.

Authentication

D.

Data storage

E.

Metadata

Questions 45

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

Options:
A.

True

B.

False

Questions 46

A marketing co-worker has requested the ability to change a warehouse size on their medium virtual warehouse called mktg__WH.

Which of the following statements will accommodate this request?

Options:
A.

ALLOW RESIZE ON WAREHOUSE MKTG__WH TO USER MKTG__LEAD;

B.

GRANT MODIFY ON WAREHOUSE MKTG WH TO ROLE MARKETING;

C.

GRANT MODIFY ON WAREHOUSE MKTG__WH TO USER MKTG__LEAD;

D.

GRANT OPERATE ON WAREHOUSE MKTG WH TO ROLE MARKETING;

Questions 47

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

Questions 48

Which of the following conditions must be met in order to return results from the results cache? (Select TWO).

Options:
A.

The user has the appropriate privileges on the objects associated with the query

B.

Micro-partitions have been reclustered since the query was last run

C.

The new query is run using the same virtual warehouse as the previous query

D.

The query includes a User Defined Function (UDF)

E.

The query has been run within 24 hours of the previously-run query

Questions 49

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

Questions 50

What data is stored in the Snowflake storage layer? (Select TWO).

Options:
A.

Snowflake parameters

B.

Micro-partitions

C.

Query history

D.

Persisted query results

E.

Standard and secure view results

Questions 51

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

Questions 52

Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)

Options:
A.

ROLES

B.

POLICY_REFERENCES

C.

QUERY_HISTORY

D.

RESOURCE_MONIT ORS

E.

ACCESS_HISTORY

Questions 53

Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?

Options:
A.

Pipes

B.

Streams

C.

Tasks

D.

Procedures

Questions 54

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

Questions 55

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

Questions 56

Which function, when added to a select statement will return a randomly-selected, specified number of rows from a table?

Options:
A.

AVERAGE < num > ROWS)

B.

MEDIAN < < num > RONS)

C.

SAMPLE( < num > ROWS)

D.

RANDOM( < num > ROUS)

Questions 57

How should a Snowflake use ' configure a virtual warehouse to be in Maximized mode ' '

Options:
A.

Set the WAREHOUSES_SIZE to 6XL.

B.

Set the STATEMENT_TIMEOUT_1M_SECOMES to 0.

C.

Set the MAX_CONCURRENCY_LEVEL to a value of 12 or large.

D.

Set the same value for both MIN_CLUSTER_COUNT and MAX_CLUSTER_COUNT.

Questions 58

Users who do not have a Snowflake account need access to a staged file. Which command will generate a URL that will provide access to those users?

Options:
A.

BUILD_STAGE_FILE_URL(@ < stage_name > , ' < relative_file_path > ' );

B.

GET_PRESIGNED_URL(@ < stage_name > , ' < relative_file_path > ' , [ < expiration_time > ]);

C.

GET_RELATIVE_PATH(@ < stage_name > , ' < absolute_file_path > ' );

D.

BUILD_SCOPED_FILE_URL(@ < stage_name > , ' < relative_file_path > ' );

Questions 59

A query is using more credits than expected. The Query Profile shows that a majority of the query execution is spent on remote disk I/O.

How can this be prevented m the future?

Options:
A.

Convert the virtual warehouse to Maximized mode.

B.

Increase the size of the virtual warehouse.

C.

Increase the auto suspend time in the virtual warehouse.

D.

Increase the number of clusters in the virtual warehouse.

Questions 60

Which type of Snowflake security policy requires users to re-authenticate after a given period of inactivity?

Options:
A.

Network policy

B.

Password policy

C.

Authentication policy

D.

Session policy