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

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

Questions 91

A user has semi-structured data to load into Snowflake but is not sure what types of operations will need to be performed on the data. Based on this situation, what type of column does Snowflake recommend be used?

Options:
A.

ARRAY

B.

OBJECT

C.

TEXT

D.

VARIANT

Snowflake COF-C02 Premium Access
Questions 92

When unloading data, which file format preserves the data values for floating-point number columns?

Options:
A.

Avro

B.

CSV

C.

JSON

D.

Parquet

Questions 93

What is the recommended way to change the existing file format type in my format from CSV to JSON?

Options:
A.

ALTER FILE FORMAT my_format SET TYPE=JSON;

B.

ALTER FILE FORMAT my format SWAP TYPE WITH JSON;

C.

CREATE OR REPLACE FILE FORMAT my format TYPE-JSON;

D.

REPLACE FILE FORMAT my format TYPE-JSON;

Questions 94

What does Snowflake recommend regarding database object ownership? (Select TWO).

Options:
A.

Create objects with ACCOUNTADMIN and do not reassign ownership.

B.

Create objects with SYSADMIN.

C.

Create objects with SECURITYADMIN to ease granting of privileges later.

D.

Create objects with a custom role and grant this role to SYSADMIN.

E.

Use only MANAGED ACCESS SCHEMAS for66 objects owned by ACCOUNTADMIN.

Questions 95

Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)

Options:
A.

SHOW STORAGE BY TABLE;

B.

SHOW TABLES;

C.

Information Schema -> TABLE_HISTORY

D.

Information Schema -> TABLE_FUNCTION

E.

Information Schema -> TABLE_STORAGE_METRICS

Questions 96

Which features could be used to improve the performance of queries that return a small subset of rows from a large table? (Select TWO).

Options:
A.

Search optimization service

B.

Automatic clustering

C.

Row access policies

D.

Multi-cluster virtual warehouses

E.

Secure views

Questions 97

If queries start to queue in a multi-cluster virtual warehouse, an additional compute cluster starts immediately under what setting?

Options:
A.

Auto-scale mode

B.

Maximized mode

C.

Economy scaling policy

D.

Standard scaling policy

Questions 98

What happens to the shared objects for users in a consumer account from a share, once a database has been created in that account?

Options:
A.

The shared objects are transferred.

B.

The shared objects are copied.

C.

The shared objects become accessible.

D.

The shared objects can be re-shared.

Questions 99

How can a Snowflake user access a JSON object, given the following table? (Select TWO).

COF-C02 Question 99

Options:
A.

src:salesperson.name

B.

src:sa1esPerson. name

C.

src:salesperson.Name

D.

SRC:salesperson.name

E.

SRC:salesperson.Name

Questions 100

Which type of join will list a I rows in the specified table, even if those rows have no match in the other table?

Options:
A.

Cross join

B.

Inner join

C.

Natural join

D.

Outer join

Questions 101

What can a Snowflake user do in the Admin area of Snowsight?

Options:
A.

Analyze query performance.

B.

Write queries and execute them.

C.

Provide an overview of the listings in the Snowflake Marketplace.

D.

Connect to Snowflake partners to explore extended functionality.

Questions 102

What is the purpose of using the OBJECT_CONSTRUCT function with me COPY INTO command?

Options:
A.

Reorder the rows in a relational table and then unload the rows into a file

B.

Convert the rows in a relational table lo a single VARIANT column and then unload the rows into a file.

C.

Reorder the data columns according to a target table definition and then unload the rows into the table.

D.

Convert the rows in a source file to a single variant column and then load the rows from the file to a variant table.

Questions 103

A company needs to read multiple terabytes of data for an initial load as part of a Snowflake migration. The company can control the number and size of CSV extract files.

How does Snowflake recommend maximizing the load performance?

Options:
A.

Use auto-ingest Snowpipes to load large files in a serverless model.

B.

Produce the largest files possible, reducing the overall number of files to process.

C.

Produce a larger number of smaller files and process the ingestion with size Small virtual warehouses.

D.

Use an external tool to issue batched row-by-row inserts within BEGIN TRANSACTION and COMMIT commands.

Questions 104

Which stream type can be used for tracking the records in external tables?

Options:
A.

Append-only

B.

External

C.

Insert-only

D.

Standard

Questions 105

For the ALLOWED VALUES tag property, what is the MAXIMUM number of possible string values for a single tag?

Options:
A.

10

B.

50

C.

64

D.

256