SnowPro Core Certification — Question 404
Which snowflake objects will incur both storage and cloud compute charges? (Choose two.)
Answer options
- A. Materialized view
- B. Sequence
- C. Secure view
- D. Transient table
- E. Clustered table
Correct answer: A, E
Explanation
The correct answers are A (Materialized view) and E (Clustered table) because both incur costs for storage due to data retention and for compute when they are queried or maintained. Options B (Sequence), C (Secure view), and D (Transient table) do not incur cloud compute charges in the same way, as they are not materialized or do not require ongoing compute resources.