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

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

Which object type is granted permissions for reading a table?

Options:

A.

User


B.

Role


C.

Attribute


D.

Schema


Expert Solution
Questions # 62:

What does Snowflake recommend when planning virtual warehouse usage for a data load?

Options:

A.

Load the fewest possible number of large files.


B.

Dedicate a separate warehouse for loading data.


C.

Increase the size of the warehouse used.


D.

Use several single-duster warehouses.


Expert Solution
Questions # 63:

How is Single Sign-On (SSO) authentication used in Snowflake?

Options:

A.

SSO is an authentication method which uses a pair of keys, a public key and a private key. to verify the identity of a user.


B.

SSO is an authentication method that uses a username and password in the API request header.


C.

SSO is an authentication method that allows a user to sign into multiple applications with a single set of credentials.


D.

SSO is an integrated Snowflake feature powered by the Duo Security service which is managed completely by Snowflake.


Expert Solution
Questions # 64:

A JSON document is stored in the source_colum of type VARIANT. The document has an array called elements. The array contains the name key that has a string value How can a Snowflake user extract the name from the first element?

Options:

A.

Source_column.element[1]:name


B.

Source_column.element[0]:name


C.

Source_column.element[1].name


D.

Source_column.element[0]:name


Expert Solution
Questions # 65:

Which chart type is supported in Snowsight for Snowflake users to visualize data with dashboards?

Options:

A.

Area chart


B.

Box plot


C.

Heat grid


D.

Pie chart


Expert Solution
Questions # 66:

When a schema is cloned, what will happen if the schema includes a table with a column that references a sequence that generates default values? (Select TWO).

Options:

A.

If the table and sequence are in the same schema, the cloned table will reference the source sequence.


B.

If the table and sequence are in the same schema, the cloned table will reference the cloned sequence.


C.

If the table and sequence are in different schemas, the cloned table will reference the source sequence.


D.

If the table and sequence are in different schemas, the cloned table will no longer have a default value for the column.


E.

If the table and sequence are in the same schema, the cloned table will use the most-recently generated value from the source sequence.


Expert Solution
Questions # 67:

What happens when a table or schema with a standard retention period is dropped?

Options:

A.

The object is immediately removed from the system.


B.

The object is instantaneously moved to Fail-safe.


C.

The object is retained but all associated data is immediately purged.


D.

The object is retained for the data retention period.


Expert Solution
Questions # 68:

Based on Snowflake recommendations, when creating a hierarchy of custom roles, the top-most custom role should be assigned to which role?

Options:

A.

ACCOUNTADMIN


B.

SECURITYADMIN


C.

SYSADMIN


D.

USERADMIN


Expert Solution
Questions # 69:

Which Query Profile operator is considered a DML operator?

Options:

A.

ExternalScan


B.

Flatten


C.

Merge


D.

Sort


Expert Solution
Questions # 70:

What is the PRIMARY factor that determines the cost of using a virtual warehouse in Snowflake?

Options:

A.

The type of SQL statements executed


B.

The number of tables or databases queried


C.

The amount of data stored in the warehouse


D.

The length of time the compute resources in each cluster run


Expert Solution
Questions # 71:

Why would a Snowflake user load JSON data into a VARIANT column instead of a string column?

Options:

A.

A VARIANT column is more secure than a string column


B.

A VARIANT column compresses data and a string column does not.


C.

A variant column can be used to create a data hierarchy and a string column cannot


D.

A VARIANT column will have a better query performance than a string column.


Expert Solution
Questions # 72:

What is the MINIMUM Snowflake edition that supports the periodic rekeying of encrypted data?

Options:

A.

Standard


B.

Enterprise


C.

Business Critical


D.

Virtual Private Snowflake (VPS)


Expert Solution
Questions # 73:

What is the primary purpose of using a masking policy in Snowflake?

Options:

A.

To protect sensitive data from unauthorized access when queries are run.


B.

To automatically encrypt sensitive data when data is stored in Snowflake.


C.

To protect multiple columns that have different data types in a given table.


D.

To protect both column-level and row-level data.


Expert Solution
Questions # 74:

A user executed a SELECT query in Snowsight which returned a 1 GB result set. The user then downloads the files.

What will occur?

Options:

A.

The result set will be successfully downloaded from Snowsight.


B.

The result set will be automatically compressed and the data will be downloaded as individual files.


C.

The download will fail because the result set needs to be broken up into files no greater than 50 MB before downloading.


D.

The download will result in an error because the filters of the SELECT query need to be changed so that Snowsight returns a smaller result set.


Expert Solution
Questions # 75:

How does Snowflake define i1s approach to Discretionary Access Control (DAC)?

Options:

A.

A defined level of access to an object


B.

An entity in which access can be granted


C.

Each object has an owner, who can in turn grail access to that object.


D.

Access privileges are assigned to roles. which are in turn assigned to use's


Expert Solution
Questions # 76:

Which command will indicate whether a materialized view is being used in a query?

Options:

A.

SHOW


B.

DESCRIBE


C.

EXPLAIN


D.

USE


Expert Solution
Questions # 77:

What are potential impacts of storing non-native values like dates and timestamps in a variant column in Snowflake?

Options:

A.

Faster query performance and increased storage consumption


B.

Slower query performance and increased storage consumption


C.

Faster query performance and decreased storage consumption


D.

Slower query performance and decreased storage consumption


Expert Solution
Questions # 78:

What can be used to process unstructured data?

Options:

A.

External tables


B.

The copy into <title> command


C.

External functions


D.

Snowpipe


Expert Solution
Questions # 79:

Which command is used to remove files from either external cloud storage or an internal staged

Options:

A.

DELETE


B.

REMOVE


C.

TRUNCATE


D.

DROP


Expert Solution
Questions # 80:

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

Options:

A.

SELECT COUNT(*) FROM <title>;


B.

DELETE FROM <title>;


C.

UPDATE <title> SET;


D.

DROP TABLE <title>;


E.

SELECT CURRENT_DATABASE();


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