All questions
Question 1
A designer creates a sketch, extrudes it, adds a shell, and then creates several holes. To investigate the model before the shell was added, the designer moves the timeline marker immediately before the Shell feature.
While the timeline marker remains in this position, the designer creates a new fillet. What is the expected result after the marker is returned to the end of the timeline?
- The fillet is inserted before the Shell feature, and later features recompute using the modified geometry. (correct answer)
- The fillet is appended after the hole features because all new features are placed at the timeline end.
- The fillet remains temporary and is discarded when the marker is returned to the timeline end.
- The fillet converts the entire design to direct modeling because it was created in a rolled-back state.
Explanation: When working with Fusion 360's parametric timeline, you need to understand how the "roll back" state works. Rolling back the marker doesn't freeze the timeline — it lets you insert new features at that point in history, and the design recomputes everything downstream when you return to the end.
This is exactly what makes A correct. When you create a fillet while the marker is positioned before the Shell feature, Fusion 360 inserts that fillet at the current marker position — right before the Shell. Once you return the marker to the end, all subsequent features (Shell, holes) recompute using the updated geometry that now includes the fillet. This is parametric modeling's core strength: history-based recomputation.
B is wrong because it assumes new features always land at the timeline end. That's only true when the marker is at the end. When you're rolled back, new features insert at the marker's current position — that's the whole purpose of the rollback workflow.
C describes how temporary sketches or uncommitted edits might behave, but a fully created and confirmed feature is permanently written into the timeline regardless of when the marker was positioned. The fillet is not discarded.
D is a trap if you confuse parametric rollback with switching to direct modeling. Creating features in a rolled-back state does not trigger a conversion to direct modeling — Fusion 360 remains fully parametric throughout this workflow.
Remember this pattern: in Fusion 360, the marker position determines insertion point, not a temporary workspace. New features always land where the marker sits, and everything after recomputes.
Question 2
A timeline contains an Extrude feature followed by a Fillet feature. The fillet was created by selecting edges produced by that extrusion. A designer attempts to drag the Fillet feature to a position before the Extrude feature.
Which outcome best reflects how Fusion handles this attempted timeline reordering?
- Fusion allows the move and delays calculating the fillet until the extrusion is processed later.
- Fusion converts the fillet into a direct edit so that it no longer depends on the extrusion.
- Fusion prevents or rejects the move because the fillet depends on geometry created by the extrusion. (correct answer)
- Fusion moves both features together and reverses their internal calculation order automatically.
Explanation: When working with Fusion 360's parametric timeline, think of features as a chain of dependent steps — each feature can only reference geometry that already exists at its position in the timeline. This question tests whether you understand how Fusion enforces those dependencies during reordering.
Because the Fillet was created by selecting edges that the Extrude feature generated, the Fillet is fundamentally dependent on the Extrude existing first. If you tried to place the Fillet before the Extrude, those edges wouldn't exist yet at that point in the timeline — the fillet would have nothing to reference. Fusion recognizes this dependency and blocks the move, making C the correct answer. This is a core behavior of parametric modeling: feature order must respect the parent-child relationships between operations.
A is incorrect because Fusion doesn't use a "lazy evaluation" approach where it defers calculation until later. Dependencies must be satisfied at the time a feature is evaluated in sequence. B is incorrect because Fusion doesn't automatically convert parametric features into direct edits to resolve conflicts — that would silently strip the design of its parametric intelligence, which Fusion is specifically designed to preserve. D is incorrect because Fusion doesn't reorder or reverse the internal calculation logic of features automatically; the timeline order you set is the order Fusion computes, and it won't silently shuffle dependencies behind the scenes.
As a study tip, whenever a question involves timeline reordering in Fusion 360, ask yourself: "Does the feature being moved depend on geometry from a feature it would now precede?" If yes, Fusion will block the move.
Question 3
A manufacturer is developing an enclosure family. Overall width, wall thickness, vent spacing, and mounting-hole locations are expected to change repeatedly, and later features must update when those values change.
Which modeling approach is most appropriate for the primary design workflow?
- Use direct modeling throughout so every face can be moved without maintaining feature dependencies.
- Use parametric modeling so dimensions and feature relationships can drive predictable downstream updates. (correct answer)
- Disable design history after each feature so completed geometry cannot be affected by parameter changes.
- Create independent unassociated bodies so each revision can be repositioned without timeline recomputation.
Explanation: When a question describes designs with frequently changing dimensions that must cascade predictably through downstream features, you're being tested on the distinction between parametric and direct modeling philosophies in Fusion 360.
Parametric modeling — the approach in answer B — stores a timeline of features driven by named dimensions and constraints. When you change the wall thickness or vent spacing, Fusion recomputes every dependent feature in sequence: pockets shift, patterns recount, holes relocate. This is exactly what an enclosure family needs, where "later features must update when those values change" is the explicit requirement. Parametric modeling makes that behavior automatic and reliable.
Answer A is tempting if you've used direct modeling for quick edits, but direct modeling deliberately removes feature history and associativity. There's no parameter table driving updates — every change is a manual face-push. That's useful for one-off fixes, not a family of related enclosures that share dimensions.
Answer C describes disabling design history, which effectively converts your model to direct modeling mid-stream. This would prevent parameters from propagating changes downstream — the opposite of what the scenario requires.
Answer D suggests creating unassociated bodies, which breaks the geometric relationships entirely. Independent bodies can't reference shared parameters, so changing overall width wouldn't update mounting hole positions in a related body. You'd be creating coordination work, not eliminating it.
Study tip: On Fusion 360 exam questions, whenever you see phrases like "drive updates," "downstream features," or "repeated revisions," that's your cue that parametric modeling and the design timeline are the correct conceptual territory.
Question 4
A designer is working in a parametric design but needs to reshape imported geometry by moving and deleting several faces. The designer wants those operations represented as one controlled stage before adding downstream parametric features.
Which workflow best satisfies this requirement?
- Create and edit a Base Feature, perform the direct edits inside it, and then finish the Base Feature so downstream parametric features can follow. (correct answer)
- Disable design history, perform the face edits on the imported geometry, and then re-enable history to restore and continue from the earlier feature sequence.
- Move the timeline marker to the beginning and perform each face edit as a temporary rollback operation that is discarded when the marker returns to the end.
- Suppress every existing feature so their geometry is hidden, edit the now-visible faces directly, and then unsuppress the full feature sequence to finalize the model.
Explanation: When you encounter questions about editing imported or non-parametric geometry within a parametric Fusion 360 workflow, focus on how the tool lets you bridge direct modeling and parametric history — keeping edits organized and timeline-friendly.
A Base Feature in Fusion 360 is specifically designed for this scenario. It acts as a container for direct edits — like moving or deleting faces — performed on imported geometry that has no parametric history. When you create a Base Feature, make your direct edits inside it, and then finish it, Fusion 360 wraps those edits into a single, controlled timeline entry. This means all your face manipulations appear as one cohesive stage, and you can then add fully parametric features downstream that reference the resulting geometry. Answer A describes exactly this process and is correct.
Answer B is tempting but flawed: disabling design history in Fusion 360 actually clears the timeline entirely, meaning you lose your parametric feature sequence — it doesn't pause and resume it. Re-enabling history won't restore your previous features.
Answer C misrepresents how the timeline marker works. Rolling back the marker lets you inspect or insert features at earlier points, but face edits made during rollback aren't "discarded" when you return to the end — they become part of the history, and this isn't the intended workflow for managing direct edits.
Answer D confuses suppression with direct modeling access. Suppressing features hides their effect on the model, not underlying faces, and unsuppressing them would simply replay those features — it doesn't finalize any direct face edits made in the meantime.
As a study tip, remember: Base Feature = the bridge between direct modeling and parametric history in Fusion 360. Any question mentioning imported geometry plus downstream parametric features should immediately bring this tool to mind.
Question 5
An engineer opens a supplier's STEP model as editable solid geometry. The file has no useful feature-by-feature construction history. The engineer must add mounting holes whose diameters will be revised during testing.
Which approach best combines the imported geometry with editable parametric additions?
- Reimport the STEP file after each test revision so the hole features retain their associative dimensions.
- Keep the design entirely direct and rely on timeline parameters to revise the hole diameters later.
- Convert the imported solid to a mesh before adding holes so its original history can be regenerated.
- Enable Capture Design History before adding the holes, then create the hole features in the new timeline. (correct answer)
Explanation: When working with imported geometry in Fusion 360, the core challenge is bridging the gap between "dumb" solid bodies (no history) and parametric design intent. The key concept here is Fusion 360's two modeling modes: Direct Modeling (no timeline) and Parametric Modeling (timeline active). Knowing when and how to switch between them is essential.
Enabling Capture Design History — answer D — is the correct approach because it activates the parametric timeline after import, allowing any features you add (like holes) to be recorded as editable, parameter-driven steps. The imported STEP body sits as a base solid, and your new hole features stack on top in the timeline. When testing reveals a new diameter, you simply edit the hole feature's parameter — no reimporting, no workarounds.
Answer A fails because reimporting the STEP file on every revision is tedious, error-prone, and doesn't make the holes parametric — it just resets the geometry entirely. Answer B misunderstands Fusion 360's direct modeling mode: timeline parameters aren't available when history capture is off, so you cannot revisit and revise features through a timeline that doesn't exist. Answer C is a fundamental category error — converting a solid to a mesh makes geometry harder to edit precisely, not easier, and mesh bodies cannot regenerate BREP construction history.
A useful tip for this exam: whenever a question involves imported geometry that needs future edits, think about when you enable history capture. The sequence matters — enable it before adding new features so those features are parametric, even if the original imported body is not.
Question 6
In a history-based design, a teammate turns off the visibility of a body in the Browser. The body disappears from the canvas, but its Extrude, Shell, and Fillet features remain in the timeline without warnings.
Which interpretation of the model state is most accurate?
- The body and its features are suppressed, so downstream calculations now exclude their geometry.
- The body is hidden from display, but its timeline features still participate in model computation. (correct answer)
- The body has been deleted visually, although its features remain available only as recovery data.
- The body has become a direct-modeling object, so its timeline features no longer control its shape.
Explanation: Whenever you see a question about visibility in Fusion 360's history-based (parametric) environment, you need to distinguish between display state and computational state — these are two completely separate things.
In Fusion 360, toggling a body's visibility in the Browser is purely a display control. The body still exists as a fully computed solid; its Extrude, Shell, and Fillet features continue executing in the timeline and contributing to the model's geometry. The body simply isn't rendered on the canvas. This is exactly what answer B describes — the body is hidden from view, but all its timeline features remain active participants in model computation. That's why no warnings appear on those features; nothing is actually broken or suppressed.
Answer A is wrong because suppression is a distinct action from hiding. Suppressing a feature (right-click → Suppress) removes it from computation and typically cascades warnings to dependent features. Hiding a body does neither of those things. Answer C introduces the idea of "recovery data," which misrepresents Fusion 360's behavior entirely — the body isn't deleted in any sense, visually or otherwise; it's intact and computed. Answer D incorrectly conflates visibility with the direct-modeling workflow. Switching to direct modeling changes how geometry is edited, and it doesn't happen automatically by toggling visibility.
A useful rule of thumb for this exam: in parametric CAD, visibility ≠ existence. If a question describes timeline features behaving normally with no warnings, the geometry is still being computed — it's simply not displayed. Watch for distractors that blur the line between display controls and computational controls.
Question 7
After an early sketch dimension is changed, several late timeline features show errors. The designer knows the final failed feature but does not know which earlier feature first lost a valid reference.
Which timeline-based troubleshooting method is most effective for locating the earliest failure?
- Move the timeline marker forward through the sequence and identify the first feature that fails to compute. (correct answer)
- Move the timeline marker directly to the end and edit only the final feature displaying an error.
- Hide all unaffected bodies and assume the first visible warning identifies the original dimensional change.
- Disable design history temporarily so Fusion can rebuild all lost references from the current geometry.
Explanation: When troubleshooting cascading timeline errors in Fusion 360, think of the timeline as a chain — a break anywhere upstream will corrupt every link downstream. Your goal isn't to fix the last broken link; it's to find where the chain first snapped.
The most effective approach is A: dragging the timeline marker forward step by step and watching for the first feature that throws an error. Fusion 360 recomputes each feature in sequence as you advance the marker, so the earliest red or yellow warning flag you encounter is the true origin of the failure cascade. Once you isolate that feature, you can edit or repair it, and all downstream features often resolve automatically.
Choice B is tempting but counterproductive — editing only the final failed feature treats a symptom, not the cause. You may temporarily suppress the error, but the underlying broken reference remains, and problems will resurface. Choice C relies on body visibility as a proxy for failure origin, which has no logical connection to timeline order; hiding bodies doesn't reveal which feature first lost its reference. Choice D misunderstands what disabling design history does — it removes parametric relationships entirely rather than rebuilding them, permanently eliminating the timeline and making the model non-parametric. That's a drastic, irreversible action that destroys the very structure you need to troubleshoot.
For your exam, remember this pattern: Fusion 360 timeline errors are almost always best diagnosed by scrubbing forward from a known-good state to the first point of failure, not by working backward from the symptom. Think upstream, not downstream.
Question 8
A parametric model has a long timeline containing sketches, extrusions, patterns, and fillets. A user disables Capture Design History, makes several direct edits, and later enables Capture Design History again.
What should the user expect after design history is enabled again?
- The original timeline is restored, with the direct edits inserted at their inferred chronological locations.
- The original feature sequence remains unavailable, while subsequent operations can be captured as new history. (correct answer)
- The direct edits are automatically converted into fully constrained sketches and parametric feature definitions.
- The original timeline returns in read-only form, while only the direct edits remain independently editable.
Explanation: When working with Fusion 360's design history, you need to understand what "Capture Design History" actually controls — it's the mechanism that records parametric features into the timeline. Disabling it switches the model into a direct modeling mode, where edits are applied directly to the geometry without being logged as timeline features.
Here's the critical insight: when you disable Capture Design History, Fusion 360 collapses and discards the original timeline. Those parametric features — sketches, extrusions, patterns, fillets — are gone as editable history. The geometry is preserved, but its construction logic is not. So when you re-enable Capture Design History, Fusion 360 can only begin recording new operations going forward. It has no way to reconstruct what was lost. This makes B correct — the original feature sequence remains unavailable, but new operations you perform after re-enabling will be captured fresh.
A is wrong because Fusion 360 does not infer or reconstruct chronological locations for direct edits — there's no algorithm that reverse-engineers parametric intent from geometry changes. C is wrong for the same reason; direct edits are freeform geometry manipulations, not automatically convertible into constrained sketches or feature definitions — that would require significant user-driven reconstruction. D is wrong because the original timeline doesn't return in any form, read-only or otherwise — it was collapsed when history was disabled.
As a study tip, remember this as a one-way door: disabling Capture Design History destroys the parametric timeline permanently for that session. Fusion 360 questions about history often test whether you understand what is irreversible — treat timeline loss as permanent unless you undo the action immediately.
Question 9
A legacy solid is being edited with Capture Design History disabled. A technician uses Press Pull on an outer planar face to increase the part's overall length.
How does this change differ from editing the original extrusion length in a parametric timeline?
- It repositions the displayed face on the canvas while leaving the actual underlying solid dimensions and mass properties unchanged until the model is saved.
- It automatically locates the extrusion feature that originally created that face and updates its stored distance parameter to match the new length.
- It records a hidden parametric feature in the background that becomes visible and editable once Capture Design History is re-enabled.
- It modifies the current face geometry directly without revising an earlier extrusion parameter or triggering a downstream parametric history replay. (correct answer)
Explanation: Whenever you see a question about direct editing versus parametric modeling in Fusion 360, the core distinction to keep in mind is this: parametric edits work backwards through a timeline to revise stored feature parameters, while direct edits work forwards on the geometry as it currently exists.
When Capture Design History is disabled, Fusion 360 operates in direct modeling mode. There is no timeline, no feature tree, and no stored parameters. Using Press Pull on a face in this mode simply pushes or pulls that face to a new position — the geometry updates immediately and permanently at the geometry level. No earlier feature is consulted or modified, and no history replay occurs. That's exactly what D describes: the face geometry changes directly without revising an extrusion parameter or triggering downstream recalculation.
Choice A is wrong because the change is real and immediate — mass properties and dimensions update right away, not just visually, and saving is irrelevant to when the geometry actually changes. Choice B describes what would happen in parametric mode, where Fusion 360 can trace a face back to the extrusion that created it and update its distance value — but this mechanism simply doesn't exist without a timeline. Choice C is a tempting misconception: re-enabling Capture Design History does not retroactively reveal hidden parametric features from direct edits; those edits remain "dumb" geometry changes with no recoverable parameters.
As a study tip, remember the phrase "direct edits are geometry-only" — they change what you see with no memory of how the shape was originally built, making them powerful but non-revisable through parameters.
Question 10
A designer suspects that an early chamfer is causing a later pattern to fail. The designer wants to test the model without the chamfer but may need to restore it exactly as defined.
Which action provides the most appropriate diagnostic test while preserving the chamfer's definition?
- Delete the chamfer feature and recreate it later from the same remembered dimensions and selections.
- Hide the body containing the chamfer and recalculate the remaining visible timeline features.
- Suppress the chamfer feature and examine how its dependent downstream features recompute. (correct answer)
- Disable Capture Design History and remove the chamfer faces through direct modeling operations.
Explanation: When troubleshooting a parametric timeline in Fusion 360, you should think about non-destructive diagnostics — ways to isolate a problem feature without permanently altering or losing its definition. The timeline's suppress feature is the key tool here.
Suppressing a feature (C) temporarily removes it from the model computation while keeping every parameter, selection, and setting fully intact in the timeline. When you suppress the chamfer, Fusion 360 recomputes all downstream features as if the chamfer never existed, letting you observe exactly whether the pattern fails or succeeds without it. When you're done diagnosing, one click restores the chamfer precisely as defined — no guesswork, no recreating.
Option A is risky and inefficient: deleting a feature permanently destroys its definition. Even if you remember the dimensions, recreating it exactly — same edge selections, same angle — is error-prone and time-consuming. "Remembered dimensions" is never as reliable as preserved data.
Option B misunderstands how Fusion 360 works. Hiding a body controls visibility only; it does not remove the body's features from the parametric computation. The timeline still processes the chamfer, so dependent features recompute with it present — no diagnostic value.
Option D is counterproductive. Disabling Capture Design History switches to direct modeling, which destroys your parametric timeline entirely. This is the opposite of preservation — you'd lose the very definition you're trying to protect.
Study tip: On Fusion 360 exam questions about testing or debugging models, "suppress" is almost always preferred over "delete," "hide," or switching modes. Suppress = reversible isolation; delete = permanent loss.