0
0
Tableaubi_tool~20 mins

Custom geocoding in Tableau - Practice Problems & Coding Challenges

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

Which file format is required to import custom geocoding data into Tableau?

ACSV file with latitude and longitude columns
BExcel file with ZIP codes only
CTableau Data Extract (.hyper) file
DJSON file with address details
Attempts:
2 left
💡 Hint

Think about the simplest format Tableau can read for coordinates.

dax_lod_result
intermediate
2:00remaining
Result of Custom Geocoding Join in Tableau

You have a custom geocoding CSV with city names and coordinates. After joining it with your sales data on city name, what will Tableau display if a city in sales data is missing in the custom geocoding file?

AThe city will appear at coordinates (0,0)
BThe city will not appear on the map visualization
CThe city will show with default Tableau coordinates
DTableau will throw an error and stop loading
Attempts:
2 left
💡 Hint

Consider what happens when a join has no matching record.

visualization
advanced
3:00remaining
Best Practice for Visualizing Custom Geocoded Data

Which visualization approach best ensures accessibility and clarity when displaying custom geocoded points on a Tableau map?

AUse small, low-contrast dots without labels to avoid clutter
BDisplay all points as large overlapping circles with no interactivity
CUse distinct color-coded shapes with tooltips and high contrast colors
DUse only text labels without map background for simplicity
Attempts:
2 left
💡 Hint

Think about color contrast and user interaction for clarity.

data_modeling
advanced
3:00remaining
Handling Multiple Locations per Entity in Custom Geocoding

You have a dataset where some customers have multiple store locations. How should you model your custom geocoding data in Tableau to accurately map all locations?

ACreate one row per store location with customer ID and coordinates
BCreate one row per customer with multiple latitude and longitude columns
CAggregate all store locations into a single average coordinate per customer
DUse only the primary store location per customer and ignore others
Attempts:
2 left
💡 Hint

Think about how Tableau maps points and the granularity needed.

🔧 Formula Fix
expert
3:00remaining
Troubleshooting Custom Geocoding Import Errors

You imported a custom geocoding CSV into Tableau, but the map shows no points. Which of the following is the most likely cause?

AThe CSV file contains extra columns with irrelevant data
BThe custom geocoding file has more rows than the sales data
CThe CSV file uses semicolons instead of commas as separators
DLatitude and longitude columns are named incorrectly or missing
Attempts:
2 left
💡 Hint

Check if Tableau recognizes the coordinate columns properly.