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

DAA-C01 Exam Dumps - SnowPro Advanced: Data Analyst Exam

Searching for workable clues to ace the Snowflake DAA-C01 Exam? You’re on the right place! ExamCert has realistic, trusted and authentic exam prep tools to help you achieve your desired credential. ExamCert’s DAA-C01 PDF Study Guide, Testing Engine and Exam Dumps follow a reliable exam preparation strategy, providing you the most relevant and updated study material that is crafted in an easy to learn format of questions and answers. ExamCert’s study tools aim at simplifying all complex and confusing concepts of the exam and introduce you to the real exam scenario and practice it with the help of its testing engine and real exam dumps

Go to page:
Question # 9

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?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 10

A table named STUDENT is created:

What will be the output?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 11

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

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?

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

Full Access
Question # 12

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?

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)

Full Access
Question # 13

A large, complicated query is used to generate a data set for a report on the most recent month. It is taking longer than expected. A review of the Query Profile shows excessive spilling. How can the performance of the query be improved WITHOUT increasing costs?

A.

Run the query against zero-copy clones of the source tables to avoid contention with other queries.

B.

Create a materialized view clustered on a date column, on the table that is causing the spilling.

C.

Change the source tables into external tables to establish and take advantage of custom partitioning.

D.

Split the query into multiple steps, replacing Common Table Expressions (CTEs) with temporary tables to process the data in smaller batches.

Full Access
Question # 14

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

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;

Full Access
Question # 15

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

A.

REGR_INTERCEPT

B.

REGR_SLOPE

C.

ROW_NUMBER

D.

APPROX_COUNT_DISTINCT

E.

AVG

Full Access
Question # 16

How can a Data Analyst automatically create a table structure for loading a Parquet file?

A.

Use the INFER_SCHEMA together with the CREATE TABLE LIKE command.

B.

Use INFER_SCHEMA together with the CREATE TABLE USING TEMPLATE command.

C.

Use the GENERATE_COLUMN_DESCRIPTION with the CREATE TABLE USING TEMPLATE command.

D.

Use the GENERATE_COLUMN_DESCRIPTION with the CREATE TABLE LIKE command.

Full Access
Go to page: