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

A JSON document is stored in the source_colum of type VARIANT. The document has an array called elements. The array contains the name key that has a string value How can a Snowflake user extract the name from the first element?

A.

Source_column.element[1]:name

B.

Source_column.element[0]:name

C.

Source_column.element[1].name

D.

Source_column.element[0]:name

What Snowpark element represents a data set and provides ways to operate on the data?

A.

List

B.

Table

C.

Array

D.

DataFrame

When an object is created in Snowflake. who owns the object?

A.

The public role

B.

The user ' s default role

C.

The current active primary role

D.

The owner of the parent schema

How does Snowflake support the use of structured and semi-structured data? (Select TWO)

A.

Structured data is supported through the use of traditional relational database tables, organized into rows and columns.

B.

Structured and semi-structured data are stored in separate physical storage locations; users must choose which type of data to use when creating a table.

C.

Semi-structured data is supported through the use of automatically indexed database tables.

D.

All semi-structured data is automatically converted into structured data when it is loaded into Snowflake.

E.

Users can load and query semi-structured data using SQL using the SQL semi-structured data handling functions.

Which view or command provides the most detailed storage information for a table?

A.

SHOW TABLES

B.

DESC TABLE

C.

ACCOUNT_USAGE.STORAGE_USAGE

D.

ACCOUNT_USAGE.TABLE_STORAGE_METRICS

Which technical needs require Enterprise Edition? Select TWO.

A.

The need to use network policies to limit site access by user IP address.

B.

The need for access to private connectivity.

C.

The need to use multi-cluster virtual warehouses for high concurrency.

D.

The need to use column-level security.

E.

The need to use Tri-Secret Secure.

Which user preferences can be set for a user profile in Snowsight? (Select TWO).

A.

Multi-Factor Authentication (MFA)

B.

Default database

C.

Default schema

D.

Notification

E.

Username

When a multi-cluster virtual warehouse is using an Economy scaling policy, when will an additional cluster be automatically started to handle queued queries?

A.

When all active clusters have been running queries for more than 6 minutes

B.

When there is at least one query that has been in the queue for more than 6 minutes

C.

When there are 3 or more queries that have been in the queue for more than 6 minutes

D.

When the system estimates that there is enough query load to keep the new cluster busy for at least 6 minutes

Which Snowflake tasks will take advantage of underlying micro-partition metadata? Select TWO.

A.

Query pruning

B.

Queries using a result cache

C.

Queries using a local disk cache

D.

Queries using a remote disk cache

E.

Operations using Data Manipulation Language, or DML

In the ACCOUNT_USAGE schema, what system-defined database role can see a list of tables?

A.

OBJECT_VIEWER

B.

USAGE_VIEWER

C.

GOVERNANCE_VIEWER

D.

SECURITY_VIEWER

Which function determines the kind of value stored in a VARIANT column?

A.

CHECK_JSON

B.

IS_ARRAY

C.

IS_JSON

D.

TYPEOF

Which semi-structured file format is a compressed, efficient, columnar data representation?

A.

Avro

B.

JSON

C.

TSV

D.

Parquet

When retrieving data from a table which type of query will benefit the MOST from use of the search optimization service?

A.

Queries with unpredictable data volumes.

B.

Queries with highly-selective table filters that return a small subset of rows.

C.

Queries on fields in a VARIANT column that will return all data as structured data.

D.

Queries that involve one or more columns inside the cluster key using the lowest cardinality to select filters.

What happens when a value in a single row of a large table is updated?

A.

The affected micro-partition will be modified.

B.

All existing micro-partitions will be modified.

C.

The affected micro-partition will be deleted and recreated.

D.

All micro-partitions will be deleted and recreated.

What type of account can be used to share data with a consumer who does have a Snowflake account?

A.

Data provider

B.

Data consumer

C.

Reader

D.

Organization

Which features are included in Snowsight? (Select TWO)

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

A developer expects Snowflake to refresh a dynamic table incrementally, but Snowflake selects full refresh mode instead.

Which query operator can prevent incremental refresh and cause Snowflake to use full refresh mode when REFRESH_MODE = AUTO?

A.

DISTINCT

B.

GROUP BY

C.

LATERAL JOIN

D.

UNION ALL

What is the MINIMUM Snowflake edition that users storing protected information in Snowflake should use for regulatory compliance?

A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake (VPC)

What does Snowflake attempt to do if any of the compute resources for a virtual warehouse fail to provision during start-up?

A.

Repair the failed resources.

B.

Restart failed resources.

C.

Queue the failed resources

D.

Provision the failed resources

When using the COPY INTO < location > command, which parameter is used to unload table rows into separate files?

A.

DETAILED_OUTPUT

B.

PARTITION BY

C.

FILE_FORMAT

D.

HEADER