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

Exact2Pass Menu

SnowPro Advanced: Data Analyst Exam

Last Update 15 hours ago Total Questions : 65

The SnowPro Advanced: Data Analyst Exam content is now fully updated, with all current exam questions added 15 hours ago. Deciding to include DAA-C01 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our DAA-C01 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these DAA-C01 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any SnowPro Advanced: Data Analyst Exam practice test comfortably within the allotted time.

Question # 11

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?

A.

ST_HAUSDORFFDISTANCE

B.

HAVERSINE

C.

ST_LENGTH

D.

ST_DISTANCE

Question # 12

What functionalities are available when a Snowflake worksheet is shared with other users? (Select TWO).

A.

Users with edit permissions can view past versions of the worksheet.

B.

Collaborators can share the worksheet across Snowflake accounts.

C.

If multiple users edit and run a shared worksheet at the same time, each run of the worksheet will create a new version.

D.

If the worksheet is being edited, the collaborators will be able to see these edits in real-time.

E.

Whenever a user with permissions runs a worksheet, the existing version history of the worksheet will be overwritten.

Question # 13

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

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.

Question # 14

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

Question # 15

A Data Analyst created a cost overview dashboard in Snowsight. Management has asked for a system date filter to easily change the time period and refresh the data in all dashboard tiles with a single filter selection.

The system date filter is shown below:

The Analyst wants to apply the filter onto individual dashboard components.

Adding which where clause to the queries will apply the filter as required?

A.

Where start_time > = dateadd( ' days ' , -7, SYSDATE())

B.

Where start_time > = dateadd( ' days ' , -7, CURRENT_TIMESTAMP())

C.

Where start_time = :date_filter

D.

Where start_time = :daterange

Question # 16

This query is run:

SQL

SELECT

customer.id,

ANY_VALUE(customer.name),

SUM(orders.value)

FROM customer

JOIN orders ON customer.id = orders.customer_id

GROUP BY customer.id;

What is the effect of ANY_VALUE in this syntax?

A.

It will return an equivalent NULL value when the expression is evaluated.

B.

It will return some value of the expression from the group, with a non-deterministic result.

C.

It will return the minimum value of those generated by the expression, with a deterministic result.

D.

It will return a value equivalent to the median of those generated by the expression, which may be a non-deterministic result.

Question # 17

A Data Analyst for a ride-sharing company needs to assess the relationship between the number of active drivers in a city, and the average waiting time for passengers. Which query will determine if an increase in the number of active drivers is associated with a decrease in the average waiting time?

A.

SELECT CITY, SUM(ACTIVE_DRIVERS), VARIANCE(AVERAGE_WAITING_TIME) FROM RIDE_DATA GROUP BY CITY;

B.

SELECT CITY, VARIANCE(ACTIVE_DRIVERS, AVERAGE_WAITING_TIME) FROM RIDE_DATA GROUP BY CITY;

C.

SELECT CITY, SUM(ACTIVE_DRIVERS), AVG(AVERAGE_WAITING_TIME) FROM RIDE_DATA GROUP BY CITY;

D.

SELECT CITY, CORR(ACTIVE_DRIVERS, AVERAGE_WAITING_TIME) FROM RIDE_DATA GROUP BY CITY;

Question # 18

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

Question # 19

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

Go to page: