Snowflake SnowPro Advanced: Data Analyst Certification - DAA-C01 Exam Practice Test
A Directed Acyclic Graph (DAG) of 12 tasks (ETLDAILY) failed because one of the tasks failed (STEP10), therefore the dependent tasks (STEP11 and STEP12) did not run. Which command is needed to re-run task STEP10 and the two dependent tasks?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
When building a Snowsight dashboard that will allow users to filter data within a worksheet, which Snowflake system filters should be used?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
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?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
What functionalities are available when a Snowflake worksheet is shared with other users? (Select TWO).
Correct Answer: B,D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
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?
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?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which Snowflake feature allows users to encapsulate a series of SQL statements into a reusable database object, facilitating modular code development?
Correct Answer: D
Why would a Data Analyst use a dimensional model rather than a single flat table to meet BI requirements for a virtual warehouse? (Select TWO).
Correct Answer: A,D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).