Looker Studio full mock exam
12 questions sampled across all 4 modules. Timed like the real thing: answer everything, then review the explanations.
Which panel changes the dimension a chart uses?
- Style
- Setup
- Theme
- Layout
Answer: Setup — Setup is data; Style is appearance.
Your Sheet gives columns named "Column 1". Likely cause?
- Wrong permissions
- Title or blank rows above the header row
- Too many rows
- Wrong connector
Answer: Title or blank rows above the header row — Use a named range, or remove everything above the headers.
Where should you fix a metric formatted as the wrong currency?
- On each chart
- In the data source
- In Theme
- In the sheet
Answer: In the data source — One change in the data source applies everywhere.
What makes a scorecard genuinely useful?
- Compact numbers
- A comparison date range showing the change
- A border
- A long title
Answer: A comparison date range showing the change — A number alone gives no sense of whether it is good or bad.
A time series with a 30-value breakdown dimension gives:
- A clear chart
- 30 unreadable lines
- An error
- A pivot table
Answer: 30 unreadable lines — Filter to the top few or use a table.
SUM(Revenue)/SUM(Sessions) differs from SUM(Revenue/Sessions) because:
- It is faster
- The second averages per-row ratios, weighting rows equally
- The first fails on nulls
- They are identical
Answer: The second averages per-row ratios, weighting rows equally — Ratio of sums is the correct form for a rate.
One chart ignores the date range control. Why?
- It is broken
- It has its own date range set in Setup
- Wrong data source
- Caching
Answer: It has its own date range set in Setup — Chart-level settings take precedence.
A filter control affects only some charts. Likely cause?
- A bug
- Some charts use a source without that field
- Wrong control type
- Caching
Answer: Some charts use a source without that field — Blended sources are a common reason.
What does cross-filtering do?
- Filters the data source
- Clicking a chart element filters the other charts on the page
- Adds a control
- Blends sources
Answer: Clicking a chart element filters the other charts on the page — Enabled per chart in Setup.
Why set canvas size before building?
- It cannot be changed
- Changing it later reflows every component
- It affects data
- It sets the theme
Answer: Changing it later reflows every component — You would reposition everything by hand.
Owner's credentials means viewers:
- Must authenticate themselves
- See data through the owner's access, regardless of their own
- Cannot see the report
- Get read-only data
Answer: See data through the owner's access, regardless of their own — Convenient, and the usual cause of unintended data exposure.
Which typically gives the biggest speed improvement?
- Removing colours
- Extract data, or aggregating upstream
- Fewer pages
- A different theme
Answer: Extract data, or aggregating upstream — Query volume and row count dominate performance.