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

Snowflake DAA-C01 - SnowPro Advanced: Data Analyst Exam

Page: 2 / 2
Total 65 questions

Given the following data:

This SELECT statement is executed:

What will be the result?

A.

200

B.

2.0

C.

1.84

D.

1.8

While loading data into Snowflake using named file formats, a file format defined in which location has precedence?

A.

The stage definition

B.

The table definition

C.

The schema definition

D.

The COPY INTO statement

This command was executed:

SQL

SELECT seq4(), uniform(1, 10, RANDOM(12))

FROM TABLE(GENERATOR(TIMELIMIT => NULL))

ORDER BY 1;

How many rows will be generated?

A.

An infinite number

B.

12

C.

10

D.

0

Why would an INFER_SCHEMA table function be used?

A.

To detect the file metadata schema from staged data files that contain unstructured data

B.

To detect the file metadata schema from staged data files that contain semi-structured data

C.

To detect the metadata schema from a table cell that contains JSON data

D.

To retrieve the column definitions from a previously-loaded database table

A Data Analyst needs a sample of 10 rows from a table FCT_SALES that has billions of rows. Which commands can be used to accomplish this? (Select TWO).

A.

SELECT * FROM FCT_SALES SAMPLE 10;

B.

SELECT * FROM FCT_SALES SAMPLE (10 ROWS);

C.

SELECT TOP 10 ROWS * FROM FCT_SALES;

D.

SELECT TOP 10 * FROM FCT_SALES;

E.

SELECT TOP (10 ROWS) * FROM FCT_SALES;

A Data Analyst has created a custom filter called branch_region on a Snowflake dashboard. The filter contains a list of regions where the company has stores. How should the filter be referenced in dashboard queries?

A.

::branch_region

B.

$branch_region

C.

:branch_region

D.

%branch_region

A Data Analyst is working with three tables:

Which query would return a list of all brokers, a count of the customers each broker has. and the total order amount of their customers (as shown below)?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

What does the "SQL keyword" refer to in the context of adding filters to a worksheet?

A.

The name of the function used to generate the filter

B.

The filter name to be inserted into queries

C.

The table name containing the static filter "key" values

D.

The name of a User-Defined Function (UDF) used to define the filter "key" values

Which aggregate functions can be used to provide values for a given bucket in Snowsight charts? (Select THREE).

A.

Any Value

B.

Average

C.

Standard Deviation

D.

Mode

E.

HLL

F.

Max