0
0
Snowflakecloud~20 mins

Cost optimization strategies in Snowflake - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Snowflake Cost Optimization Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Snowflake Warehouse Sizing for Cost Efficiency

Which Snowflake warehouse size option will generally cost the least while still allowing for moderate query performance?

AX-Small warehouse
B2X-Large warehouse
CLarge warehouse
DMedium warehouse
Attempts:
2 left
💡 Hint

Think about how warehouse size affects compute credits used per hour.

service_behavior
intermediate
2:00remaining
Effect of Auto-Suspend on Snowflake Costs

What happens to your Snowflake compute costs if you enable auto-suspend on your warehouse with a 5-minute timeout?

ACompute costs continue until manually suspended
BCompute costs stop accruing 5 minutes after inactivity
CCompute costs are charged only during query execution, ignoring suspend settings
DCompute costs increase due to frequent suspends and resumes
Attempts:
2 left
💡 Hint

Consider what auto-suspend does to warehouse activity.

Architecture
advanced
2:00remaining
Designing a Cost-Effective Snowflake Data Sharing Architecture

You want to share data with multiple external partners without duplicating data and while minimizing costs. Which Snowflake feature should you use?

ACreate separate databases for each partner and copy data
BExport data to external cloud storage for each partner
CCreate multiple warehouses dedicated to each partner
DUse Snowflake Secure Data Sharing to share live data directly
Attempts:
2 left
💡 Hint

Think about sharing data without duplication and extra storage costs.

security
advanced
2:00remaining
Cost Impact of Over-Provisioned Snowflake Warehouses

What is a likely cost consequence of using a warehouse size much larger than needed for your workload?

AHigher compute costs due to unused capacity
BLower costs because larger warehouses are more efficient
CNo cost difference because Snowflake charges per query
DCosts decrease due to faster query completion
Attempts:
2 left
💡 Hint

Consider how warehouse size relates to billing and usage.

Best Practice
expert
2:00remaining
Optimizing Snowflake Storage Costs with Data Retention Policies

You want to reduce Snowflake storage costs by automatically removing old data that is no longer needed. Which approach is best?

AManually delete old data tables weekly
BUse Time Travel retention with maximum duration to keep all data
CSet a data retention policy with a short Time Travel period and use automatic data purging
DArchive data externally and keep all data indefinitely in Snowflake
Attempts:
2 left
💡 Hint

Think about balancing data availability and storage cost.