Weekend Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Snowflake COF-C03 Dumps Questions Answers

Page: 1 / 84
Total 1160 questions

SnowPro Core Certification 2026 Exam Questions and Answers

Question 1

A user with which privileges can create or manage other users in a Snowflake account? (Select TWO).

Options:

A.

GRANT

B.

SELECT

C.

MODIFY

D.

OWNERSHIP

E.

CREATE USER

Buy Now
Question 2

Which solution improves the performance of point lookup queries that return a small number of rows from large tables using highly selective filters?

Options:

A.

Automatic clustering

B.

Materialized views

C.

Query acceleration service

D.

Search optimization service

Question 3

Which VALIDATION_MODE value will return the errors across the files specified in a COPY command, including files that were partially loaded during an earlier load?

Options:

A.

RETURN_-1_R0WS

B.

RETURN_n_ROWS

C.

RETURN_ERRORS

D.

RETURN ALL ERRORS

Question 4

What are key characteristics of virtual warehouses in Snowflake? (Select TWO).

Options:

A.

Warehouses that are multi-cluster can have nodes of different sizes.

B.

Warehouses can be started and stopped at any time.

C.

Warehouses can be resized at any time, even while running.

D.

Warehouses are billed on a per-minute usage basis.

E.

Warehouses can only be used for querying and cannot be used for data loading.

Question 5

Which Snowflake command can be used to unload the result of a query to a single file?

Options:

A.

Use COPY INTO < external stage > followed by a GET command to download the file.

B.

Use COPY INTO < internal stage > followed by a put command to download the file.

C.

Use COPY INTO < internal stage > with SINGLE = TRUE followed by a GET command to download the file.

D.

Use COPY INTO < external stage > with SINGLE = TRUE followed by a PUT command to download the file.

Question 6

A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database.

Which CREATE object statement will automatically assign the TABLE_A tag to a target object?

Options:

A.

CREATE TABLE < table_name > LIKE TABLE_A;

B.

CREATE VIEW < view_name > AS SELECT * FROM TABLE_A;

C.

CREATE TABLE < table_name > AS SELECT * FROM TABLE_A;

D.

CREATE MATERIALIZED VIEW < view name > AS SELECT * FROM TABLE A;

Question 7

How should clustering be used to optimize the performance of queries that run on a very large table?

Options:

A.

Manually re-cluster the table regularly.

B.

Choose one high cardinality column as the clustering key.

C.

Use the column that is most-frequently used in query select clauses as the clustering key.

D.

Assess the average table depth to identify how clustering is impacting the query.

Question 8

How is unstructured data retrieved from data storage?

Options:

A.

SQL functions like the GET command can be used to copy the unstructured data to a location on the client.

B.

SQL functions can be used to create different types of URLs pointing to the unstructured data. These URLs can be used to download the data to a client.

C.

SQL functions can be used to retrieve the data from the query results cache. When the query results are output to a client, the unstructured data will be output to the client as files.

D.

SQL functions can call on different web extensions designed to display different types of files as a web page. The web extensions will allow the files to be downloaded to the client.

Question 9

Which commands are restricted in owner ' s rights stored procedures? (Select TWO).

Options:

A.

SHOW

B.

MERGE

C.

INSERT

D.

DELETE

E.

DESCRIBE

Question 10

Which Snowflake function will parse a JSON-null into a SQL-null?

Options:

A.

TO_CHAR

B.

TO_VARIANT

C.

TO_VARCHAR

D.

STRIP NULL VALUE

Question 11

What will prevent unauthorized access to a Snowflake account from an unknown source?

Options:

A.

Network policy

B.

End-to-end encryption

C.

Multi-Factor Authentication (MFA)

D.

Role-Based Access Control (RBAC)

Question 12

What is the primary purpose of a directory table in Snowflake?

Options:

A.

To store actual data from external stages

B.

To automatically expire file URLs for security

C.

To manage user privileges and access control

D.

To store file-level metadata about data files in a stage

Question 13

A JSON file, that contains lots of dates and arrays, needs to be processed in Snowflake. The user wants to ensure optimal performance while querying the data.

How can this be achieved?

Options:

A.

