Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 285

Which of the following indicates that it may be appropriate to use a clustering key for a table? (Choose two.)

    Correct Answer: D, E

    Using a clustering key for a table can be appropriate if queries on the table are running slower than expected or if the clustering depth for the table is large. These indicators suggest that the data distribution may benefit from better organization, which clustering can provide, thereby improving query performance.

Discussion
halolOptions: DE

D&E https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html#:~:text=for%20a%20Table-,What,-is%20a%20Clustering

Kate0204Options: DE

DE I think

AlexbDkuOptions: DE

Answer is D and E https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html#what-is-a-clustering-key

girgirOptions: DE

DE Queries on the table are running slower than expected or have noticeably degraded over time. The clustering depth for the table is large. https://docs.snowflake.com/en/user-guide/tables-clustering-keys#label-considerations-for-choosing-clustering

fahfouhi94Options: DE

I think D E

_yyuktaOptions: DE

DE are correct

e_l_i_a_sOptions: DE

Some general indicators that can help determine whether to define a clustering key for a table include: Queries on the table are running slower than expected or have noticeably degraded over time. The clustering depth for the table is large.

Marge23Options: DE

correct ans

v1tjkee

Why not A?

0e504b5

https://docs.snowflake.com/en/user-guide/tables-clustering-keys A column with very low cardinality might yield only minimal pruning, such as a column named IS_NEW_CUSTOMER that contains only Boolean values. In other words, very low cardinality columns may not be worth clustering (the way I read it).

MultiCloudIronManOptions: DE

Correct