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

Which role can create and manage Snowflake accounts?

A.

SYSADMIN

B.

ACCOUNTADMIN

C.

ORGADMIN

D.

SECURITYADMIN

What is the purpose of setting the Query Acceleration Service scale factor?

A.

To establish the maximum number of clustering keys that can be created by the Query Acceleration Service

B.

To limit the number of users who can use the Query Acceleration Service

C.

To establish the maximum virtual warehouse size that can be used by the Query Acceleration Service

D.

To control the potential costs associated with the Query Acceleration Service

What does a table with a clustering depth of 1 mean in Snowflake?

A.

The table has only 1 micro-partition.

B.

The table has 1 overlapping micro-partition.

C.

The table has no overlapping micro-partitions.

D.

The table has no micro-partitions.

There is a long-running query that selects everything and runs arithmetic calculations on a few columns in a table that does not change often. Which action will improve the performance of this query?

A.

Enable Query Acceleration Service on the virtual warehouse.

B.

Add Search Optimization Service on the table.

C.

Turn the query into a materialized view.

D.

Add clustering keys on the columns of the table.

How can a Snowsight user change a Standard virtual warehouse to a Snowpark-optimized virtual warehouse?

A.

Use the ALTER WAREHOUSE command on an active Standard virtual warehouse

B.

Use the alter warehouse command on an active Snowpark-optimized warehouse.

C.

Use the ALTER warehouse command on a suspended Standard virtual warehouse.

D.

Use the ALTER WAREHOUSE command on a suspended Snowpark-optimized warehouse.

A user is setting up Snowpipe automation to load data from an Amazon S3 bucket into Snowflake. The user wants Snowflake to automatically start loading files as soon as new ones are added to the bucket. Which steps are required to configure this automation using cloud messaging? Select TWO.

A.

Configure an S3 event notification to an Amazon Simple Notification Service, or SNS, topic.

B.

Create a task that monitors the stage for new files.

C.

Call the insertFiles REST API endpoint after each file upload.

D.

Enable AUTO_INGEST on the Snowpipe definition.

E.

Define an external table and use it as the source for a materialized view.

A large enterprise requires a disaster recovery solution that ensures all critical databases and account-level objects can be quickly redirected to a secondary region hosted on a different cloud provider. Which solution will enable synchronized cross-cloud and cross-region replication to support this level of redundancy?

A.

Snowgrid

B.

Data Clean Rooms

C.

Cloning to an external stage

D.

Replication and failover groups

What impact does dropping a column from a table have on the micro-partitions of that table?

A.

The data associated with the dropped column will be removed from all existing micro-partitions.

B.

New micro-partitions will be created containing only the data for the remaining columns.

C.

The existing micro-partitions will not be affected.

D.

The current micro-partitions will not be available for Time Travel, and new micro-partitions will be created.

Which command line parameter value can be pre-specified as an environment variable in SnowSQL?

A.

HOST

B.

VARIABLE

C.

OPTION

D.

MFA-PASSCODE

When unloading data: which file formal will keep floating-point number column data without truncating it?

A.

XML

B.

JSON

C.

Parquet

D.

CSV

Which URL type permits temporary access to a staged file without granting privileges to the stage?

A.

Pre-signed URL

B.

Scoped URL

C.

File URL

D.

Build_Stage_File_URL

To switch between a Gen2 standard warehouse and a Snowpark-optimized warehouse, which warehouse object properties must be changed? Select TWO.

A.

RESOURCE_MONITOR

B.

WAREHOUSE_TYPE

C.

SCALING_POLICY

D.

RESOURCE_CONSTRAINT

E.

ENABLE_QUERY_ACCELERATION

Which role can create a database role?

A.

Any user granted the SECURITYADMIN role

B.

A custom role granted to the SECURITYADMIN role

C.

A role with the OWNERSHIP privilege on the database

D.

Any user granted the SYSADMIN role

A Snowflake user is investigating a slow-running query using the Query Profile. What would be a reason to increase the size of the virtual warehouse?

A.

Percentage Scanned from Cache: 81.22%

B.

Processing: 51.8%

C.

Remote Disk I/O: 40.6%

D.

Bytes Scanned: 3.24 GB

A company stores Personal Identifiable Information (PII) in Snowflake across multiple countries, including the United States, Canada, and the United Kingdom.

How can Snowflake be used to automatically identify data, in order to support data governance requirements for each country?

A.

Tag all columns directly that contain PII.

B.

Create a custom User-Defined Function (UDF).

C.

Use semantic category classification.

D.

Implement a third-party service to protect the data.

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

A.

DESCRIBE SESSION POLICY

B.

DESCRIBE NETWORK POLICY

C.

SHOW SESSION POLICIES

D.

SHOW NETWORK POLICIES

Masking policies are created at what level in Snowflake?

A.

Table

B.

Column

C.

Schema

D.

Database

A user creates a stage using the following command:

What will be the outcome?

A.

A stage with a directory table set to automatically refresh will be created.

B.

A stage with a directory table that has metadata that must be manually refreshed will be created.

C.

An error will be received stating that the storage location for the stage must be identified when creating a stage with a directory table.

D.

The command will fail to run because the name of the directory table is not specified.

At what levels can a network policy be configured in Snowflake? (Select TWO).

A.

Role level

B.

User level

C.

Account level

D.

Database level

E.

Virtual warehouse level

While preparing to unload data in Snowflake, the file format option can be specified in which commands? (Select TWO).

A.

GET

B.

CREATE STAGE

C.

PUT

D.

COPY INTO < location >

E.

CREATE PIPE