Flatten the data and store it in structured data types in a flattened table. Query the table.

B.

Store the data in a table with a variant data type. Query the table.

C.

Store the data in a table with a vai : ant data type and include STRIP_NULL_VALUES while loading the table. Query the table.

D.

Store the data in an external stage and create views on top of it. Query the views.

Question 14

How can a dropped internal stage be restored?

Options:

A.

Enable Time Travel.

B.

Clone the dropped stage.

C.

Execute the UNDROP command.

D.

Recreate the dropped stage.

Question 15

Which statistics are displayed in a Query Profile that indicate that intermediate results do not fit in memory? (Select TWO).

Options:

A.

Bytes scanned

B.

Partitions scanned

C.

Bytes spilled to local storage

D.

Bytes spilled to remote storage

E.

Percentage scanned from cache

Question 16

Which views are included in the DATA SHARING USAGE schema? (Select TWO).

Options:

A.

ACCESS_HISTORY

B.

DATA_TRANSFER_HISTORY

C.

WAREHOUSE_METERING_HISTORY

D.

MONETIZED_USAGE_DAILY

E.

LISTING TELEMETRY DAILY

Question 17

Which Snowflake database object can be used to track data changes made to table data?

Options:

A.

Tag

B.

Task

C.

Stream

D.

Stored procedure

Question 18

What does a masking policy consist of in Snowflake?

Options:

A.

A single data type, with one or more conditions, and one or more masking functions

B.

A single data type, with only one condition, and only one masking function

C.

Multiple data types, with only one condition, and one or more masking functions

D.

Multiple data types, with one or more conditions, and one or more masking functions

Question 19

What step can reduce data spilling in Snowflake?

Options:

A.

Using a larger virtual warehouse

B.

Increasing the virtual warehouse maximum timeout limit

C.

Increasing the amount of remote storage for the virtual warehouse

D.

Using a common table expression (CTE) instead of a temporary table

Question 20

What feature of Snowflake Continuous Data Protection can be used for maintenance of historical data?

Options:

A.

Access control

B.

Fail-safe

C.

Network policies

D.

Time Travel

Question 21

Which parameter can be set at the account level to set the minimum number of days for which Snowflake retains historical data in Time Travel?

Options:

A.

DATA_RETENTION_TIME_IN_DAYS

B.

MAX_DATA_EXTENSION_TIME_IN_DAYS

C.

MIN_DATA_RETENTION_TIME_IN_DAYS

D.

MAX CONCURRENCY LEVEL

Question 22

Which statistics can be used to identify queries that have inefficient pruning? (Select TWO).

Options:

A.

Bytes scanned

B.

Bytes written to result

C.

Partitions scanned

D.

Partitions total

E.

Percentage scanned from cache

Question 23

A user wants to access files stored in a stage without authenticating into Snowflake. Which type of URL should be used?

Options:

A.

File URL

B.

Staged URL

C.

Scoped URL

D.

Pre-signed URL

Question 24

What factors impact storage costs in Snowflake? (Select TWO).

Options:

A.

The account type

B.

The storage file format

C.

The cloud region used by the account

D.

The type of data being stored

E.

The cloud platform being used

Question 25

When using the ALLOW CLIENT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?

Options:

A.

1 hour

B.

2 hours

C.

4 hours

D.

8 hours

Question 26

Which metadata table will store the storage utilization information even for dropped tables?

Options:

A.

DATABASE_STORAGE_USAGE_HISTORY

B.

TABLE_STORAGE_METRICS

C.

STORAGE_DAILY_HISTORY

D.

STAGE STORAGE USAGE HISTORY

Question 27

What happens to the objects in a reader account when the DROP MANAGED ACCOUNT command is executed?

Options:

A.

The objects are dropped.

B.

The objects enter the Fail-safe period.

C.

The objects enter the Time Travel period.

D.

The objects are immediately moved to the provider account.

Question 28

Which command is used to start configuring Snowflake for Single Sign-On (SSO)?

Options:

A.

CREATE SESSION POLICY

B.

CREATE NETWORK RULE

C.

CREATE SECURITY INTEGRATION

D.

CREATE PASSWORD POLICY

Question 29

Which operation can be performed on Snowflake external tables?

