Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Snowflake COF-C02 Practice Exam with Questions & Answers | Set: 15

Questions 211

What are the main differences between the account usage views and the information schema views? (Select TWO).

Options:
A.

No active warehouse to needed to query account usage views but one is needed to query information schema views.

B.

Account usage views do not contain data about tables but information schema views do.

C.

Account issue views contain dropped objects but information schema views do not.

D.

Data retention for account usage views is 1 year but is 7 days to 6 months for information schema views, depending on the view.

E.

Information schema views are read-only but account usage views are not.

Snowflake COF-C02 Premium Access
Questions 212

What is the MINIMUM size requirement when creating a Snowpark-optimized virtual warehouse?

Options:
A.

X-Small

B.

Small

C.

Medium

D.

Large

Questions 213

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

Questions 214

What is the MINIMUM size of a table for which Snowflake recommends considering adding a clustering key?

Options:
A.

1 Kilobyte (KB)

B.

1 Megabyte (MB)

C.

1 Gigabyte (GB)

D.

1 Terabyte (TB)

Questions 215

What action should be taken if a Snowflake user wants to share a newly created object in a database with consumers?

Options:
A.

Use the automatic sharing feature for seamless access.

B.

Drop the object and then re-add it to the database to trigger sharing.

C.

Recreate the object with a different name in the database before sharing.

D.

Use the grant privilege ... TO share command to grant the necessary privileges.

Questions 216

Why is a federated environment used for user authentication in Snowflake?

Options:
A.

To enhance data security and privacy

B.

To provide real-lime monitoring of user activities

C.

To separate user authentication from user access

D.

To enable direct integration with external databases

Questions 217

Which key access control concept does Snowflake descibe as a defined level of access to an object?

Options:
A.

Grant

B.

Privilege

C.

Role

D.

Session

Questions 218

What is a characteristic of a tag associated with a masking policy?

Options:
A.

A tag can be dropped after a masking policy is assigned

B.

A tag can have only one masking policy for each data type.

C.

A tag can have multiple masking policies for each data type.

D.

A tag can have multiple masking policies with varying data types

Questions 219

When an object is created in Snowflake. who owns the object?

Options:
A.

The public role

B.

The user's default role

C.

The current active primary role

D.

The owner of the parent schema

Questions 220

What is the benefit of using the STRIP_OUTER_ARRAY parameter with the COPY INTO

command when loading data from a JSON file into a table?

Options:
A.

It flattens multiple arrays into a single array.

B.

It removes the outer array structure and loads separate rows of data

C.

It transforms a pivoted table into an array.

D.

It tokenizes each data string using the defined delimiters.

command is used when loading data from a JSON file into a table. This parameter removes the outer array structure from the JSON data and loads separate rows of data into the table.

    Understanding the STRIP_OUTER_ARRAY Parameter:

      JSON files often contain data in an array format where multiple records are nested within a single outer array.

      The STRIP_OUTER_ARRAY parameter helps in simplifying the loading process by removing this outer array, allowing each element within the array to be loaded as a separate row in the target table.

    How It Works:

      When the STRIP_OUTER_ARRAY parameter is set to TRUE, Snowflake treats each item within the outer array as an individual record.

      This eliminates the need for additional parsing or transformation steps that would otherwise be required to handle nested arrays.

    Example Usage:

FROM @my_stage/file.json

FILE_FORMAT = (TYPE = 'JSON' STRIP_OUTER_ARRAY = TRUE);

      In this example, the JSON file containing an array of objects is loaded into the table my_table.

      Each object within the array is loaded as a separate row, without the outer array structure.

    Benefits:

      Simplifies data loading: By removing the outer array, the data is directly loaded into the table without additional manipulation.

      Enhances performance: Streamlines the loading process, reducing the complexity and potential errors in handling nested JSON structures.

References:

    Snowflake Documentation: COPY INTO

Snowflake Documentation: JSON File Format Options

Questions 221

In the Data Exchange, who can get or request data from the listings? (Select TWO).

Options:
A.

Users with ACCOUNTADMIN role

B.

Users with sysadmin role

C.

Users with ORGADMIN role

D.

Users with import share privilege

E.

Users with manage grants privilege

Questions 222

What Snowflake objects can contain custom application logic written in JavaScript? (Select TWO)

Options:
A.

Stored procedures

B.

Stages

C.

Tasks

D.

Views

E.

User-Defined Functions (UDFs)

Questions 223

Which task is supported by the use of Access History in Snowflake?

Options:
A.

Data backups

B.

Cost monitoring

C.

Compliance auditing

D.

Performance optimization

Questions 224

When does a materialized view get suspended in Snowflake?

Options:
A.

When a column is added to the base table

B.

When a column is dropped from the base table

C.

When a DML operation is run on the base table

D.

When the base table is reclustered

Questions 225

Which statement describes pruning?

Options:
A.

The filtering or disregarding of micro-partitions that are not needed to return a query.

B.

The return of micro-partitions values that overlap with each other to reduce a query's runtime.

C.

A service that is handled by the Snowflake Cloud Services layer to optimize caching.

D.

The ability to allow the result of a query to be accessed as if it were a table.

PDF + Testing Engine
$164.99
$66
Testing Engine
$124.99
$50
PDF (Q&A)
$104.99
$42