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

What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?

A.

The explain plan output is available graphically.

B.

An explain plan can be used to conduct performance analysis without executing a query.

C.

An explain plan will handle queries with temporary tables and the query profiler will not.

D.

An explain plan ' s output will display automatic data skew optimization information.

What actions will prevent leveraging of the ResultSet cache? (Choose two.)

A.

Removing a column from the query SELECT list

B.

Stopping the virtual warehouse that the query is running against

C.

Clustering of the data used by the query

D.

Executing the RESULTS_SCAN() table function

E.

Changing a column that is not in the cached query

What is the maximum Time Travel retention period for a temporary Snowflake table?

A.

90 days

B.

1 day

C.

7 days

D.

45 days

What happens to historical data when the retention period for an object ends?

A.

The data is cloned into a historical object.

B.

The data moves to Fail-safe

C.

Time Travel on the historical data is dropped.

D.

The object containing the historical data is dropped.

Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?

A.

SHOW GRANTS OF ROLE MY_ROLE

B.

SHOW GRANTS TO ROLE MY_ROLE

C.

SHOW GRANTS FOR ROLE MY_ROLE

D.

SHOW GRANTS ON ROLE MY_ROLE

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?

A.

4 minutes

B.

10 minutes

C.

14 minutes

D.

24 minutes

Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)

A.

Database replication and failover

B.

Automated index management

C.

Customer managed keys (Tri-secret secure)

D.

Extended time travel

E.

Native support for geospatial data

Which default warehouse configuration has the highest precedence whenever a new session is created by a user?

A.

Default warehouse tor the user

B.

Default warehouse in the configuration file of the client utilities

C.

Default warehouse specified on a CLI or in drivers/connectors parameters

D.

Default warehouse of the role assigned to the user

Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)

A.

Tri-Secret Secure

B.

Time Travel

C.

Fail-safe

D.

Data encryption

E.

External stages

A department uses a multi-cluster virtual warehouse to run ad hoc reports for multiple business analysts. The warehouse load history shows that many report queries were queuing before they were run. How can this issue be solved?

A.

Set up a schedule to limit how many reports can be run at the same time.

B.

Add more clusters to the warehouse.

C.

Increase the size of the warehouse.

D.

Convert the warehouse to a Snowpark-optimized virtual warehouse.

What is a benefit of using Snowflake directory tables?

A.

Directory tables store file-level metadata about the data files in a temporary table.

B.

Directory table owners can configure the tables to have unique privileges.

C.

Any directory table user can configure the tables to have unique privileges.

D.

Directory tables can be joined with other tables in Snowflake.

Which Snowflake object contains all the information required to share a database?

A.

Private listing

B.

Secure view

C.

Sequence

D.

Share

Which view in SNOWFLAKE.ACCOUNT_USAGE shows from which IP address a user connected to Snowflak?

A.

ACCESS_HOSTORY

B.

LOGIN_HISTORY

C.

SESSIONS

D.

QUERY HISTORY

A user needs to know this information about an object:

1. Who accessed the data?

2. When was the data accessed?

3. What columns were accessed?

Which ACCOUNT_USAGE schema view should be used?

A.

QUERY_HISTORY

B.

ACCESS_HISTORY

C.

EVENT_USAGE_HISTORY

D.

OBJECT_DEPENDENCIES

Which command should be used to drop files from an internal or external stage?

A.

DELETE

B.

DROP

C.

REMOVE

D.

TRUNCATE

What are benefits of using reader accounts when sharing data in Snowflake? (Select TWO)

A.

Consumers can create and apply masking policies to unloaded data.

B.

Consumers can use resource monitors to track and limit costs.

C.

Consumers can use a single reader account to access data from multiple data providers.

D.

Providers can share data with consumers who do not have Snowflake accounts.

E.

Consumers can unload data using the COPY INTO < location > command.

How can a Snowflake user access near real-time metrics that can be used to identify queries affected by disk spilling?

A.

Use a load monitoring chart.

B.

Review the history section of the Query Profile.

C.

Implement a Snowsight dashboard.

D.

Use a worksheet.

Which metrics in the QUERY_HISTORY Account_Usage View can be used to assess the pruning efficiency of a query? (Select TWO).

A.

EXECUTION_TIME

B.

PARTITIONS_TOTAL

C.

COMPILATION_TIME

D.

TOTAL_ELAPSED_TIME

E.

PARTITIONS_SCANNED

Which command will provide an account with access to a share?

A.

ALTER SHARE

B.

CREATE SHARE

C.

DESCRIBE SHARE

D.

GRANT < privilege > ... TO SHARE

Which Snowflake feature enables loading data from cloud storage as soon as files are available in a stage?

A.

copy_into < location > command

B.

Data replication

C.

Snowpipe

D.

Direct share