Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Pass the Snowflake SnowPro Advanced Certification DAA-C01 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

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


Expert Solution
Questions # 12:

A Data Analyst created a model called modelX using SNOWFLAKE.ML.FORECAST. The Analyst needs to predict the next few values and save the result directly into tableX. What step does the Analyst need to take after calling the modelX!FORECAST function?

Options:

A.

Load the function call results directly INTO tableX.


B.

Pass the new table as a function argument.


C.

Create the table by querying the RESULT_SCAN.


D.

List the cache content, then use the data saved in the RESULT_SCAN for tableX.


Expert Solution
Questions # 13:

Why would an INFER_SCHEMA table function be used?

Options:

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


Expert Solution
Questions # 14:

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

Question # 14

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.


Expert Solution
Questions # 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:

Question # 15

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

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

Options:

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


Expert Solution
Questions # 16:

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.


Expert Solution
Questions # 17:

A Data Analyst runs a query in a Snowflake worksheet, and selects a numeric column from the result grid. What automatically-generated contextual statistic can be visualized?

Options:

A.

A histogram, displayed for all numeric, date, and time columns


B.

A frequency distribution, displayed for all numeric columns


C.

MIN/MAX values for the column


D.

A key distribution


Expert Solution
Questions # 18:

A Data Analyst needs to rotate a table by transforming a wide table’s columns into rows.

Question # 18

Which operator will be MOST beneficial for producing this output?

Question # 18

Options:

A.

PIVOT


B.

UNPIVOT


C.

INTERSECT


D.

EXCEPT


Expert Solution
Questions # 19:

A Data Analyst is creating a Snowsight dashboard from a shared worksheet. What happens to the access and permissions of the users who initially had sharing privileges on the worksheet?

Options:

A.

The original users retain access and permissions on the worksheet.


B.

The original users gain additional access to the worksheet.


C.

The original users temporarily lose access but regain it once the dashboard is created.


D.

The original users lose access to the worksheet, their permissions on the worksheet are revoked.


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions