All questions
Question 1
A layout contains two viewports, Detail A and Detail B. Objects on layer WALL-HATCH use ByLayer color in both viewports. The layer must appear gray in Detail A while retaining its global blue color in Detail B and on the Model tab.
Which workflow produces the required result without changing the layer's global color?
- Select the Detail A viewport border and change the layer's Color property to gray.
- Activate Detail A and change the layer's VP Color property to gray. (correct answer)
- Activate Detail A and change the layer's standard Color property to gray.
- Open the Model tab and change the layer's VP Color property to gray.
Explanation: Whenever AutoCAD questions involve controlling layer appearance per viewport without affecting the global layer settings, you're being tested on Viewport (VP) Overrides — a feature that lets a layer look different inside a specific layout viewport while leaving its global properties untouched.
Here's how it works: when you double-click inside a viewport to activate it, the Layer Properties Manager exposes special "VP" columns — VP Color, VP Linetype, VP Lineweight, etc. Changes made to these properties apply only inside that active viewport, leaving the global layer properties (and all other viewports) unaffected. That's exactly what the question requires: gray in Detail A, blue everywhere else. The correct workflow is B — activate Detail A by double-clicking inside it, then change the WALL-HATCH layer's VP Color to gray. This creates a local override scoped to that viewport only.
A is wrong because selecting the viewport border (not activating the interior) means you're in paper space, not inside the viewport. You cannot set VP overrides from paper space — you'll only access global properties.
C is the most tempting trap: you are inside Detail A, but changing the standard Color property (not VP Color) modifies the layer's global color. That would turn the layer gray everywhere — in Detail B and Model tab too — violating the requirement.
D is doubly wrong: VP Color overrides are viewport-specific and only meaningful inside a layout viewport. Accessing them from the Model tab has no practical effect on a per-viewport basis.
Remember: activate first, then use VP columns — that's your mental checklist for any per-viewport layer override question.
Question 2
Layer PIPE has a global color of yellow. In one layout viewport, PIPE has a green VP Color override. Pipe P1 is assigned color ByLayer, while pipe P2 has an explicit object color of magenta.
How will the two pipes appear in that viewport?
- P1 appears green, while P2 remains magenta because its object color is explicit. (correct answer)
- P1 appears yellow, while P2 appears green because viewport color overrides object color.
- Both pipes appear green because a VP Color override controls every object on the layer.
- Both pipes retain their original colors because VP Color affects plotting but not display.
Explanation: When working with layer properties in AutoCAD, you need to understand the color priority hierarchy: explicit object color → ByLayer → layer default. Viewport (VP) Color overrides sit at the layer level, meaning they only affect objects that are actually looking to the layer for their color — that is, objects set to ByLayer.
Here's how that plays out in the passage: Layer PIPE has a VP Color override of green in this particular viewport. Pipe P1 uses ByLayer, so it defers to the layer for its color. In that viewport, the layer reports green (due to the override), so P1 displays green. Pipe P2, however, has an explicit object color of magenta. Because its color is hardcoded at the object level, it never consults the layer at all — the VP override simply doesn't reach it. P2 stays magenta. That logic confirms A as the correct answer.
B gets the logic exactly backwards, claiming P1 shows yellow (the global layer color) while P2 turns green. In truth, it's the viewport override — not the global color — that P1 inherits, and explicit object colors are immune to layer-level overrides. C assumes a VP Color override is a blanket rule that forces every object on that layer to change, ignoring that explicit object colors outrank layer-level settings entirely. D confuses viewport display with plotting behavior; VP Color overrides absolutely affect on-screen display, not just print output.
A good rule of thumb: any time you see "ByLayer," ask yourself which layer value applies — global or viewport override. Explicit object colors always win regardless.
Question 3
In the active Plan viewport, layer EXISTING-WALL has both a VP Color override and a VP Linetype override. The same layer has intentional overrides in other viewports. The drafter wants Plan to use all global properties for EXISTING-WALL without changing any other layer or viewport.
Which action best satisfies the requirement?
- While Plan is active, remove all viewport overrides for EXISTING-WALL in the current viewport only, leaving other viewports unaffected. (correct answer)
- Set the VP Color to match the global color and leave the VP Linetype override in place.
- Remove viewport overrides for EXISTING-WALL in all layout viewports, including those with intentional overrides.
- Change the layer's global Color and Linetype properties to match the values currently displayed in Plan, then clear the overrides.
Explanation: Whenever you see a question about viewport overrides in AutoCAD, the key concept to hold onto is scope: overrides can exist per-layer, per-viewport, and the goal is always to change exactly what's needed — nothing more, nothing less.
In AutoCAD's Layer Properties Manager, viewport-specific overrides (VP Color, VP Linetype, etc.) are stored independently for each viewport. When a viewport is active, you can clear its overrides for a specific layer without touching any other viewport's settings. That's precisely what the scenario calls for: Plan should display EXISTING-WALL using global properties, but other viewports with intentional overrides must remain intact.
Answer A is correct because clearing VP overrides for EXISTING-WALL in the current viewport only restores global property display in Plan while leaving every other viewport's overrides completely untouched. This is the surgical, targeted action the drafter needs.
Answer B is wrong because it only addresses the VP Color override while leaving the VP Linetype override in place — EXISTING-WALL still won't fully use global properties in Plan, so the requirement isn't met.
Answer C is the most dangerous distractor: removing overrides across all viewports would destroy the intentional overrides in other viewports, which the question explicitly forbids.
Answer D inverts the logic entirely. Changing the global layer properties to match the Plan display values would corrupt global settings for every viewport and drawing context — a significant unintended side effect.
As a study tip: any AutoCAD question mentioning "other viewports with intentional overrides" is signaling that your action must be viewport-scoped, not global. Always ask yourself, what is the smallest scope that solves the problem?
Question 4
Layer CENTERLINES is globally frozen. In a layout viewport, a drafter attempts to make it visible by clearing VP Freeze for that layer, but the centerlines still do not appear. The objects are within the viewport's view area.
What additional change is required to make the layer visible in that viewport?
- Unlock the viewport border and change the viewport to a different visual style.
- Turn on New VP Freeze and then regenerate the active layout viewport.
- Thaw the layer globally and confirm that it is also thawed in the current viewport. (correct answer)
- Set a VP Color override so the globally frozen layer has a visible color.
Explanation: When working with layers in AutoCAD layouts, you need to understand that layers have two independent visibility controls: the global setting and the per-viewport (VP) setting. Both must allow the layer to be visible for objects to appear in a viewport. Think of them as two switches in series — if either is off, the lights go out.
The critical concept here is that global freeze overrides everything. When a layer is globally frozen, AutoCAD ignores all viewport-level settings entirely. It doesn't matter that the drafter cleared VP Freeze — the global freeze is still blocking visibility at a higher level. The fix requires thawing the layer globally (via the Layer Properties Manager, removing the global freeze) and confirming it isn't VP-frozen in the current viewport. That's exactly what C describes, making it the correct answer.
Choice A is a red herring — viewport border lock status and visual styles affect how geometry is displayed, not whether a frozen layer's objects appear at all. Choice B misidentifies the problem; "New VP Freeze" controls whether a layer is automatically VP-frozen in future viewports, and regenerating solves display refresh issues, neither of which addresses a globally frozen layer. Choice D is also incorrect because color overrides only change how a visible layer's objects look — they cannot unfreeze a layer or make its objects renderable.
Study tip: Memorize this hierarchy — global freeze > VP freeze > layer on/off. On AutoCAD exam questions, whenever a layer "still doesn't show" after a viewport adjustment, your first instinct should be to check whether the global freeze is still active.
Question 5
Layer NOTES is globally white. ByLayer note objects exist in model space and are visible through a layout viewport. A ByLayer sheet title also exists directly in paper space on layer NOTES. The viewport has a cyan VP Color override for NOTES.
How should these objects appear on the layout?
- Both the model-space notes and the paper-space sheet title remain white.
- The model-space notes remain white, while the paper-space sheet title appears cyan.
- Both the model-space notes and the paper-space sheet title appear cyan.
- The model-space notes appear cyan, while the paper-space sheet title remains white. (correct answer)
Explanation: Viewport overrides in AutoCAD are one of the trickiest concepts to master, because they apply selectively — only to objects viewed through that viewport, not to everything on the layout. When you see a question involving VP Color overrides, immediately ask yourself: is each object being seen through the viewport, or does it live directly in paper space?
Here's the core rule: a Viewport Color override affects how model space objects appear when viewed through that specific viewport. It does not affect paper space objects, because those objects aren't "seen through" anything — they exist directly on the layout sheet, outside any viewport context.
In this scenario, the model-space notes are ByLayer, and layer NOTES has a cyan VP Color override on that viewport. That override intercepts the ByLayer color lookup for anything viewed through the viewport, so those notes display as cyan — confirming answer D is correct.
The sheet title, however, lives directly in paper space on layer NOTES. It is ByLayer, so it inherits the global layer color, which is white. The VP override simply doesn't apply to it. This rules out C, which incorrectly extends the viewport override to the paper space object.
A is wrong because it ignores the override entirely — the model-space notes definitely turn cyan. B reverses the logic, incorrectly applying the override to the paper space object while leaving the model space notes unaffected — exactly backwards from how AutoCAD actually works.
Remember this rule: VP overrides = model space objects seen through that viewport only. Paper space objects always follow the global layer properties, no exceptions.
Question 6
An attached external reference contains layer SITE|CONTOURS. Two layout viewports display the reference. In the Grading viewport, the drafter assigns a heavier VP Lineweight to SITE|CONTOURS; the Overview viewport must remain unchanged.
What is the expected effect of this change?
- The override is rejected because viewport properties cannot be assigned to reference layers.
- The contours become heavier in both viewports, but the source reference drawing remains unchanged.
- The contours become heavier only in Grading, and the source reference layer is also modified.
- The contours become heavier only in Grading, without changing the source reference drawing. (correct answer)
Explanation: Whenever you see a question about external references and layer properties in AutoCAD, focus on the distinction between global layer properties and viewport-specific (VP) overrides — this question tests exactly that boundary.
In AutoCAD, the Layer Properties Manager allows you to set viewport-specific overrides for properties like color, linetype, and lineweight. These overrides apply only within the active viewport and are completely independent of both the global layer definition and any other viewport. When a drafter selects a viewport, activates it, and assigns a VP Lineweight to a layer like SITE|CONTOURS, that heavier weight displays exclusively in that viewport — the Grading viewport in this case. The Overview viewport retains the original lineweight, and crucially, the source external reference file on disk is never touched. This makes D the correct answer: the contours appear heavier only in Grading, with no effect on the source drawing.
Answer A is wrong because AutoCAD absolutely supports viewport overrides on xref layers — this is a standard and widely-used workflow in production drawings. Answer B describes what would happen if you changed the global layer lineweight rather than a VP override; a global change would propagate to all viewports displaying that layer, though it still wouldn't alter the source xref file. Answer C contains a dangerous misconception — viewport overrides are stored in the host drawing, not written back to the referenced file. Modifying an xref layer from the host would require opening and editing the xref itself.
As a study tip, remember the hierarchy: VP overrides → global layer settings → xref source. Changes only travel down this chain, never back up to the source file.
Question 7
Layer DEMO-NOTES is globally on and thawed. Two existing layout viewports currently display the layer. Before creating a third viewport, a drafter enables New VP Freeze for DEMO-NOTES.
Immediately after the third viewport is created, which visibility state should the drafter expect?
- The layer is frozen only in the new viewport and remains visible in both existing viewports. (correct answer)
- The layer is frozen in all three viewports but remains visible on the Model tab.
- The layer stays visible in all three viewports until VP Freeze is enabled manually.
- The layer is frozen globally, so it disappears from the viewports and the Model tab.
Explanation: When working with AutoCAD layer visibility, it helps to distinguish between three separate controls: global on/off, global freeze/thaw, and viewport-specific freeze settings. This question tests your understanding of the "New VP Freeze" property, which operates independently from all three.
New VP Freeze is a prospective setting — it does not affect any viewports that already exist. When you enable it for a layer, you're telling AutoCAD: "For any viewport created from this point forward, automatically freeze this layer inside it." The layer's current visibility in existing viewports is completely untouched. So when the drafter creates that third viewport, DEMO-NOTES is automatically frozen inside it, while both existing viewports continue displaying it normally. That's exactly what answer A describes, making it correct.
Answer B is wrong because New VP Freeze has no retroactive power — it cannot freeze the layer inside the two viewports that were already created before the setting was enabled. Answer C misrepresents the feature entirely; the freeze does apply automatically to the new viewport — the drafter doesn't need to enable anything manually after creation. Answer D confuses New VP Freeze with a global freeze. Global freeze would remove the layer from the Model tab and all viewports simultaneously, but New VP Freeze is strictly a per-viewport, layout-level control that never touches model space visibility.
A helpful memory cue: think of New VP Freeze as a default rule for future viewports only — like setting a preference that applies going forward, not a command that changes what already exists.
Question 8
A detail viewport is display-locked to prevent accidental changes to its scale and view position. The drafter must hide layer REV-CLOUD only in this viewport while preserving the lock.
Which workflow is appropriate?
- Unlock the viewport, globally freeze REV-CLOUD in the Layer Properties Manager, and then relock the viewport.
- Keep the viewport locked, double-click inside it to activate it, and enable VP Freeze for REV-CLOUD. (correct answer)
- Keep the viewport locked and turn off REV-CLOUD using the standard On/Off toggle in the Layer Properties Manager.
- Unlock the viewport, enable New VP Freeze for REV-CLOUD in the Layer Properties Manager, and then relock the viewport.
Explanation: When working with viewports in AutoCAD, it helps to distinguish between two separate systems: display locking (which controls scale and pan) and viewport-specific layer visibility (which controls what layers appear inside a given viewport). These two systems operate independently, and the exam will often test whether you understand that distinction.
The key insight here is that viewport display locking only prevents you from accidentally zooming or panning inside the viewport — it does not block viewport-specific layer overrides. When you double-click inside a locked viewport to activate it, then open Layer Properties Manager and enable VP Freeze for REV-CLOUD, you're applying a per-viewport freeze that hides the layer locally without touching its global state. This is exactly answer B, and it correctly preserves the display lock throughout.
A is wrong because globally freezing REV-CLOUD hides it in all viewports across the drawing, which is far too broad. It also unnecessarily unlocks and relocks the viewport. C is tempting but incorrect — the standard On/Off toggle is also a global setting, affecting the layer's visibility throughout the entire drawing, not just the active viewport. D misunderstands "New VP Freeze," which pre-freezes a layer in any future viewports created after that point — it doesn't affect the current viewport and doesn't accomplish the goal here.
A useful tip: on AutoCAD questions involving layer visibility, always ask yourself "Is this change local (viewport-specific) or global?" VP Freeze and VP Color are local; On/Off and Freeze are global. That single distinction resolves most viewport layer questions.
Question 9
A layout has Plan and Elevation viewports. Layer GRID is globally on and thawed. While the Elevation viewport is active, the drafter enables VP Freeze for GRID.
What is the resulting visibility of layer GRID?
- GRID is hidden in both layout viewports but remains visible on the Model tab.
- GRID is hidden on the Model tab and in Elevation but remains visible in Plan.
- GRID is hidden in Elevation but remains visible in Plan and on the Model tab. (correct answer)
- GRID remains visible in Elevation but will be frozen in subsequently created viewports.
Explanation: When working with layer visibility in AutoCAD, you need to distinguish between three independent controls: global layer state (On/Off, Freeze/Thaw), and viewport-specific freeze (VP Freeze). VP Freeze is the key concept being tested here — it freezes a layer only within the active viewport, leaving all other viewports and Model Space completely unaffected.
In this scenario, the drafter activates the Elevation viewport and enables VP Freeze for layer GRID. Because GRID is globally on and thawed, it remains fully visible everywhere except inside that specific Elevation viewport. The Plan viewport was never active when VP Freeze was applied, so GRID still displays there. Model Space has no concept of VP Freeze at all — it only responds to global layer settings — so GRID remains visible on the Model tab as well. This confirms that C is correct: GRID is hidden only in Elevation, while Plan and Model Space are unaffected.
Choice A is wrong because VP Freeze never touches the Model tab, and it also wouldn't affect the Plan viewport since that viewport was not active during the freeze operation. Choice B reverses the logic entirely — VP Freeze has no power over Model Space visibility, and it certainly doesn't leave the active viewport visible while hiding the others. Choice D describes the behavior of New VP Freeze (the "Freeze in New Viewports" setting), which is a separate property that affects only future viewports, not the currently active one.
Your takeaway: always ask which viewport was active when a VP Freeze was applied. VP Freeze is surgical — it targets one viewport at a time, never Model Space.
Question 10
Layer FURNITURE is globally yellow. Viewport A has a red VP Color override for the layer, while Viewport B has no color override. A drafter changes the layer's global color from yellow to blue.
Assuming the furniture objects use ByLayer color, what colors will now appear in the two viewports?
- Viewport A displays red, while Viewport B displays blue. (correct answer)
- Viewport A displays blue, while Viewport B displays blue.
- Viewport A displays red, while Viewport B displays yellow.
- Viewport A displays yellow, while Viewport B displays blue.
Explanation: When working with viewport color overrides in AutoCAD, you need to think of them as a two-tier system: the global layer property sits at the bottom, and viewport-specific overrides sit on top, completely independent of one another. A VP Color override doesn't "track" the global color — it simply replaces it within that viewport until you explicitly remove it.
Here's how the logic plays out: Viewport A has a red VP Color override on layer FURNITURE. When the global color changes from yellow to blue, that override remains untouched — Viewport A still displays red because the override is still in place, blocking whatever the global color happens to be. Viewport B, having no override, always falls through to the global layer color, which is now blue. So Viewport A shows red, Viewport B shows blue — making A the correct answer.
Choice B is wrong because it assumes the override in Viewport A was somehow cleared when the global color changed — it wasn't. Overrides persist until manually removed. Choice C reflects a common misconception that overrides "lock" the entire layer state, freezing Viewport B at the old yellow — but Viewport B has no override, so it always reflects the current global color. Choice D inverts the logic entirely, suggesting the override viewport adopted the new global color while the non-override viewport kept the old one — the exact opposite of how the system works.
A reliable study tip: whenever a question mentions VP overrides, ask yourself which viewport has the override and remember that the override shields that viewport from any global changes, while unoverridden viewports always respond to global edits.