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

Questions 241

Which Snowflake object type can be used to restrict users from viewing the DDL associated with an object?

Options:
A.

Materialized view

B.

Secure view

C.

Data masking policy

D.

Stored procedure

Snowflake COF-C03 Premium Access
Questions 242

Who can access the data published in a Data Exchange?

Options:
A.

Only the data provider who published the data

B.

Any Snowflake user, regardless of their role or permissions

C.

Any user who has been provided with a unique Data Exchange URL

D.

Only the users that the data provider has invited to the Data Exchange

Questions 243

A user frequently runs a reporting query that returns the total record count and the minimum and maximum timestamp from a 100 TB fact table.

The table is loaded once per week and remains static between loads. The reporting query runs hundreds of times per day and causes significant warehouse-credit consumption because it repeatedly scans the fact table.

Which object will improve performance, minimize repeated query-compute costs, and provide the fastest response time?

Options:
A.

Standard view

B.

Dynamic table

C.

Temporary table

D.

Materialized view

Questions 244

A virtual warehouse has the same value for MIN_CLUSTER_COUNT and MAX_CLUSTER_COUNT. What will happen when the warehouse is started?

Options:
A.

Snowflake will start all available clusters.

B.

Snowflake will start enough clusters to handle the current workload.

C.

Snowflake will start a single cluster and will start additional clusters as soon as queries are in the queue for more than 6 minutes.

D.

Snowflake will start a single cluster and will start an additional cluster once it estimates there is enough query load to keep the new cluster running for 6 minutes.

Questions 245

What is the data lineage feature used for in Snowflake?

Options:
A.

To track how records are read by a user

B.

To track dependencies at the object level

C.

To track how data has been transformed among columns

D.

To track how transformation processes have impacted individual records

Questions 246

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

Options:
A.

X-Small

B.

Small

C.

Medium

D.

Large

Questions 247

Which feature is designed to reduce security risks associated with an individual user ' s password authentication?

Options:
A.

Multi-Factor Authentication, or MFA

B.

Standard authentication

C.

Snowflake OAuth

D.

External OAuth

Questions 248

What persistent data structures are used by the search optimization service to improve the performance of point lookups?

Options:
A.

Micro-partitions

B.

Clustering keys

C.

Equality searches

D.

Search access paths

Questions 249

Which functions can be used to extract values from a VARIANT column by specifying a hierarchy name? Select TWO.

Options:
A.

GET()

B.

TO_JSON()

C.

GET_PATH()

D.

PARSE_JSON()

E.

LATERAL FLATTEN

Questions 250

What is the primary purpose for configuring multiple Identity Providers, or IdPs, in Snowflake?

Options:
A.

To enforce complex password rules

B.

To improve the performance of a query

C.

To manage encryption keys for secure data storage

D.

To allow different authentication methods for multiple user groups

Questions 251

Which table type is used in the file processing pipeline to process unstructured data in Snowflake?

Options:
A.

Temporary

B.

Directory

C.

Standard

D.

Transient

Questions 252

How can a 5 GB table be downloaded into a single file MOST efficiently?

Options:
A.

Keep the default MAX_FILE_SIZE to 16 MB

B.

Set the default MAX_FILE_SI2E to 5 GB.

C.

Set the SINGLE parameter to TRUE.

D.

Use a regular expression in the stage specifications of the COPY command.

Questions 253

A table was created using this statement:

COF-C03 Question 253

Which feature of this table will incur both compute and storage costs?

Options:
A.

The row access policy

B.

The Automatic Clustering

C.

The Dynamic Data Masking policy

D.

The not null constraint

Questions 254

What is the purpose of this Snowflake function? Select TWO.

SYSTEM$PIPE_STATUS( ' < pipe_name > ' )

Options:
A.

To identify the name of a pipe

B.

To modify the configuration of a pipe

C.

To determine if the pipe is suspended

D.

To troubleshoot errors in a pipe execution

E.

To list all staged files that include data unloaded from a pipe

Questions 255

Which Snowflake service is managed within the Cloud Services layer?

Options:
A.

Data storage

B.

File compression

C.

Query processing

D.

Infrastructure management

Questions 256

Which data protection feature should only be used when all other data recovery options have been attempted?

Options:
A.

Time Travel

B.

Cloning

C.

Replication

D.

Fail-safe

Questions 257

When an ACCOUNTADMIN grants a user a custom role, which additional privileges will the user have by default?

Options:
A.

The privileges that have been granted to the ACCOUNTADMIN role

B.

The privileges on objects held by the custom role

C.

The privileges accessed by the PUBLIC role

D.

The privileges accessed by the USERADMIN role

Questions 258

What can be shared when the SECURE_OBJECTS_ONLY property is set to FALSE?

Options:
A.

View

B.

Stored procedure

C.

Storage integration access

D.

User-Defined Function, or UDF

Questions 259

Use of which file function allows a user to share unstructured data from an internal stage with an external reporting tool that does not have access to Snowflake " >

Options:
A.

BUILD_SCOPED_FILE_URL

B.

GET_PRESIGNED_URL

C.

BUILD_STAGE_FILE_URL

D.

GET_STAGE_LOCATION

Questions 260

A Snowflake user is trying to load a 125 GB file using SnowSQL. The file continues to load for almost an entire day. What will happen at the 2 < hour mark?

Options:
A.

The file will continue to load until all contents arc loaded.

B.

The tile will slop loading and all data up to that point will be committed.

C.

The file loading could be aborted without any portion of the file being committed.

D.

The file ' s number of allowable hours to load can be programmatically controlled to load easily into Snowflake