Options:

A.

INSERT

B.

JOIN

C.

RENAME

D.

ALTER

Question 30

How can a Snowflake user validate data that is unloaded using the COPY INTO < location > command?

Options:

A.

Load the data into a CSV file.

B.

Load the data into a relational table.

C.

Use the VALlDATlON_MODE - SQL statement.

D.

Use the validation mode = return rows statement.

Question 31

Which Snowflake feature allows a user to track sensitive data for compliance, discovery, protection, and resource usage?

Options:

A.

Tags

B.

Comments

C.

Internal tokenization

D.

Row access policies

Question 32

Which command is used to unload data from a Snowflake database table into one or more files in a Snowflake stage?

Options:

A.

CREATE STAGE

B.

COPY INTO < table >

C.

COPY INTO < location >

D.

CREATE PIPE

Question 33

What function can be used with the recursive argument to return a list of distinct key names in all nested elements in an object?

Options:

A.

FLATTEN

B.

GET_PATH

C.

CHECK_JSON

D.

PARSE JSON

Question 34

What transformations are supported when loading data into a table using the COPY INTO < table > command? (Select TWO).

Options:

A.

Column reordering

B.

Column omission

C.

JOIN function

D.

FLATTEN function

E.

GROUP BY function

Question 35

Which type of loop requires a BREAK statement to stop executing?

Options:

A.

FOR

B.

LOOP

C.

REPEAT

D.

WHILE

Question 36

What does SnowCD help Snowflake users to do?

Options:

A.

Copy data into files.

B.

Manage different databases and schemas.

C.

Troubleshoot network connections to Snowflake.

D.

Write SELECT queries to retrieve data from external tables.

Question 37

Which statements describe benefits of Snowflake ' s separation of compute and storage? (Select TWO).

Options:

A.

The separation allows independent scaling of computing resources.

B.

The separation ensures consistent data encryption across all virtual data warehouses.

C.

The separation supports automatic conversion of semi-structured data into structured data for advanced data analysis.

D.

Storage volume growth and compute usage growth can be tightly coupled.

E.

Compute can be scaled up or down without the requirement to add more storage.

Question 38

What Snowflake feature provides a data hub for secure data collaboration, with a selected group of invited members?

Options:

A.

Data Replication

B.

Secure Data Sharing

C.

Data Exchange

D.

Snowflake Marketplace

Question 39

Which Snowflake object does not consume any storage costs?

Options:

A.

Secure view

B.

Materialized view

C.

Temporary table

D.

Transient table

Question 40

What is a characteristic of materialized views in Snowflake?

Options:

A.

Materialized views do not allow joins.

B.

Clones of materialized views can be created directly by the user.

C.

Multiple tables can be joined in the underlying query of a materialized view.

D.

Aggregate functions can be used as window functions in materialized views.

Question 41

When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?

Options:

A.

File URL

B.

Scoped URL

C.

Relative URL

D.

Pre-Signed URL

Question 42

What is the relationship between a Query Profile and a virtual warehouse?

Options:

A.

A Query Profile can help users right-size virtual warehouses.

B.

A Query Profile defines the hardware specifications of the virtual warehouse.

C.

A Query Profile can help determine the number of virtual warehouses available.

D.

A Query Profile automatically scales the virtual warehouse based on the query complexity.

Question 43

Which Snowflake role can manage any object grant globally, including modifying and revoking grants?

Options:

A.

USERADMIN

B.

ORGADMIN

C.

SYSADMIN

D.

SECURITYADMIN

Question 44

Which Snowflake feature provides increased login security for users connecting to Snowflake that is powered by Duo Security service?

Options:

A.

OAuth

B.

Network policies

C.

Single Sign-On (SSO)

D.

Multi-Factor Authentication (MFA)

Question 45

A Snowflake account has activated federated authentication.

What will occur when a user with a password that was defined by Snowflake attempts to log in to Snowflake?

Options:

A.

The user will be unable to enter a password.

B.

The user will encounter an error, and will not be able to log in.

C.

The user will be able to log into Snowflake successfully.

D.

After entering the username and password, the user will be redirected to an Identity Provider (IdP) login page.

Question 46

