Snowflake SnowPro Core Practice Test 8

Question 1 / 40
How can a Snowflake user optimize query performance in Snowflake? (Select TWO).
Create a view.
Cluster a table.
Enable the search optimization service.
Enable Time Travel.
Index a table.
Comment (0)
Suggested answer: B, C
Explanation:
To optimize query performance in Snowflake, users can cluster a table, which organizes the data in a way that minimizes the amount of data scanned during queries.Additionally, enabling the search optimization service can improve the performance of selective point lookup queries on large tables34.