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

Which methods will trigger an action that will evaluate a DataFrame? (Select TWO)

A.

DataFrame.random_split ( )

B.

DataFrame.collect ()

C.

DateFrame.select ()

D.

DataFrame.col ( )

E.

DataFrame.show ()

A Data Engineer has developed a dashboard that will issue the same SQL select clause to Snowflake every 12 hours.

---will Snowflake use the persisted query results from the result cache provided that the underlying data has not changed^

A.

12 hours

B.

24 hours

C.

14 days

D.

31 days

A Data Engineer would like to define a file structure for loading and unloading data

Where can the file structure be defined? (Select THREE)

A.

copy command

B.

MERGE command

C.

FILE FORMAT Object

D.

pipe object

E.

stage object

F.

INSERT command

A Data Engineer is trying to load the following rows from a CSV file into a table in Snowflake with the following structure:

....engineer is using the following COPY INTO statement:

However, the following error is received.

Which file format option should be used to resolve the error and successfully load all the data into the table?

A.

ESC&PE_UNENGLO9ED_FIELD = '\\'

B.

ERROR_ON_COLUMN_COUKT_MISMATCH = FALSE

C.

FIELD_DELIMITER = ","

D.

FIELD OPTIONALLY ENCLOSED BY = " "

A Data Engineer is building a pipeline to transform a 1 TD tab e by joining it with supplemental tables The Engineer is applying filters and several aggregations leveraging Common TableExpressions (CTEs) using a size Medium virtual warehouse in a single query in Snowflake.

After checking the Query Profile, what is the recommended approach to MAXIMIZE performance of this query if the Profile shows data spillage?

A.

Enable clustering on the table

B.

Increase the warehouse size

C.

Rewrite the query to remove the CTEs.

D.

Switch to a multi-cluster virtual warehouse

The following code is executed ina Snowflake environment with the default settings:

What will be the result of the select statement?

A.

SQL compilation error object CUSTOMER' does not exist or is not authorized.

B.

John

C.

1

D.

1John

Which query will show a list of the 20 most recent executions of a specified task kttask, that have been scheduled within the last hour that have ended or are stillrunning’s.

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

A Data Engineer is working on a Snowflake deployment in AWS eu-west-1 (Ireland). The Engineer is planning to load data from staged files into target tables using the copy into command

Which sources are valid? (Select THREE)

A.

Internal stage on GCP us-central1 (Iowa)

B.

Internal stage on AWS eu-central-1 (Frankfurt)

C.

External stage on GCP us-central1 (Iowa)

D.

External stage in an Amazon S3 bucket on AWS eu-west-1 (Ireland)

E.

External stage in an Amazon S3 bucket on AWS eu-central 1 (Frankfurt)

F.

SSO attached to an Amazon EC2 instance on AWS eu-west-1 (Ireland)

Which system role is recommended for a custom role hierarchy to be ultimately assigned to?

A.

ACCOUNTADMIN

B.

SECURITYADMIN

C.

SYSTEMADMIN

D.

USERADMIN

Which stages support external tables?

A.

Internal stages only; within a single Snowflake account

B.

internal stages only from any Snowflake account in the organization

C.

External stages only from any region, and any cloud provider

D.

External stages only, only on the same region and cloud provider as the Snowflake account