Looker Studio practice exam
Fifteen questions across connections, charts, blends, controls and sharing.
Which panel changes a chart's dimension?
- Style
- Setup
- Theme
- Layout
Answer: Setup — Setup is data; Style is appearance.
A Sheet produces columns named "Column 1". Fix:
- Change connector
- Remove rows above the header, or use a named range
- Add a filter
- Re-share the sheet
Answer: Remove rows above the header, or use a named range — Headers must be the first row.
A numeric order ID is being summed. Fix:
- Change chart type
- Set its type to text and role to dimension
- Blend the source
- Add a control
Answer: Set its type to text and role to dimension — Numeric fields default to metrics.
Reusable calculated fields belong at:
- Chart level
- Data source level
- Report level
- Blend level
Answer: Data source level — Chart-level fields cannot be reused.
The correct form for a conversion rate is:
- SUM(conv/sessions)
- SUM(conv)/SUM(sessions)
- AVG(conv/sessions)
- COUNT(conv)/COUNT(sessions)
Answer: SUM(conv)/SUM(sessions) — Ratio of sums, not sum of ratios.
A blend returns all nulls. Most likely:
- Too many sources
- Join keys differ in format
- Wrong chart
- Stale cache
Answer: Join keys differ in format — Normalise keys before blending.
Maximum sources in one blend:
- 2
- 5
- 10
- Unlimited
Answer: 5 — Five.
A chart ignores the page date control because:
- It is broken
- It has its own date range in Setup
- It is blended
- Caching
Answer: It has its own date range in Setup — Chart-level settings win.
To apply a date control across all pages, place it:
- On each page
- In the report header
- In the theme
- In the data source
Answer: In the report header — Header components repeat across pages.
Cross-filtering means:
- Filtering the source
- Clicking a chart filters other charts on the page
- Blending two sources
- Adding a control
Answer: Clicking a chart filters other charts on the page — Enabled per chart in Setup.
Owner's credentials means viewers see data:
- Only what they may access
- Through the owner's access regardless of their own
- Without any data
- Aggregated only
Answer: Through the owner's access regardless of their own — The usual cause of accidental exposure.
Scheduled email PDFs render with:
- The last used filters
- The report default filter state
- No filters
- The recipient's filters
Answer: The report default filter state — Set defaults before scheduling.
The biggest lever on a slow report is usually:
- Fewer colours
- Extract data or aggregate upstream
- A lighter theme
- Smaller canvas
Answer: Extract data or aggregate upstream — Each component runs its own query.
Why must canvas size be set before building?
- It is fixed
- Changing it later reflows every component
- It sets the theme
- It affects data freshness
Answer: Changing it later reflows every component — Repositioning by hand otherwise.
Optional metrics let the viewer:
- Edit the report
- Add metrics themselves from a menu
- Change the date
- Export data
Answer: Add metrics themselves from a menu — Keeping the default chart clean.