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 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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


Expert Solution
Questions # 2:

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

Question # 2

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


Expert Solution
Questions # 3:

A Data Analyst created two functions and one procedures:

The Analyst then runs this query:

Question # 3

The Analyst then runs this query:

Question # 3

What will be the output?

Options:

A.

Null


B.

10


C.

20


D.

30


Expert Solution
Questions # 4:

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


Expert Solution
Questions # 5:

What is a benefit of using SQL queries that contain secure views?

Options:

A.

Users will not be able to make observations about the quantity of underlying data.


B.

The amount of data scanned, and the total data volume are obfuscated.


C.

Only the number of scanned micro-partitions is exposed, not the number of bytes scanned.


D.

Snowflake secure views are more performant than regular views.


Expert Solution
Questions # 6:

While loading data into Snowflake using named file formats, a file format defined in which location has precedence?

Options:

A.

The stage definition


B.

The table definition


C.

The schema definition


D.

The COPY INTO statement


Expert Solution
Questions # 7:

A Data Analyst is working with three tables:

Question # 7

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

Question # 7

A)

Question # 7

B)

Question # 7

C)

Question # 7

D)

Question # 7

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 8:

What are the PRIMARY reasons for using integrity constraints on Snowflake tables? (Select TWO).

Options:

A.

To enforce that a value in a foreign key must match the value of a primary or unique key in a parent table.


B.

To enforce that records with a NOT NULL column must have values in that column.


C.

To enable team members to see how tables relate to one another.


D.

To enforce that records with a UNIQUE column must have all distinct values in that column.


E.

To allow for clustering on the primary and foreign keys by specifying them as clustering keys.


Expert Solution
Questions # 9:

Which query will provide this data without incurring additional storage costs?

Options:

A.

CREATE TABLE DEV.PUBLIC.TRANS_HIST LIKE PROD.PUBLIC.TRANS_HIST;


B.

CREATE TABLE DEV.PUBLIC.TRANS_HIST AS (SELECT * FROM PROD.PUBLIC.TRANS_HIST);


C.

CREATE TABLE DEV.PUBLIC.TRANS_HIST CLONE PROD.PUBLIC.TRANS_HIST;


D.

CREATE TABLE DEV.PUBLIC.TRANS_HIST AS (SELECT * FROM PROD.PUBLIC.TRANS_HIST WHERE extract(year from (TRANS_DATE)) = 2019);


Expert Solution
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


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions