Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

DAA-C01 Sample Questions Answers

Questions 4

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?

Options:

A.

An infinite number

B.

12

C.

10

D.

0

Buy Now
Questions 5

What potential problem can be identified in the Query profile below?

Options:

A.

There is query spilling.

B.

There is an exploding join

C.

There Is inefficient pruning.

D.

The query is not using a foreign Key.

Buy Now
Questions 6

A Data Analyst executes a query in a Snowflake worksheet that returns the total number of daily sales, and the total amount for each sale. How can the Analyst check the distribution of the total amount, without running the query again?

Options:

A.

Click on the column header in the results and review the histogram.

B.

Go to Chart and select a histogram that includes the two variables.

C.

Go to Chart and select a bar chart that contains the two variables.

D.

Call the WIDTH_BUCKET function.

Buy Now
Questions 7

A Directed Acyclic Graph (DAG) of 12 tasks (ETLDAILY) failed because one of the tasks failed (STEP10), therefore the dependent tasks (STEP11 and STEP12) did not run. Which command is needed to re-run task STEP10 and the two dependent tasks?

Options:

A.

EXECUTE TASK STEP10 RETRY LAST;

B.

EXECUTE TASK ETLDAILY RETRY LAST;

C.

ALTER TASK STEP10 RESUME;

D.

ALTER TASK ETLDAILY RESUME;

Buy Now
Questions 8

A Data Analyst is working with a table that has 1 record per day, with sales information. Which window function would calculate a 7-day moving average of sales, where SALES_DATE represents the date column?

Options:

A.

SUM(SALES) OVER (ORDER BY SALES_DATE ROWS BETWEEN 6 PRECEDING AND CURRENT ROW)

B.

SUM(SALES) OVER (ORDER BY SALES_DATE ROWS BETWEEN 7 PRECEDING AND CURRENT ROW)

C.

AVG(SALES) OVER (ORDER BY SALES_DATE ROWS BETWEEN 6 PRECEDING AND CURRENT ROW)

D.

AVG(SALES) OVER (ORDER BY SALES_DATE ROWS BETWEEN 7 PRECEDING AND CURRENT ROW)

Buy Now
Questions 9

A company is looking for new headquarters and wants to minimize the distances employees have to commute. The company has geographic data on employees' residences. Through the Snowflake Marketplace, the company obtained geographic data for possible locations of the new headquarters. How can the distance between an employee's residence and potential headquarters locations be calculated in meters with the LEAST operational overhead?

Options:

A.

ST_HAUSDORFFDISTANCE

B.

HAVERSINE

C.

ST_LENGTH

D.

ST_DISTANCE

Buy Now
Questions 10

What scheme is used by Snowflake to estimate the approximate similarity between two or more data sets?

Options:

A.

MINHASH

B.

APPROX_PERCENTILE

C.

HyperLogLog

D.

APPROX_TOP_K

Buy Now
Questions 11

Which Snowflake SQL would a Data Analyst use in a trained Cortex model named forecast_model to retrieve the components that contribute to the predictions?

Options:

A.

forecast_model!SHOW_EVALUATION_METRICS()

B.

forecast_model!SHOW_TRAINING_LOGS()

C.

forecast_model!EXPLAIN_FEATURE_IMPORTANCE()

D.

forecast_model!FORECAST()

Buy Now
Questions 12

A Data Analyst creates and populates the following table:

create or replace table aggr(v int) as select * from values (1), (2), (3), (4);

The Analyst then executes this query:

select percentile_disc(0.60) within group (order by v desc) from aggr;

What will be the result?

Options:

A.

1

B.

2

C.

3

D.

4

Buy Now
Questions 13

There are two similarly-structured and sized tables, Table_a and Table_b, in a schema with data populated in both tables. A Data Analyst is running queries as part of a preliminary analysis of the data to check the MAX value of a numeric column named num which is present in both the tables:

    Query 1: SELECT MAX(num) FROM Table_a;

    Query 2: SELECT MAX(num) FROM Table_b;

After running the queries, the Analyst observed that Query 2 ran significantly slower than Query 1. Why is this occurring?

Options:

A.

Table_b has more rows than Table_a.

B.

Table_b has a row-access policy defined.

C.

A multi-cluster warehouse was used to run Query 1.

D.

The USE_CACHED_RESULT was set to FALSE before running Query 2.

Buy Now
Questions 14

A table named STUDENT is created:

What will be the output?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 15

A Data Analyst needs to temporarily hide a tile in a dashboard. The data will need to be available in the future, and additional data may be added. Which tile should be used?

Options:

A.

Show/Hide

B.

Duplicate

C.

Delete

D.

Unplace

Buy Now
Questions 16

A Data Analyst wants to use pandas code they have previously written to process a column of text and return multiple rows of parsed output for each input value. The Analyst wants to be able to join these results with other tables in a single transaction. Which type of extensibility feature should the Analyst use?

Options:

A.

User-Defined Function (UDF)

B.

Vectorized User-Defined Table Function (UDTF)

C.

External function

D.

Stored procedure

Buy Now
Questions 17

A Data Analyst has been asked to predict sales revenue through the end of the year. Which function will provide this information?

Options:

A.

CORR

B.

REGR_SLOPE

C.

COVAR_SAMP

D.

VARIANCE

Buy Now
Questions 18

Table TB_A with column COL_B contains an ARRAY. Which statement will select the last element of the ARRAY?

Options:

A.

SELECT GET(COL_B, ARRAY_SIZE(COL_B)-1) FROM TB_A;

B.

SELECT COL_B[ARRAY_SIZE(COL_B)] FROM TB_A;

C.

SELECT COL_B[-1] FROM TB_A;

D.

SELECT LAST_VALUE(COL_B) FROM TB_A;

Buy Now
Questions 19

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).

Options:

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;

Buy Now
Exam Code: DAA-C01
Exam Name: SnowPro Advanced: Data Analyst Exam
Last Update: Feb 5, 2026
Questions: 65
$66  $164.99
$50  $124.99
$42  $104.99
buy now DAA-C01