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

Snowflake COF-C02 - SnowPro Core Certification Exam

Page: 16 / 17
Total 1085 questions

What is SnowSQL used for?

A.

Developing dashboards

B.

Loading and unloading data

C.

Developing Snowflake Native Apps

D.

Monitoring data transformation activity

What Snowflake features are recommended to restrict unauthorized users from accessing Personal Identifiable Information (PII)? (Select TWO).

A.

Dynamic Data Masking

B.

Transient tables

C.

Secure views

D.

Multi-Factor Authentication (MFA)

E.

Data encryption

Which Snowflake table is an implicit object layered on a stage, where the stage can be either internal or external?

A.

Directory table

B.

Temporary table

C.

Transient table

D.

A table with a materialized view

Which statement will return all rows from table_A?

A.

SELECT * FROM table_A TABLESAMPLE (0);

B.

SELECT * FROM table_A TABLESAMPLE (100);

C.

SELECT * FROM table_A SAMPLE (10);

D.

SELECT * FROM table_A TABLESAMPLE BERNOULLI (10);

Which virtual warehouse configuration requires the maximum number of clusters to be equal to the minimum number of clusters?

A.

Auto-scale mode

B.

Maximized mode

C.

Standard scaling policy

D.

Economy scaling policy

When would creating and using a standard view be preferable to using a materialized view?

A.

The underlying query of the view takes a lot of time to run.

B.

The underlying query of the view is resource-intensive.

C.

The underlying query of the view is run on large data sets.

D.

The view results change often.

When a replication schedule is set, how does Snowflake manage refreshes for failover groups?

A.

Multiple refreshes will run concurrently.

B.

Only one refresh will run at a time.

C.

Refreshes will run regardless of role privileges.

D.

If the current refresh was delayed, the next scheduled refresh will be canceled.

A Snowflake user is querying JSON data and all values in the result set are wrapped in quotes. Which step will unwrap the data from all the columns in the query results?

A.

Use the TRIM function to remove the quotes.

B.

Use the INSTR function to remove the quotes.

C.

Use the SUBSTRING function to select the values that are inside the quotes.

D.

Use the CAST function to convert the columns to the correct data type.

How does Snowflake Copilot interact with customer data?

A.

Copilot analyzes customer data to optimize query performance.

B.

Copilot provides assistance when creating and interpreting queries.

C.

Copilot rewrites table schemas based on inferred patterns in customer datasets.

D.

Copilot executes stored procedures in response to natural language prompts.

How can unstructured data be processed in a Snowflake stage? (Select TWO).

A.

Use a SQL procedure.

B.

Use external functions.

C.

Use a C# procedure.

D.

Implement a Golang (Go) User-Defined Function (UDF).

E.

Implement a Python User-Defined Function (UDF).

What happens to deleted or modified records during the Time Travel retention period?

A.

They are permanently deleted.

B.

They are moved to a separate table.

C.

They are versioned for recovery.

D.

They are archived in a backup.

What action is required to load data from a local file system into a Snowflake table?

A.

Use the COPY INTO < table > command directly on the local file system.

B.

Upload data files to a Snowflake external stage using the COPY INTO < table > and then use the GET command.

C.

Use the PUT command directly on the local file system.

D.

Upload data files to a Snowflake internal stage using the PUT command and then use the COPY INTO < table > command.

What information is stored in the ACCESS_HlSTORY view?

A.

History of the files that have been loaded into Snowflake

B.

Names and owners of the roles that are currently enabled in the session

C.

Query details such as the objects included and the user who executed the query

D.

Details around the privileges that have been granted for all objects in an account

Which type of role can be granted to a share?

A.

Account role

B.

Custom role

C.

Database role

D.

Secondary role

Which actions can be performed using a resource monitor in Snowflake? (Select TWO).

A.

Monitor the performance of individual queries in real-time

B.

Automatically allocate more storage space to a virtual warehouse

C.

Modify the queries being executed within a virtual warehouse.

D.

Suspend a virtual warehouse when its credit usage reaches a defined limit.

E.

Trigger a notification to account administrators when credit usage reaches a specified threshold

Which security feature supports the replacement of active keys to enhance key-pair authentication?

A.

Authentication

B.

Passkeys

C.

Rotation

D.

Time-based one-time passcodes

What common query issues can be identified using the Query Profile? (Select TWO)

A.

Exploding joins

B.

UNIONS without ALL

C.

Insufficient role permissions

D.

Invalid SQL syntax

E.

An incorrect filter condition in a WHERE clause

What would cause different results to be returned when running the same query twice?

A.

SAMPLE is used and the seed is set

B.

sample is used and the seed is not set.

C.

Fraction-based sampling is used.

D.

Fixed-size sampling Is used.

What object or service uses Change Data Capture (CDC) to record Data Manipulation Language (DML) changes made to tables?

A.

Task

B.

Stream

C.

Snowpipe

D.

Event Table

Which command should be used to assign a key to a Snowflake user who needs to connect using key pair authentication?

A.

ALTER USER jsmith SET RSA_P8_KEY= ' MIIBIjANBgkqh... ' ;

B.

ALTER USER jsmith SET ENCRYPTED_KEY=’MIIBIjANBgkqh... ' ;

C.

ALTER USER jsmith SET RSA_PRIVATE_KEY= ' MIIBIjANBgkqh... ' ;

D.

ALTER USER jsmith SET RSA_PUBLIC_KEY-MIIBIjANBgkqh... ' ;