When working with a managed access schema, who has the OWNERSHIP privilege of any tables added to the schema?

Options:

A.

The database owner

B.

The object owner

C.

The schema owner

D.

The Snowflake user ' s role

Question 47

What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?

Options:

A.

It removes null values from all columns in the data.

B.

It converts null values to empty strings during loading.

C.

It skips rows with null values during the loading process.

D.

It removes object or array elements containing null values.

Question 48

Which function unloads data from a relational table to JSON?

Options:

A.

TO_OBJECT

B.

TO_JSON

C.

TO_VARIANT

D.

OBJECT CONSTRUCT

Question 49

Which Snowflake view is used to support compliance auditing?

Options:

A.

ACCESS_HISTORY

B.

COPY_HISTORY

C.

QUERY_HISTORY

D.

ROW ACCESS POLICIES

Question 50

Which Snowflake feature allows administrators to identify unused data that may be archived or deleted?

Options:

A.

Access history

B.

Data classification

C.

Dynamic Data Masking

D.

Object tagging

Question 51

Which commands can only be executed using SnowSQL? (Select TWO).

Options:

A.

COPY INTO

B.

GET

C.

LIST

D.

PUT

E.

REMOVE

Question 52

While working with unstructured data, which file function generates a Snowflake-hosted file URL to a staged file using the stage name and relative file path as inputs?

Options:

A.

GET_PRESIGNED_URL

B.

GET_ABSOLUTE_PATH

C.

BUILD_STAGE_FILE_URL

D.

BUILD SCOPED FILE URL

Question 53

Which Snowflake data types can be used to build nested hierarchical data? (Select TWO)

Options:

A.

INTEGER

B.

OBJECT

C.

VARIANT

D.

VARCHAR

E.

LIST

Question 54

What objects in Snowflake are supported by Dynamic Data Masking? (Select TWO). '

Options:

A.

Views

B.

Materialized views

C.

Tables

D.

External tables

E.

Future grants

Question 55

At what level is the MIN_DATA_RETENTION_TIME_IN_DAYS parameter set?

Options:

A.

Account

B.

Database

C.

Schema

D.

Table

Question 56

What is a directory table in Snowflake?

Options:

A.

A separate database object that is used to store file-level metadata

B.

An object layered on a stage that is used to store file-level metadata

C.

A database object with grantable privileges for unstructured data tasks

D.

A Snowflake table specifically designed for storing unstructured files

Question 57

What are type predicates used for?

Options:

A.

Extracting data from a variant column

B.

Casting a value in a variant column to a particular data type

C.

Determining if a value in a variant column is a particular data type

D.

Manipulating objects and arrays in a VARIANT column

Question 58

A user notices that query performance has decreased. The virtual warehouses appear to be properly sized and are functioning correctly. The user suspects the issue lies within the services responsible for query planning and access validation. Which components of Snowflake architecture would be involved in diagnosing or optimizing this issue? Select TWO.

Options:

A.

The services handling authentication and access control.

B.

The services managing data loading and ETL operations.

C.

The services controlling warehouse scaling and suspension.

D.

The services managing data micro-partitioning and file storage.

E.

The services responsible for query parsing and optimization.

Question 59

What privileges are required to allow role RL_CUST_WH to start warehouse CUST_WH?

Options:

A.

GRANT OPERATE ON CUST_WH TO ROLE RL_CUST_WH;

B.

GRANT CREATE WAREHOUSES ON ACCOUNT TO ROLE RL_CUST_WH;

C.

GRANT MANAGE WAREHOUSES ON ACCOUNT TO ROLE RL_CUST_WH;

D.

GRANT USAGE ON CUST_WH TO ROLE RL_CUST_WH;

Question 60

How can a Data Exchange Administrator provide a user with account access to a Data Exchange?

Options:

A.

Grant the user the USERADMIN role.

B.

Add the user to the Data Exchange.

C.

Enable the IMPORT SHARE privilege and grant this privilege to the user.

D.

Create a new database for the Data Exchange and provide access to the user.

Question 61

Which command can be used to list all network policies available in an account?

Options:

A.

DESCRIBE SESSION POLICY

B.

DESCRIBE NETWORK POLICY

