All questions
Question 1
A floating legend overlaps a chart. The browser window is widened. What happens to the legend?
- Moves with the chart edges
- Keeps its position and size (correct answer)
- Scales to fit the new width
- Merges into the tiled layout
Explanation: A floating legend is independent of the chart's layout, so widening the browser window doesn't rescale or move it; it stays anchored at its current spot. The tempting confusion is thinking it moves with chart edges, but that happens only for docked legends, not floating ones.
Question 2
A dashboard must resize with the browser but never exceed 1200 px. Which size mode should you use?
- Range size, max width 1200 px (correct answer)
- Fixed size with width 1200 px
- Automatic size, no width cap
- Range size, min width 1200 px
Explanation: Range size lets the dashboard adjust across a range of sizes, and setting the max width to 1200 px enforces the cap while allowing it to shrink and grow with the browser. Fixed size at 1200 px is tempting because it hits the cap, but it locks the dashboard and prevents resizing with the browser.
Question 3
Which drop zone on a target sheet creates a horizontal layout container?
- Top or bottom edge of a sheet
- Center of the target sheet
- Either side edge of the sheet (correct answer)
- At the dashboard title bar
Explanation: Dropping a sheet onto the left or right side edge of the target sheet creates a horizontal layout container, arranging items side by side. The top or bottom edge creates a vertical layout container instead, so that is the tempting wrong answer. Dropping in the center simply tiles the sheet without creating a layout container.
Question 4
What is the most direct way to add equal spacing inside a layout container?
- Worksheet Fit setting
- Dashboard size setting
- Sheet background color
- Container's padding (correct answer)
Explanation: Equal spacing inside a layout container is controlled by the container's padding, which sets space between the container border and its contents on all sides. Use the same padding value on each side for equal spacing. The worksheet Fit setting is tempting because it deals with layout, but it only changes how a worksheet scales to fill available space, not the spacing inside.
Question 5
A tall map is on the left; two KPI sheets are stacked on the right. Which container layout is needed?
- Outer horizontal, inner stack (correct answer)
- Outer vertical, inner stack
- Nested vertical containers
- Nested horizontal containers
Explanation: Put the map and the right column side by side, so the outer container splits horizontally. Then inside the right column, stack the two KPI sheets vertically. The tempting wrong choice is an outer vertical layout, because that would place the map above the KPIs instead of beside them.
Question 6
A designer wants a small KPI worksheet to appear over the upper-right corner of a larger map worksheet. The KPI must have precise dimensions and must not cause the map's tiled zone to become smaller.
How should the KPI worksheet be positioned?
- Add the KPI as a tiled child of the map's horizontal layout container.
- Add the KPI as a floating object and set its position and dimensions. (correct answer)
- Add the KPI below the map and apply negative outer padding to it.
- Add the KPI to a vertical container and distribute both sheets evenly.
Explanation: When placing one worksheet on top of another in Tableau without disturbing the underlying layout, you need to understand the difference between tiled and floating objects. Tiled objects participate in Tableau's grid system — they push, shrink, or rearrange neighboring sheets to share available space. Floating objects sit in a separate layer above the dashboard canvas, with no effect on any tiled element beneath them. You control a floating object's exact pixel position (X, Y) and dimensions (width, height) independently.
This is exactly what the scenario demands: the KPI must overlay the map precisely, and the map's tiled zone must remain untouched. Adding the KPI as a floating object and setting its position and dimensions — choice B — is the correct approach. You can drag any sheet onto the dashboard while holding a modifier key (or use the "Floating" option in the Objects panel) to place it as a float, then lock its coordinates numerically in the Layout pane.
Choice A fails because adding the KPI as a tiled child of any container shrinks the space allocated to the map — the layout grid must accommodate both sheets. Choice C is not a valid Tableau technique; negative outer padding does not allow one sheet to visually overlap another. Choice D places both sheets in a vertical container, which again divides tiled space between them and produces a stacked, side-by-side arrangement rather than an overlay.
A useful rule of thumb: whenever a question mentions "overlay," "on top of," or "without resizing adjacent sheets," floating is almost always the right mechanism to reach for.
Question 7
A dashboard contains several nested horizontal and vertical containers. When the author clicks near a worksheet, Tableau repeatedly selects the worksheet rather than the parent container whose border and padding must be changed.
What is the most reliable way to select the intended parent container?
- Use the item hierarchy in the Layout pane and select the required parent container. (correct answer)
- Temporarily convert the worksheet to floating and click the exposed dashboard background.
- Open the worksheet and change its formatting until the parent border is highlighted.
- Remove the worksheet from the dashboard, format the container, and add it again.
Explanation: When working with nested containers in Tableau dashboards, precision selection is a common challenge — clicking near a worksheet almost always selects the worksheet itself rather than its surrounding container. The key skill being tested here is knowing how to navigate Tableau's dashboard object hierarchy deliberately, rather than relying on click-targeting in the canvas.
The Layout pane (accessible from the left panel) displays a full tree of every object on the dashboard — worksheets, horizontal containers, vertical containers, and so on — in their exact nesting order. Clicking directly on any item in that hierarchy selects it on the canvas, giving you precise control regardless of how tightly objects are stacked. This makes A the most reliable, professional approach to selecting a specific parent container.
B is a workaround, not a solution — converting the worksheet to floating changes the dashboard's layout structure, which can break your design and introduces unnecessary steps. C doesn't make logical sense; formatting the worksheet itself has no mechanism for highlighting or selecting a parent container's border. D is a destructive approach — removing and re-adding a worksheet is time-consuming, risks losing configuration, and still doesn't guarantee you'll select the correct container afterward.
The strategy to remember: whenever you're dealing with nested layouts in Tableau, the Layout pane is your hierarchy navigator. If clicking on the canvas keeps selecting the wrong object, stop clicking and use the pane instead. On the exam, questions about dashboard formatting precision almost always point to the Layout pane as the correct tool.
Question 8
A horizontal container contains a revenue worksheet and a margin worksheet. The author needs a fixed, independently selectable spacer between them and does not want to modify either worksheet's internal formatting.
Which dashboard object should be inserted as a third child between the worksheets?
- A blank object with its width set to the required gutter size. (correct answer)
- A text object containing only spaces, with font color matching the background.
- A floating image object positioned between the two tiled worksheets.
- An empty horizontal container with no children and no visible border.
Explanation: When building dashboards in Tableau, understanding how layout containers manage space is essential. Tiled containers distribute space among their children automatically, so when you need a controlled, consistent gap between two worksheets inside a horizontal container, you need an object that occupies precisely the space you define — nothing more, nothing less.
A blank object (choice A) is purpose-built for this role. Tableau's blank object acts as a pure spacer: you set its fixed width, it holds that width reliably, it's independently selectable in the layout pane, and it requires zero modification to either adjacent worksheet. This satisfies every constraint in the scenario — fixed size, independent selectability, and no internal formatting changes elsewhere.
Choice B fails because a text object filled with invisible spaces is a fragile workaround. Font rendering and spacing can shift across screen resolutions or Tableau versions, making the gap inconsistent. It's also semantically misleading and harder to maintain. Choice C introduces a floating object, which exists on a separate layer above the tiled layout entirely — it doesn't participate in the horizontal container's flow at all, so it cannot function as a structural spacer between tiled children. Choice D sounds plausible, but an empty horizontal container with no children has indeterminate sizing behavior; Tableau may collapse it or distribute its space unpredictably, making it unreliable as a fixed-width gutter.
A is the correct answer because it is Tableau's dedicated, stable mechanism for adding controlled whitespace within layout containers.
Study tip: Whenever a Tableau question involves spacing within a container, think "blank object first." Blank objects are the only Tableau dashboard element designed exclusively to occupy and hold space predictably.
Question 9
Two worksheets were initially added to a dashboard as floating objects. They now need to remain side by side, avoid overlapping, and share available width as the dashboard is resized.
Which action should the dashboard author take?
- Create a tiled horizontal container and move both worksheets into that container. (correct answer)
- Create a floating vertical container and move both worksheets into that container.
- Keep both worksheets floating and assign them identical width and height values.
- Convert each worksheet to tiled without placing them in a shared layout container.
Explanation: When working with Tableau dashboards, the key concept to understand is the difference between floating and tiled layout modes, and how layout containers control how objects behave during resizing.
Tiled objects participate in Tableau's automatic layout engine — they resize and reposition dynamically as the dashboard dimensions change. A tiled horizontal container specifically arranges its child objects side by side, divides available width proportionally between them, and prevents overlapping. This is exactly what the scenario requires: two worksheets that stay adjacent, don't overlap, and share width responsively. That makes A the correct answer.
Choice B fails on two levels: a floating vertical container does not participate in the tiled layout engine, so it won't respond to dashboard resizing the way a tiled container does. Additionally, a vertical container stacks objects top-to-bottom, not side by side — the wrong orientation entirely.
Choice C might seem like a workaround, but floating objects with matching dimensions will still overlap or drift independently during resizing. Floating objects are positioned by fixed coordinates, not by a responsive layout relationship, so "identical values" does nothing to keep them synchronized.
Choice D is a common trap. Converting worksheets to tiled does remove the floating behavior, but without placing them inside a shared layout container, Tableau simply positions them independently in the overall tiled grid — there's no guarantee they'll remain side by side or share width proportionally.
As a study tip: whenever a question describes objects that need to share space responsively, think tiled layout containers. Match the container orientation (horizontal vs. vertical) to how objects are arranged — horizontal for side by side, vertical for stacked.
Question 10
A dashboard must display a title across the full width. Beneath the title, a sales worksheet and a profit worksheet must remain side by side and resize together when the dashboard width changes.
Which layout structure best supports these requirements?
- Place the title and both worksheets as direct children of one horizontal container.
- Place the title above a horizontal worksheet container inside one vertical container. (correct answer)
- Place the title and both worksheets as floating objects with matched coordinates.
- Place all three objects in one vertical container and distribute them evenly.
Explanation: When building dashboards in Tableau, the key concept being tested here is nested containers — using vertical and horizontal layout containers together to control how objects are arranged and how they resize relative to one another.
The requirements give you two distinct layout behaviors: the title spans the full width, and the two worksheets sit side by side and resize together. These are fundamentally different axis behaviors, which means you need two different container types working in concert. A vertical container stacks objects top-to-bottom, and a horizontal container places objects left-to-right. By nesting a horizontal container inside a vertical one, the title occupies the full top row while the horizontal container below it holds both worksheets as siblings — so they resize proportionally together as the dashboard width changes. That's exactly what B describes.
A fails because placing all three objects in a single horizontal container puts them side by side on the same row — the title would not span the full width; it would share horizontal space with both worksheets. C using floating objects breaks automatic resizing entirely; floating elements use fixed coordinates and don't respond fluidly to dashboard width changes. D puts everything in one vertical container, which stacks all three objects vertically — the worksheets would be on separate rows rather than side by side.
A useful strategy: whenever a layout question describes two different directional behaviors (something spanning full width and something sitting side by side), that's your signal that a nested container is the answer. Think of it as "one container per axis of behavior."
Question 11
A completed dashboard contains a worksheet in a carefully sized position inside nested layout containers. A revised worksheet should occupy the same dashboard location without rebuilding the surrounding layout.
Which method should the author use?
- Delete the existing worksheet object, then drag the revised worksheet near the same position.
- Duplicate the entire dashboard, then hide the original worksheet behind the revised worksheet.
- Select the existing worksheet and use Replace Sheet to choose the revised worksheet. (correct answer)
- Add the revised worksheet as floating, then copy the existing worksheet's coordinates.
Explanation: When working with dashboards in Tableau, a common challenge is swapping out a worksheet without disrupting the carefully built layout around it. This question tests whether you know Tableau's built-in mechanism for exactly that scenario.
Tableau provides a Replace Sheet feature precisely for this situation. By right-clicking (or using the dropdown on) the existing worksheet object within the dashboard, you can select "Replace Sheet" and choose any other worksheet from your workbook. The replacement drops into the same container position, preserving sizing, padding, and the surrounding layout structure — no rebuilding required. Option C is the correct approach.
Option A fails because deleting the worksheet object and dragging a new one nearby does not guarantee the same position, size, or container nesting. You'd likely need to manually refit and reformat everything, defeating the purpose of avoiding a rebuild. Option B is impractical and wasteful — duplicating the entire dashboard to layer sheets adds unnecessary complexity, creates maintenance overhead, and doesn't actually replace the worksheet in its layout slot. Option D, adding the revised worksheet as a floating object and copying coordinates, is fragile. Floating objects sit outside the layout container hierarchy entirely, so even if the x/y coordinates match visually, the sheet is no longer part of the nested container structure the question specifically requires preserving.
A useful tip to remember: whenever a Tableau question mentions preserving layout containers or dashboard structure while swapping content, think Replace Sheet first. It's a purpose-built tool that Tableau hides in plain sight, and exam questions frequently test whether you know it exists rather than working around it manually.
Question 12
A dashboard must remain exactly 1200 by 800 pixels for display on a fixed kiosk. One tiled worksheet currently shows scroll bars because its view is larger than the space assigned by its container. The dashboard dimensions must not change.
Which adjustment most directly addresses the worksheet scroll bars while preserving the dashboard size?
- Change the dashboard size from fixed to automatic and retain the existing containers.
- Apply Distribute Evenly to the worksheet's parent container without changing fit.
- Convert the worksheet from tiled to floating and retain its current dimensions.
- Set the worksheet's fit option to Entire View within its assigned dashboard zone. (correct answer)
Explanation: When a worksheet displays scroll bars inside a dashboard, it means the view's content exceeds the space allocated to that zone. Your goal is to make the content fit the zone — not resize the dashboard or restructure the layout.
Setting the worksheet's fit to Entire View (answer D) directly solves this: it scales the visualization to fill the assigned zone completely, eliminating the need for scroll bars. The dashboard dimensions stay at 1200×800 because you're only changing how the worksheet renders within its existing space, not touching any container sizing or dashboard settings.
Here's why the other options miss the mark. A changes the dashboard from fixed to automatic, which directly violates the constraint that dimensions must remain 1200×800 — kiosk displays require pixel-perfect sizing, and automatic mode surrenders that control. B applies Distribute Evenly to the parent container, which redistributes space among sibling objects in the container, but doesn't instruct the worksheet itself how to scale its content — scroll bars would likely persist because the fit setting remains unchanged. C converts the worksheet to floating, which removes it from the tiled layout flow, but floating objects retain their set dimensions independently; if those dimensions still exceed the zone or the view is still unscaled, scroll bars can still appear — and floating introduces layout complexity without addressing the root cause.
The key pattern to remember: scroll bars in a dashboard zone are almost always a fit-mode problem, not a container or layout problem. When you see scroll bars mentioned alongside a size constraint, go straight to the worksheet's fit options — Entire View, Fit Width, or Fit Height — before touching anything structural.
Question 13
Two worksheets are direct children of the same horizontal container. The container has a visible border around the pair. The author wants a gutter only between the worksheets while preserving the border around the overall group.
Which formatting approach best meets the requirement?
- Increase the container's outer padding on its left and right sides.
- Increase the container's inner padding equally on all four sides.
- Apply outer padding to the adjoining sides of each child worksheet. (correct answer)
- Apply inner padding to the adjoining sides of each child worksheet.
Explanation: When working with Tableau's layout containers, you need to distinguish between two types of padding and where they apply. Outer padding controls the space outside an object's boundary, while inner padding controls space inside an object's boundary. The placement of padding determines what visual gap it creates and whether it disrupts borders.
Here, the goal is a gutter between the two child worksheets without affecting the container's outer border. If you apply outer padding to the adjoining (facing) sides of each child worksheet — say, the right side of the left worksheet and the left side of the right worksheet — that space accumulates between them, creating the gutter. Crucially, this padding sits inside the container, so the container's visible border remains undisturbed. Answer C is correct.
Answer A increases the container's own outer padding, which pushes the entire container away from surrounding elements — it doesn't create any gap between the two children inside it. Answer B increases the container's inner padding equally on all sides, which would add space between the container walls and the children on every side, not just between the two children — and it could visually shrink the content area uniformly rather than targeting the gutter specifically. Answer D applies inner padding to the adjoining sides of each child, but inner padding on a worksheet expands inward, compressing the visualization's content rather than pushing the worksheets apart from each other.
A useful rule of thumb: to create space between objects inside a container, use outer padding on the objects themselves at their shared edge. Save inner padding for expanding breathing room within a single element's own boundary.
Question 14
An outer vertical container has three direct children in this order: a title object, an inner horizontal container holding two worksheets, and a footer object. The two worksheets currently have different widths.
What happens if the author selects the outer vertical container and applies Distribute Evenly?
- The title and footer receive equal widths; the inner container keeps its existing height and width.
- The two worksheets receive equal widths; the title and footer retain their existing heights.
- All five visible objects receive equal heights because distribution includes every nested descendant.
- The title, inner container, and footer receive equal heights; the worksheet widths are not necessarily equalized. (correct answer)
Explanation: Whenever you see a question about Distribute Evenly in Tableau, the critical question to ask yourself is: which objects are direct children of the selected container, and in which axis does that container flow?
Distribute Evenly acts on the direct children of the selected container only — it does not cascade into nested containers. A vertical container stacks its children top-to-bottom, so distributing evenly means giving each direct child an equal share of the vertical space (height). The outer vertical container here has exactly three direct children: the title, the inner horizontal container, and the footer. Applying Distribute Evenly to the outer container therefore equalizes those three objects' heights. The inner horizontal container is treated as a single opaque unit — Tableau doesn't peer inside it to touch the worksheets. That makes D correct: the title, inner container, and footer receive equal heights, while the widths of the two worksheets inside are unaffected by this operation.
A is wrong because it confuses the axis — a vertical container distributes height, not width. Distributing width would be the behavior of a horizontal container. B is wrong for two reasons: it describes equalizing the worksheet widths (wrong objects, wrong axis), and the worksheets are not direct children of the container being acted on. C is wrong because Distribute Evenly does not recurse into nested containers — descendants are never touched, only direct children.
Your study tip: always pair the container orientation (vertical → height, horizontal → width) with the concept of direct children only. Those two facts together will resolve nearly every Distribute Evenly question you encounter.
Question 15
A horizontal layout container has a fixed width and contains three worksheets as direct children. After manual resizing, the first worksheet is much narrower than the other two. The author wants all three worksheets to receive equal horizontal space.
What is the most direct way to correct the layout?
- Select each worksheet and assign the same fixed width in the Layout pane.
- Select the horizontal container and use the Distribute Evenly command. (correct answer)
- Change the horizontal container to a vertical container and resize its height.
- Set each worksheet to Fit Width from its dashboard sheet menu.
Explanation: When working with dashboard layout containers in Tableau, the key question is always: who owns the space? A container manages the collective space of its children, which means container-level commands are your most efficient tool for redistributing that space uniformly.
Because the horizontal container holds all three worksheets as direct children, selecting the container and using Distribute Evenly (available by right-clicking the container or through the Layout pane) instantly recalculates and assigns equal horizontal space to each child — exactly what the scenario requires. That makes B the most direct and purpose-built solution.
A is tempting but inefficient and fragile. Manually assigning the same fixed pixel width to each worksheet requires you to calculate the correct value, apply it three times, and hope the total doesn't exceed the container's fixed width — it's error-prone and bypasses the tool designed for this job. C is simply wrong structurally; changing a horizontal container to a vertical one redistributes vertical space and would break the side-by-side layout entirely. D misunderstands what "Fit Width" does — it controls how a visualization fits within its sheet's current bounds, not how much horizontal space that sheet receives within the container. Setting Fit Width on each sheet would not rebalance their widths relative to one another.
As a study tip, remember that in Tableau dashboard questions, when the problem involves multiple siblings inside a container, the solution almost always operates at the container level, not the individual sheet level. Look for container-level commands like Distribute Evenly before considering manual per-item adjustments.