Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Snowflake COF-C03 Practice Exam with Questions & Answers | Set: 16

Questions 301

What MINIMUM privilege is required on the external stage for any role in the GET REST API to access unstructured data files using a file URL?

Options:
A.

READ

B.

OWNERSHIP

C.

USAGK

D.

WRTTF

Snowflake COF-C03 Premium Access
Questions 302

Credit charges for Snowflake virtual warehouses are calculated based on which of the following considerations? (Choose two.)

Options:
A.

The number of queries executed

B.

The number of active users assigned to the warehouse

C.

The size of the virtual warehouse

D.

The length of time the warehouse is running

E.

The duration of the queries that are executed

Questions 303

At what levels can a resource monitor be configured? (Select TWO).

Options:
A.

Account

B.

Database

C.

Organization

D.

Schema

E.

Virtual warehouse

Questions 304

Which privilege is required for a role to be able to resume a suspended warehouse if auto-resume is not enabled?

Options:
A.

USAGE

B.

OPERATE

C.

MONITOR

D.

MODIFY

Questions 305

Which SQL command can be used to see the CREATE definition of a masking policy?

Options:
A.

SHOW MASKING POLICIES

B.

DESCRIBE MASKING POLICY

C.

GET_DDL

D.

LIST MASKING POLICIES

Questions 306

What is the recommended compressed file size range for continuous data loads using Snowpipe?

Options:
A.

8-16 MB

B.

16-24 MB

C.

10-99 MB

D.

100-250 MB

Questions 307

Which Snowflake URL type allows users or applications to download or access files directly from Snowflake stage without authentication?

Options:
A.

Directory

B.

File

C.

Pre-signed

D.

Scoped

Questions 308

What is used to diagnose and troubleshoot network connections to Snowflake?

Options:
A.

SnowCD

B.

Snowpark

C.

Snowsight

D.

SnowSQL

Questions 309

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 310

When unloading data to an external stage, what is the MAXIMUM file size supported?

Options:
A.

1 GB

B.

5 GB

C.

10 GB

D.

16 GB

Questions 311

The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?

Options:
A.

USERADMIN

B.

PUBLIC

C.

ORGADMIN

D.

SYSADMIN

Questions 312

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 313

What happens when a database is cloned?

Options:
A.

It does not retain any privileges granted on the source object.

B.

It replicates all granted privileges on the corresponding source objects.

C.

It replicates all granted privileges on the corresponding child objects.

D.

It replicates all granted privileges on the corresponding child schema objects.

Questions 314

How can a user improve the performance of a single large complex query in Snowflake?

Options:
A.

Scale up the virtual warehouse.

B.

Scale out the virtual warehouse.

C.

Enable standard warehouse scaling.

D.

Enable economy warehouse scaling.

Questions 315

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 316

Which task privilege does a Snowflake role need in order to suspend or resume a task?

Options:
A.

USAGE

B.

OPERATE

C.

MONITOR

D.

OWNERSHIP

Questions 317

Which Snowflake edition enables data sharing only through Snowflake Support?

Options:
A.

Virtual Private Snowflake

B.

Business Critical

C.

Enterprise

D.

Standard

Questions 318

Network policies can be applied to which of the following Snowflake objects? (Choose two.)

Options:
A.

Roles

B.

Databases

C.

Warehouses

D.

Users

E.

Accounts

Questions 319

Which commands should be used to grant the privilege allowing a role to select data from all current tables and any tables that will be created later in a schema? (Choose two.)

Options:
A.

grant USAGE on all tables in schema DB1.SCHEMA to role MYROLE;

B.

grant USAGE on future tables in schema DB1.SCHEMA to role MYROLE;

C.

grant SELECT on all tables in schema DB1.SCHEMA to role MYROLE;

D.

grant SELECT on future tables in schema DB1.SCHEMA to role MYROLE;

E.

grant SELECT on all tables in database DB1 to role MYROLE;

F.

grant SELECT on future tables in database DB1 to role MYROLE;

Questions 320

How many network policies can be assigned to an account or specific user at a time?

Options:
A.

One

B.

Two

C.

Three

D.

Unlimited