0
0
Tableaubi_tool~20 mins

Extract optimization in Tableau - Practice Problems & Coding Challenges

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

Which of the following methods is the most effective way to reduce the size of a Tableau extract without losing important data?

AFilter the data during extract creation to include only relevant rows
BInclude all columns and rows to keep the extract comprehensive
CUse live connection instead of extract to avoid extract size issues
DAdd calculated fields to the extract to increase data detail
Attempts:
2 left
💡 Hint

Think about how limiting data upfront affects extract size.

dax_lod_result
intermediate
2:00remaining
Effect of Aggregation on Extract Size

Consider a Tableau extract created with aggregated data at the monthly level instead of daily. What is the expected impact on extract size?

AExtract size will decrease because fewer rows are stored
BExtract size will increase due to additional calculated fields
CExtract size will remain the same because aggregation does not affect storage
DExtract size will increase because aggregation adds complexity
Attempts:
2 left
💡 Hint

Think about how aggregation changes the number of rows stored.

🔧 Formula Fix
advanced
2:00remaining
Diagnosing Slow Extract Refresh Performance

A Tableau extract refresh is taking much longer than expected. Which of the following is the most likely cause?

AThe extract is stored on a fast SSD drive
BThe extract includes unnecessary columns and rows increasing processing time
CThe extract uses incremental refresh instead of full refresh
DThe extract uses data source filters to limit data
Attempts:
2 left
💡 Hint

Consider what increases the amount of data Tableau must process during refresh.

visualization
advanced
2:00remaining
Visualizing Extract Size Impact

You want to create a dashboard showing the impact of different extract optimization techniques on extract size. Which visualization type best communicates this comparison?

AA scatter plot showing extract size versus refresh time without grouping
BA pie chart showing the percentage of total data by extract technique
CA line chart showing extract size over time without technique comparison
DA stacked bar chart comparing extract sizes before and after applying filters and aggregations
Attempts:
2 left
💡 Hint

Think about how to compare multiple categories clearly.

🎯 Scenario
expert
3:00remaining
Optimizing Extracts for Large Datasets with Multiple Sources

You manage a Tableau dashboard that uses extracts from multiple large data sources. The extracts are slow to refresh and the dashboard performance is poor. Which combined approach will best optimize extract performance?

ARemove all filters and aggregations to keep extracts raw and refresh extracts during peak hours
BUse live connections for all data sources to avoid extract refresh delays
CApply data source filters to limit rows, aggregate data at the source, and schedule incremental refreshes during off-peak hours
DIncrease extract refresh frequency to every 5 minutes without changing extract design
Attempts:
2 left
💡 Hint

Consider how to reduce data volume and refresh load while maintaining data freshness.