C.

SHOW SESSION POLICIES

D.

SHOW NETWORK POLICIES

Question 62

An engineer has a connection named dev_project in the Snowflake CLI config.toml file. The connection specifies a role other than SYSADMIN.

The engineer then runs:

snow sql -c dev_project

When the engineer executes:

SELECT CURRENT_ROLE();

the query returns SYSADMIN.

Why did Snowflake CLI use the SYSADMIN role?

Options:

A.

SYSADMIN is the engineer’s default role and cannot be overridden by the config.toml file.

B.

The [connections.dev_project] connection in the config.toml file was missing a warehouse parameter, w hich caused Snowflake CLI to ignore the role parameter.

C.

A SNOWFLAKE_ROLE environment variable was set to SYSADMIN, and environment variables take precedence over values in the config.toml file.

D.

The config.toml file is used only when the connection and role are also supplied as command-line parameters.

Question 63

How does Snowflake define i1s approach to Discretionary Access Control (DAC)?

Options:

A.

A defined level of access to an object

B.

An entity in which access can be granted

C.

Each object has an owner, who can in turn grail access to that object.

D.

Access privileges are assigned to roles. which are in turn assigned to use ' s

Question 64

When sharing data among multiple Snowflake accounts, what charges are incurred by a data consumer when viewing shared data using their own account?

Options:

A.

Cloud services charges

B.

Compute charges

C.

Data storage charges

D.

Data egress charges

Question 65

Which statement will execute a stored procedure?

Options:

A.

CALL proc1(SELECT COUNT(*) FROM < table > );

B.

CALL proc1(1) + proc1(2);

C.

CALL proc1(1) + IF

D.

CALL proc1(proc2(1));

Question 66

What is the MINIMUM Snowflake edition that supports the periodic rekeying of encrypted data?

Options:

A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake (VPS)

Question 67

Why would a Snowflake user load JSON data into a VARIANT column instead of a string column?

Options:

A.

A VARIANT column is more secure than a string column

B.

A VARIANT column compresses data and a string column does not.

C.

A variant column can be used to create a data hierarchy and a string column cannot

D.

A VARIANT column will have a better query performance than a string column.

Question 68

Which Snowflake data governance feature can support auditing when a user query reads column data?

Options:

A.

Access History

B.

Data classification

C.

Column-level security

D.

Object dependencies

Question 69

What data-type constructs are used to create a hierarchy when organizing semi-structured data? (Select TWO).

Options:

A.

A VARIANT can hold a value of any other data type.

B.

An ARRAY or OBJECT holds a value of type INTEGER.

C.

An ARRAY or OBJECT holds a value of type VARIANT.

D.

An ARRAY or OBJECT holds a value of type VARCHAR.

E.

An ARRAY or OBJECT holds a value of type VECTOR.

Question 70

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

Options:

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.

Question 71

The ORDERS table contains 12,000 rows.

Which query will return 10 rows that are randomly sampled from the table every time the query is run?

Options:

A.

select * from ORDERS fetch 10;

B.

select * from ORDERS limit 10;

C.

select * from ORDERS sample (10);

D.

select * from ORDERS tablesample (10 rows);

Question 72

A Finance department must ensure that only users operating with the FINANCE_ANALYST role can see unmasked values in the SALARY column of a sensitive table.

Which feature and configuration should be used?

Options:

A.

Use a row access policy to filter rows based on the role, and apply masking functions in each query.

B.

Use a network policy and masking functions to restrict access to the SALARY column.

C.

Apply one masking policy at the schema level to every column in the schema.

D.

Create a masking policy with conditional role logic and attach the policy to the SALARY column.

Question 73

Which Snowflake object can be used to record DML changes made to a table?

Options:

A.

Snowpipe

B.

Stage

C.

Stream

D.

Task

Question 74

Which strategy is recommended to improve the performance of a large, complex query?

Options:

A.

Add more storage

B.

Convert to a multi-cluster warehouse

C.

Increase the size of the warehouse

D.

Run the query during off-peak hours

Question 75

What should be considered before implementing a Snowflake Data Clean Room?

Options:

A.

Participants can run unrestricted SQL queries directly against another participant’s protected data.

