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

DAA-C01 SnowPro Advanced: Data Analyst Exam Questions and Answers

Questions 4

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 5

A Data Analyst created two functions and one procedures:

The Analyst then runs this query:

DAA-C01 Question 5

The Analyst then runs this query:

DAA-C01 Question 5

What will be the output?

Options:

A.

Null

B.

10

C.

20

D.

30

Buy Now
Questions 6

What functions should a Data Analyst use to run descriptive analytics on a data set? (Select TWO).

Options:

A.

REGR_INTERCEPT

B.

REGR_SLOPE

C.

ROW_NUMBER

D.

APPROX_COUNT_DISTINCT

E.

AVG

Buy Now
Questions 7

A single variant data column table RAW_SOURCE has the following JSON records:

DAA-C01 Question 7

A Data Analyst needs to get the value of the "f" field and have it in a consumable, tabular format. Which query should be used to meet this requirement?

Options:

A.

select data:events:f::number from raw_source;

B.

select value:f::number from raw_source, lateral flatten( input => data );

C.

select src.events:f::number from raw_source src;

D.

select value:f::number from raw_source, lateral flatten( input => data:events );

Buy Now
Questions 8

A Data Analyst needs to add address details based on a customer's latitude and longitude to a customer sales database. The Analyst found a free Worldwide Address Data listing on the Snowflake Marketplace. The ACCOUNTADMIN placed the data set into a new database called ADDRESS_DATA. The Data Analyst needs to join the ADDRESS_DATA.OPENADDRESS table with the ORDERS table which is stored in the GLOBAL_DWH database. The combined data set needs to be created as a view. How can this be achieved?

Options:

A.

Create a view in the ADDRESS_DATA database.

B.

Create a view in the GLOBAL_DWH database.

C.

Create a new schema called ENRICHED in the ADDRESS_DATA database and create this view in the ENRICHED schema.

D.

Ask the ACCOUNTADMIN to grant the Data Analyst the IMPORTED_PRIVILEGES on the ADDRESS_DATA database and then create a view in the ADDRESS_DATA database.

Buy Now
Questions 9

Given the following data:

DAA-C01 Question 9

This SELECT statement is executed:

DAA-C01 Question 9

What will be the result?

Options:

A.

200

B.

2.0

C.

1.84

D.

1.8

Buy Now
Questions 10

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 11

A scorecard tile on a Snowsight dashboard shows a comparison between the industry average employee age (which is 34) and a company's average employee age (which is 38). The scorecard tile looks like this:

Comparison with industry average

DAA-C01 Question 11

How should this tile be interpreted?

Options:

A.

38 is the comparison and 12% is the average age change in the last year.

B.

38 is the value and 12% is the standard deviation.

C.

38 is the value and 12% is the percent difference from the comparison.

D.

38 is the comparison and 12% is the projected industry growth.

Buy Now
Questions 12

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 13

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 14

A Data Analyst is working with three tables:

DAA-C01 Question 14

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

DAA-C01 Question 14

A)

DAA-C01 Question 14

B)

DAA-C01 Question 14

C)

DAA-C01 Question 14

D)

DAA-C01 Question 14

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 15

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
Questions 16

A Data Analyst has a Parquet file stored in an Amazon S3 staging area. Which query will copy the data from the staged Parquet file into separate columns in the target table?

DAA-C01 Question 16

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 17

A Data Analyst is working with three tables:

DAA-C01 Question 17

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

DAA-C01 Question 17

A)

DAA-C01 Question 17

B)

DAA-C01 Question 17

C)

DAA-C01 Question 17

D)

DAA-C01 Question 17

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 18

The image shows a table with a variant column that is storing a JSON record:

DAA-C01 Question 18

This SQL query is run:

DAA-C01 Question 18

What will be the result?

A)

DAA-C01 Question 18

B)

DAA-C01 Question 18

C)

DAA-C01 Question 18

D)

DAA-C01 Question 18

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 19

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
Exam Code: DAA-C01
Exam Name: SnowPro Advanced: Data Analyst Exam
Last Update: Jan 31, 2026
Questions: 65

PDF + Testing Engine

$72.6  $181.49

Testing Engine

$57.8  $144.49
buy now DAA-C01 testing engine

PDF (Q&A)

$49.8  $124.49
buy now DAA-C01 pdf