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

Viewing page 3 out of 14 pages
Viewing questions 41-60 out of questions
Questions # 41:

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;


Expert Solution
Questions # 42:

Which of the following Snowflake features provide continuous data protection automatically? (Select TWO).

Options:

A.

Internal stages


B.

Incremental backups


C.

Time Travel


D.

Zero-copy clones


E.

Fail-safe


Expert Solution
Questions # 43:

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 # 44:

True or False: It is possible for a user to run a query against the query result cache without requiring an active Warehouse.

Options:

A.

True


B.

False


Expert Solution
Questions # 45:

What is the recommended file sizing for data loading using Snowpipe?

Options:

A.

A compressed file size greater than 100 MB, and up to 250 MB


B.

A compressed file size greater than 100 GB, and up to 250 GB


C.

A compressed file size greater than 10 MB, and up to 100 MB


D.

A compressed file size greater than 1 GB, and up to 2 GB


Expert Solution
Questions # 46:

Which virtual warehouse consideration can help lower compute resource credit consumption?

Options:

A.

Setting up a multi-cluster virtual warehouse


B.

Resizing the virtual warehouse to a larger size


C.

Automating the virtual warehouse suspension and resumption settings


D.

Increasing the maximum cluster count parameter for a multi-cluster virtual warehouse


Expert Solution
Questions # 47:

A size Small standard virtual warehouse running in auto-suspend mode is used for a production Business Intelligence (BI) reporting environment. The BI reports generate quickly in the early morning, but as the day progresses and there are more users, it takes longer to run the reports. How can this situation be addressed?

Options:

A.

Enable the query acceleration service.


B.

Increase the size of the virtual warehouse.


C.

Disable the auto-suspend mode.


D.

Change the standard warehouse to a multi-cluster warehouse.


Expert Solution
Questions # 48:

How can network and private connectivity security be managed in Snowflake?

Options:

A.

By setting up network policies with IPv4 IP addresses


B.

By putting the Snowflake URL on the allowed list for get method responses


C.

By manually setting up vulnerability patch management policies


D.

By manually setting up an Intrusion Prevention System (IPS) on each account


Expert Solution
Questions # 49:

When used with the UNLOAD command, which parameter specifies the destination of unloaded data?

Options:

A.

COPY INTO <title name>


B.

COPY INTO


C.

GET


D.

PUT


Expert Solution
Questions # 50:

Which Snowflake native tool can be used to diagnose and troubleshoot network connections?

Options:

A.

SnowSQL


B.

Snowflake Python connector


C.

Snowsight


D.

SnowCD


Expert Solution
Questions # 51:

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 # 52:

While preparing to unload data in Snowflake, the file format option can be specified in which commands? (Select TWO).

Options:

A.

GET


B.

CREATE STAGE


C.

PUT


D.

COPY INTO


E.

CREATE PIPE


Expert Solution
Questions # 53:

When a schema is cloned what happens to the tags that reside in that schema or database?

Options:

A.

The tags are deleted and must be redefined in the target schema.


B.

The tags remain in the source schema unchanged.


C.

The tags become temporarily inactive until they are manually reactivated.


D.

The tags are automatically cloned with the schema, maintaining all associations.


Expert Solution
Questions # 54:

Which Snowflake feature records changes mace to a table so actions can be taken using that change data capture?

Options:

A.

Materialized View


B.

Pipe


C.

Stream


D.

Task


Expert Solution
Questions # 55:

When a Snowflake user loads CSV data from a stage, which copy into <title> command guideline should they follow?

Options:

A.

The CSV field delimiter must be a comma character (*,"),


B.

The number of columns in each row should be consistent.


C.

The data file in the stage must be in a compressed format.


D.

The data file must have the same number of columns as the target table.


Expert Solution
Questions # 56:

What does the Activity area of Snowsight allow users to do? (Select TWO).

Options:

A.

Schedule automated data backups.


B.

Explore each step of an executed query.


C.

Monitor queries executed by users in an account.


D.

Create and manage user roles and permissions.


E.

Access Snowflake Marketplace to find and integrate datasets.


Expert Solution
Questions # 57:

Which command will create an ARRAY output from inputs 'a' and 'b'?

Options:

A.

ARRAY_CONSTRUCT('a', 'b');


B.

TO_ARRAY('a', 'b');


C.

AS_ARRAY('a', 'b');


D.

LISTAGG('a', 'b');


Expert Solution
Questions # 58:

At what levels can a network policy be configured in Snowflake? (Select TWO).

Options:

A.

Role level


B.

User level


C.

Account level


D.

Database level


E.

Virtual warehouse level


Expert Solution
Questions # 59:

The ORDERS table contains 12,000 rows.

Which query will return 10 rows that are randomly sampled from the table every time the query is run?

Options:

A.

select * from ORDERS fetch 10;


B.

select * from ORDERS limit 10;


C.

select * from ORDERS sample (10);


D.

select * from ORDERS tablesample (10 rows);


Expert Solution
Questions # 60:

When tracking data storage metrics, how can a user identify deleted bytes that are still accruing storage charges?

Options:

A.

Query the DATABASE_STORAGE_USAGE_HISTORY view in ACCOUNT_USAGE.


B.

Query the TABLE_STORAGE_METRICS view in the INFORMATION_SCHEMA.


C.

Query the STORAGE_USAGE view in ACCOUNT_USAGE.


D.

Use the DATABASE_STORAGE_USAGE_HISTORY table function.


Expert Solution
Viewing page 3 out of 14 pages
Viewing questions 41-60 out of questions