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: 8

Questions 141

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

Snowflake COF-C03 Premium Access
Questions 142

A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:

COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)

The load failed with this error:

Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.

How can this issue be resolved?

Options:
A.

Compress the file and load the compressed file.

B.

Split the file into multiple files in the recommended size range (100 MB - 250 MB).

C.

Use a larger-sized warehouse.

D.

Set STRIP_OUTER_ARRAY=TRUE in the COPY INTO command.

Questions 143

What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?

Options:
A.

30 days

B.

7 days

C.

48 hours

D.

24 hours

Questions 144

How many days is load history for Snowpipe retained?

Options:
A.

1 day

B.

7 days

C.

14 days

D.

64 days

Questions 145

The Snowflake cloud services layer is responsible for which tasks? (Choose two.)

Options:
A.

Local disk caching

B.

Authentication and access control

C.

Metadata management

D.

Query processing

E.

Database storage

Questions 146

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

Questions 147

Which of the following statements apply to Snowflake in terms of security? (Choose two.)

Options:
A.

Snowflake leverages a Role-Based Access Control (RBAC) model.

B.

Snowflake requires a user to configure an IAM user to connect to the database.

C.

All data in Snowflake is encrypted.

D.

Snowflake can run within a user ' s own Virtual Private Cloud (VPC).

E.

All data in Snowflake is compressed.

Questions 148

What type of query benefits the MOST from search optimization?

Options:
A.

A query that uses only disjunction (i.e., OR) predicates

B.

A query that includes analytical expressions

C.

A query that uses equality predicates or predicates that use IN

D.

A query that filters on semi-structured data types

Questions 149

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

Questions 150

In the Snowflake access control model, which entity owns an object by default?

Options:
A.

The user who created the object

B.

The SYSADMIN role

C.

Ownership depends on the type of object

D.

The role used to create the object

Questions 151

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

Questions 152

Which command should be used to download files from a Snowflake stage to a local folder on a client ' s machine?

Options:
A.

PUT

B.

GET

C.

COPY

D.

SELECT

Questions 153

How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?

Options:
A.

Configure the warehouse to a size larger than generally required

B.

Set the minimum and maximum clusters to autoscale

C.

Use the standard warehouse scaling policy

D.

Use the economy warehouse scaling policy

Questions 154

Which statement is true about running tasks in Snowflake?

Options:
A.

A task can be called using a CALL statement to run a set of predefined SQL commands.

B.

A task allows a user to execute a single SQL statement/command using a predefined schedule.

C.

A task allows a user to execute a set of SQL commands on a predefined schedule.

D.

A task can be executed using a SELECT statement to run a predefined SQL command.

Questions 155

A running virtual warehouse is suspended.

What is the MINIMUM amount of time that the warehouse will incur charges for when it is restarted?

Options:
A.

1 second

B.

60 seconds

C.

5 minutes

D.

60 minutes

Questions 156

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

Questions 157

What is true about sharing data in Snowflake? (Choose two.)

Options:
A.

The Data Consumer pays for data storage as well as for data computing.

B.

The shared data is copied into the Data Consumer account, so the Consumer can modify it without impacting the base data of the Provider.

C.

A Snowflake account can both provide and consume shared data.

D.

The Provider is charged for compute resources used by the Data Consumer to query the shared data.

E.

The Data Consumer pays only for compute resources to query the shared data.

Questions 158

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

Questions 159

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

Questions 160

Snowflake supports the use of external stages with which cloud platforms? (Choose three.)

Options:
A.

Amazon Web Services

B.

Docker

C.

IBM Cloud

D.

Microsoft Azure Cloud

E.

Google Cloud Platform

F.

Oracle Cloud