B.

Providers can configure and share clean rooms only with individual users in other Snowflake accounts.

C.

A consumer must be approved by a clean-room administrator before the consumer can be invited.

D.

The regional locations of the participating Snowflake accounts must be considered because collaboration availability and cross-region requirements depend on the clean-room deployment.

Question 76

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

Question 77

Which Snowflake table type persists until it is explicitly dropped. is available for all users with relevant privileges (across sessions). and has no Fail-safe period?

Options:

A.

External

B.

Permanent

C.

Temporary

D.

Transient

Question 78

What command is used to export or unload data from Snowflake?

Options:

A.

PUT @mystage

B.

GET @mystage

C.

COPY INTO @mystage

D.

INSERT @mystage

Question 79

A table was created using this statement:

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

Question 80

Which table type exists only within the session it was created and is only visible to the user who created it?

Options:

A.

Hybrid

B.

Dynamic

C.

Transient

D.

Temporary

Question 81

Which features are included in Snowsight? (Select TWO)

Options:

A.

Worksheet sharing

B.

Referencing SnowSQL

C.

Exploring the Snowflake Marketplace

D.

Changing the Snowflake account cloud provider

E.

Downloading query result data larger than 100 MB

Question 82

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

Options:

A.

Directory table

B.

Temporary table

C.

Transient table

D.

A table with a materialized view

Question 83

What is the !define < variable > = < value > command used for in SnowSQL?

Options:

A.

Assigns a name to a variable

B.

Assigns a value to a variable

C.

Sets the context for a variable

D.

Establishes the metrics of a variable

Question 84

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

Options:

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

Question 85

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

Question 86

What is the least-privileged database role needed to view the definition of a secure materialized view?

Options:

A.

USAGE_VIEWER

B.

OBJECT_VIEWER

C.

SECURITY_VIEWER

D.

GOVERNANCE_VIEWER

Question 87

Which type of charts are supported by Snowsight? {Select TWO)

Options:

A.

Flowcharts

B.

Gantt charts

C.

Line charts

D.

Pie charts

E.

Scatterplots

Question 88

Which option will replace NULL values with an empty string while unloading data into a file?

Options:

A.

null_if=( ' NULL ' )

B.

null_if= ( ' ' )

C.

FIELD_OPTIONALLY_ENCLOSED_BY = NONE

D.

EMPTY_FIELD_AS_NULL = TRUE

Question 89

How does Snowflake Copilot interact with customer data?

Options:

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.

Question 90

What is the impact of removing some of the privileges granted to a role?

Options:

A.

The role will retain all privileges until a new session is started.

B.

The role will lose access to objects that are not granted to the updated role.

C.

The user will have to reinstate the role using the USE ROLE command after the change.

D.

Any users who are actively using the role will have their current session terminated.

Question 91

What is the most efficient method to share a subset of data from a table with a consumer account?

Options:

A.

Create a secure User-Defined Function, or UDF.

B.

Use a dynamic table.

C.

Create an external table.

D.

Create a secure view.

Question 92

Where is metadata management handled in Snowflake?

Options:

A.

Cloud Services

B.

Compute

C.

Database Storage

D.

Query Processing

Question 93

How can staged files be removed during data loading once the files have loaded successfully?

Options:

A.

Use the DROP command

B.

Use the purge copy option.

C.

Use the FORCE = TRUE parameter

D.

Use the LOAD UNCERTAIN FILES copy option.

Question 94

By default, which role is required to change the refresh frequency for an auto-fulfilled application package?

Options:

A.

ACCOUNTADMIN

B.

SYSADMIN

C.

GLOBALORGADMIN

D.

SECURITYADMIN

Question 95

Which typos of charts does Snowsight support? (Select TWO).

Options:

A.

Area charts

B.

Bar charts

C.

Column charts

D.

Radar charts

E.

Scorecards

Question 96

Which COPY INTO < table > parameter is used to avoid loading a partial dataset?

Options:

A.

FORCE = FALSE

B.

RETURN_FAILED_ONLY = FALSE

C.

LOAD_UNCERTAIN_FILES = FALSE

D.

ON_ERROR = ABORT_STATEMENT