Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

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

Viewing page 4 out of 15 pages
Viewing questions 61-80 out of questions
Questions # 61:

Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)

Options:

A.

CONTENT


B.

PATH


C.

BYTE_SIZE


D.

INDEX


E.

DATATYPE


Expert Solution
Questions # 62:

When loading data into Snowflake, how should the data be organized?

Options:

A.

Into single files with 100-250 MB of compressed data per file


B.

Into single files with 1-100 MB of compressed data per file


C.

Into files of maximum size of 1 GB of compressed data per file


D.

Into files of maximum size of 4 GB of compressed data per file


Expert Solution
Questions # 63:

Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?

Options:

A.

External Tokenization


B.

External Tables


C.

Materialized Views


D.

User-Defined Table Functions (UDTF)


Expert Solution
Questions # 64:

In an auto-scaling multi-cluster virtual warehouse with the setting SCALING_POLICY = ECONOMY enabled, when is another cluster started?

Options:

A.

When the system has enough load for 2 minutes


B.

When the system has enough load for 6 minutes


C.

When the system has enough load for 8 minutes


D.

When the system has enough load for 10 minutes


Expert Solution
Questions # 65:

The is the minimum Fail-safe retention time period for transient tables?

Options:

A.

1 day


B.

7 days


C.

12 hours


D.

0 days


Expert Solution
Questions # 66:

What are the responsibilities of Snowflake's Cloud Service layer? (Choose three.)

Options:

A.

Authentication


B.

Resource management


C.

Virtual warehouse caching


D.

Query parsing and optimization


E.

Query execution


F.

Physical storage of micro-partitions


Expert Solution
Questions # 67:

What affects whether the query results cache can be used?

Options:

A.

If the query contains a deterministic function


B.

If the virtual warehouse has been suspended


C.

If the referenced data in the table has changed


D.

If multiple users are using the same virtual warehouse


Expert Solution
Questions # 68:

Which of the following statements describe features of Snowflake data caching? (Choose two.)

Options:

A.

When a virtual warehouse is suspended, the data cache is saved on the remote storage layer.


B.

When the data cache is full, the least-recently used data will be cleared to make room.


C.

A user can only access their own queries from the query result cache.


D.

A user must set USE_METADATA_CACHE to TRUE to use the metadata cache in queries.


E.

The RESULT_SCAN table function can access and filter the contents of the query result cache.


Expert Solution
Questions # 69:

What impacts the credit consumption of maintaining a materialized view? (Choose two.)

Options:

A.

Whether or not it is also a secure view


B.

How often the underlying base table is queried


C.

How often the base table changes


D.

Whether the materialized view has a cluster key defined


E.

How often the materialized view is queried


Expert Solution
Questions # 70:

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

How are serverless features billed?

Options:

A.

Per second multiplied by an automatic sizing for the job


B.

Per minute multiplied by an automatic sizing for the job, with a minimum of one minute


C.

Per second multiplied by the size, as determined by the SERVERLESS_FEATURES_SIZE account parameter


D.

Serverless features are not billed, unless the total cost for the month exceeds 10% of the warehouse credits, on the account


Expert Solution
Questions # 72:

Which of the following are best practices for loading data into Snowflake? (Choose three.)

Options:

A.

Aim to produce data files that are between 100 MB and 250 MB in size, compressed.


B.

Load data from files in a cloud storage service in a different region or cloud platform from the service or region containing the Snowflake account, to save on cost.


C.

Enclose fields that contain delimiter characters in single or double quotes.


D.

Split large files into a greater number of smaller files to distribute the load among the compute resources in an active warehouse.


E.

When planning which warehouse(s) to use for data loading, start with the largest warehouse possible.


F.

Partition the staged data into large folders with random paths, allowing Snowflake to determine the best way to load each file.


Expert Solution
Questions # 73:

What is the minimum Snowflake edition that has column-level security enabled?

Options:

A.

Standard


B.

Enterprise


C.

Business Critical


D.

Virtual Private Snowflake


Expert Solution
Questions # 74:

What is the following SQL command used for?

Select * from table(validate(t1, job_id => '_last'));

Options:

A.

To validate external table files in table t1 across all sessions


B.

To validate task SQL statements against table t1 in the last 14 days


C.

To validate a file for errors before it gets executed using a COPY command


D.

To return errors from the last executed COPY command into table t1 in the current session


Expert Solution
Questions # 75:

When cloning a database, what is cloned with the database? (Choose two.)

Options:

A.

Privileges on the database


B.

Existing child objects within the database


C.

Future child objects within the database


D.

Privileges on the schemas within the database


E.

Only schemas and tables within the database


Expert Solution
Questions # 76:

A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.

Which Snowflake feature will support this?

Options:

A.

Row access policies


B.

Data masking policies


C.

Data encryption


D.

Role based access control


Expert Solution
Questions # 77:

Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.

Which SQL command should be used to delete the files?

Options:

A.

PURGE


B.

MODIFY


C.

REMOVE


D.

DELETE


Expert Solution
Questions # 78:

When should a multi-cluster warehouse be used in auto-scaling mode?

Options:

A.

When it is unknown how much compute power is needed


B.

If the select statement contains a large number of temporary tables or Common Table Expressions (CTEs)


C.

If the runtime of the executed query is very slow


D.

When a large number of concurrent queries are run on the same warehouse


Expert Solution
Questions # 79:

A single user of a virtual warehouse has set the warehouse to auto-resume and auto-suspend after 10 minutes. The warehouse is currently suspended and the user performs the following actions:

1. Runs a query that takes 3 minutes to complete

2. Leaves for 15 minutes

3. Returns and runs a query that takes 10 seconds to complete

4. Manually suspends the warehouse as soon as the last query was completed

When the user returns, how much billable compute time will have been consumed?

Options:

A.

4 minutes


B.

10 minutes


C.

14 minutes


D.

24 minutes


Expert Solution
Questions # 80:

What are common issues found by using the Query Profile? (Choose two.)

Options:

A.

Identifying queries that will likely run very slowly before executing them


B.

Locating queries that consume a high amount of credits


C.

Identifying logical issues with the queries


D.

Identifying inefficient micro-partition pruning


E.

Data spilling to a local or remote disk


Expert Solution
Viewing page 4 out of 15 pages
Viewing questions 61-80 out of questions