AutoCAD Quiz: Layer States
10 questions · exam conditions
0:00
Layer StatesQuestion 1 of 10

Layer E-EQUIP has a global color of green. A saved layer state specifies blue for that layer. While a layout viewport is active, the user restores the state with Apply properties as viewport overrides enabled.

How is the layer's color applied?

It becomes blue globally and in every existing layout viewport
It becomes blue only for objects created after the restoration
It becomes blue in the active viewport while remaining globally green
It remains green because layer states cannot restore color in a viewport
← Back to quizzes

AutoCAD Quiz

AutoCAD Quiz: Layer States

Practice Layer States in AutoCAD with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Layer States, giving you a quick way to practice the rules, question types, and explanations that matter most for AutoCAD.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Layer E-EQUIP has a global color of green. A saved layer state specifies blue for that layer. While a layout viewport is active, the user restores the state with Apply properties as viewport overrides enabled.

How is the layer's color applied?

  1. It becomes blue globally and in every existing layout viewport
  2. It becomes blue only for objects created after the restoration
  3. It becomes blue in the active viewport while remaining globally green (correct answer)
  4. It remains green because layer states cannot restore color in a viewport
Explanation: Whenever you see a question about layer states and viewports, the key distinction to keep in mind is the difference between global layer properties and viewport overrides. AutoCAD lets each layout viewport display layers differently from their global settings — this is the entire point of viewport overrides. When you restore a layer state with Apply properties as viewport overrides enabled, AutoCAD applies the saved properties only within the currently active viewport, leaving the global (model space) layer definition untouched. So in this scenario, layer E-EQUIP displays as blue inside that specific viewport while remaining globally green everywhere else — making C the correct answer. A is wrong because globally changing the color would require restoring the layer state without the viewport override option, which updates the master layer definition and propagates to all viewports. That's the opposite of what "viewport overrides" means. B describes how object-specific properties work when you manually change a property mid-session — it has nothing to do with layer state restoration, which affects the layer definition, not future object creation. D is simply false; layer states absolutely can save and restore color, and viewport overrides are a legitimate, documented feature for doing exactly this within a single viewport. A good rule of thumb: any time you see "viewport override" in an AutoCAD question, think local, not global. The override is scoped to one viewport only, leaving all other views and the global layer table unaffected. Remember this scope distinction and you'll navigate layer state questions with confidence.

Question 2

Two drawings use the same office-standard layer names. A layer state named Electrical Review exists in the first drawing but not in the second. The state must be transferred without manually reproducing each layer setting.

Which workflow is most appropriate?

  1. Export the state to an LAS file, import it into the second drawing, and restore it (correct answer)
  2. Write the visible objects to a WBLOCK file, insert it, and purge the inserted objects
  3. Save the first drawing as a DWS file, attach it as an xref, and bind the xref
  4. Copy one object from every layer, paste the objects, and run Match Properties
Explanation: When AutoCAD questions involve transferring configuration settings — layer states, plot styles, or user preferences — between drawings, your first instinct should be to look for a dedicated export/import tool rather than workarounds involving geometry. Layer states store a complete snapshot of layer properties: visibility, freeze/thaw, lock/unlock, color, linetype, lineweight, and plot settings. AutoCAD's Layer States Manager lets you export any saved state to an .LAS file, which is a portable container holding exactly that configuration. Once you import that LAS file into the second drawing, the state becomes available to restore instantly — assuming both drawings share the same layer names, which the passage confirms. That's why A is the correct workflow. The remaining options all misuse tools that aren't designed for this purpose. B asks you to use WBLOCK and purge — WBLOCK exports geometry, not layer states. Even if layers travel with the geometry, you'd still need to manually reconstruct the state, which defeats the entire goal. C proposes saving a DWS (drawing standards) file and attaching it as an xref. DWS files are used to audit layer naming conventions against standards, not to transfer saved layer states, and binding an xref doesn't restore a named state in the host drawing. D suggests copying objects and running Match Properties, which transfers object-level properties like color or linetype to individual entities — it has nothing to do with layer states as a saved configuration. As a study tip: whenever you see "transfer a named setting or configuration" in an AutoCAD question, think export/import tools specific to that feature — LAS for layer states, CTB/STB for plot styles, and so on.

Question 3

A drafter needs to switch repeatedly among Working, Coordination, and Plotting configurations. Each configuration must remain available after other layer changes and after the drawing is closed and reopened.

Which approach best meets the requirement?

  1. Save three named views with identical camera and display settings
  2. Use Layer Previous repeatedly to cycle among the three configurations
  3. Create three layer property filters containing the required layer names
  4. Create three named layer states and save them with the drawing (correct answer)
Explanation: Whenever you see a question about preserving and recalling specific layer configurations in AutoCAD, think about persistence — which tool actually saves the state so it survives session changes and file closures. A named layer state captures an exact snapshot of every layer's properties (on/off, frozen/thawed, locked, color, linetype, etc.) and stores it inside the drawing file. You can save as many named layer states as you need, recall any of them instantly via the Layer States Manager, and they remain intact no matter what other layer changes occur in between. That's exactly what the scenario demands — three distinct, reusable configurations that persist after the drawing is closed and reopened. Option D is the correct answer. Option A is wrong because named views save camera position, zoom level, and visual style — not layer visibility settings. Saving views does nothing to control which layers are on or off. Option B falls apart because Layer Previous only steps back one level in layer change history, and that history is not preserved between sessions. Cycling among three configurations this way is unreliable and disappears the moment you close the file. Option C is tempting because layer filters do involve layers, but a filter simply controls which layers are displayed in the Layer Properties Manager list — it doesn't save or restore their on/off, frozen, or locked states. Filters organize your view of layers; they don't snapshot their configuration. A good study tip: on AutoCAD questions involving "saving" or "restoring" layer settings, the answer almost always points to Layer States, not filters, views, or undo history.

Question 4

A layout viewport uses color and lineweight overrides that differ from the global layer properties. The user wants a named layer state that can later reproduce those viewport-specific settings.

Which action is necessary when creating the layer state?

  1. Make the layout current and save a named view instead of a layer state
  2. Return to model space and convert every viewport override to a global property before saving
  3. Lock the layout viewport and save only the global layer properties in the state
  4. Activate the layout viewport and include its viewport overrides when saving the state (correct answer)
Explanation: Whenever you see a question about layer states in AutoCAD, focus on where you are in the drawing environment when you save the state — because context determines what gets captured. Layer states record the condition of layers at a specific moment, and AutoCAD distinguishes between global layer properties and viewport overrides, which are per-viewport settings (color, lineweight, linetype, etc.) that exist independently of the model space properties. To capture viewport overrides in a named layer state, you must first activate the layout viewport by double-clicking inside it, then open the Layer States Manager and explicitly check the option to include viewport override properties when saving. That's exactly what D describes — and it's the only workflow that preserves those override settings for future recall. Choice A is a common confusion: named views and layer states are entirely separate features. A named view saves a display region and zoom level, not layer properties. Choice B is counterproductive — converting overrides to global properties destroys the very distinction you're trying to preserve, and doing it from model space doesn't help capture viewport-specific data anyway. Choice C introduces another trap: locking a viewport restricts panning and zooming inside it, which has nothing to do with saving layer states. Saving only global properties from a locked viewport would simply omit the overrides you need. The key study tip here: location matters when saving layer states. If viewport overrides are involved, you must be inside the active viewport (paper space, double-clicked in) and must explicitly opt in to saving override properties — AutoCAD won't include them automatically.

Question 5

A state named Issue Set was originally saved with A-DEMO on and A-NEW off. The user changes the current drawing so that A-DEMO is off and A-NEW is on, then saves a layer state using the existing name Issue Set and confirms the overwrite. Both layers are changed again afterward.

Which settings will be applied when Issue Set is next restored?

  1. The original settings: A-DEMO on and A-NEW off
  2. The most recent settings made after the state was overwritten
  3. The overwritten settings: A-DEMO off and A-NEW on (correct answer)
  4. No settings, because duplicate state names invalidate both definitions
Explanation: When working with layer states in AutoCAD, think of a saved state as a snapshot stored under a name. The critical concept here is that overwriting a named state replaces it entirely — the new snapshot takes the place of the old one under the same name. In this scenario, "Issue Set" was originally saved with A-DEMO on and A-NEW off. When the user saves again using the same name and confirms the overwrite, AutoCAD discards the original snapshot and stores the new configuration — A-DEMO off and A-NEW on — under that name. Any further manual changes made to the layers afterward don't affect the saved state, because a layer state only captures settings at the moment it's saved. So when "Issue Set" is restored, AutoCAD pulls the most recently saved version: A-DEMO off and A-NEW on, making C correct. A is wrong because the original settings were permanently replaced when the overwrite was confirmed. AutoCAD does not maintain a history of previous versions of a layer state. B is a common trap — changes made after saving a state are never part of that state unless you save again. The state captures a moment in time, not ongoing edits. D reflects a misconception: AutoCAD allows you to overwrite a state with the same name (after confirming the prompt), and the result is a single, valid, updated definition — not invalidation. As a study tip, remember that layer states behave like "Save As" in a document — confirming an overwrite destroys the previous version. If you see questions about layer state restoration, always identify when the state was last saved and what settings existed at that moment.

Question 6

A layer state named Coordination was saved when layer M-DUCT was on, thawed, unlocked, and red. The state was configured to restore On/Off, Lock/Unlock, and Color, but not Freeze/Thaw. Later, M-DUCT was turned off, frozen, locked, and changed to blue.

What will be the condition of M-DUCT after restoring Coordination?

  1. On, frozen, unlocked, and red (correct answer)
  2. On, thawed, unlocked, and red
  3. Off, frozen, unlocked, and blue
  4. On, frozen, locked, and red
Explanation: When working with Layer States in AutoCAD, the critical skill is tracking which properties were saved for restoration versus which ones were left out. A layer state doesn't necessarily restore every property — only the ones you explicitly checked when saving or editing it. In this scenario, the Coordination state was configured to restore On/Off, Lock/Unlock, and Color — but not Freeze/Thaw. That exclusion is the key to the entire question. When you restore the state, AutoCAD brings back only those three properties to their saved values: M-DUCT turns On (was saved as On), becomes Unlocked (was saved as Unlocked), and returns to Red (was saved as Red). Because Freeze/Thaw was never included in the restoration scope, AutoCAD leaves that property exactly as it currently is — Frozen — since that's the state M-DUCT was in before the restore. This makes A (On, frozen, unlocked, and red) correct. B is wrong because it assumes Freeze/Thaw was restored along with the other properties, giving you the fully original saved condition. That would only be true if Freeze/Thaw had been included in the state's configuration. C is wrong because it assumes none of the properties were restored — M-DUCT stays in its current modified state entirely. D is wrong because it restores On, Color, and Freeze/Thaw, but keeps Lock — the opposite error from B, mixing up which properties were and weren't saved. Your study tip: always read layer state questions by making two columns — "properties included in the state" and "properties excluded" — then apply saved values only to the included ones and leave excluded properties at their current values.

Question 7

A project team frequently changes layer colors while coordinating disciplines. Before plotting, it must restore which layers are on and which layers plot, but it must preserve the team's latest color changes.

Which layer-state configuration best satisfies this requirement?

  1. Restore On/Off and Plot/No Plot, while excluding Color (correct answer)
  2. Restore On/Off and Color, while excluding Plot/No Plot
  3. Restore Color and Plot/No Plot, while excluding On/Off
  4. Restore every property, then manually reapply the latest colors
Explanation: When working with Layer States in AutoCAD, the key concept is selective restoration — you can save and restore only specific layer properties, leaving others untouched. Think of a layer state as a snapshot: you choose which properties from that snapshot get applied when you restore it, and unselected properties stay as they currently are in the drawing. In this scenario, the team needs two things preserved from the saved state: which layers are on/off and which layers are set to plot or no plot. Meanwhile, the color assignments have been updated by the team and must not be overwritten. This makes Answer A the correct choice — restoring On/Off and Plot/No Plot while excluding Color means the drawing returns to the correct visibility and plotting configuration without erasing the team's latest color work. Answer B is wrong because restoring Color would overwrite the team's carefully updated color changes with the older saved values — exactly what the scenario says must be avoided. Answer C fails for the opposite reason: excluding On/Off means the layer visibility state (which layers are on) never gets restored, leaving that coordination problem unsolved. Answer D is tempting but inefficient and error-prone — restoring every property would wipe out the new colors, and manually reapplying them defeats the purpose of using a layer state at all, especially across a complex project. Study tip: On AutoCAD exam questions about Layer States, always map each requirement to a specific property checkbox. Identify what must be restored, what must be preserved, and match those to the "include/exclude" logic — this eliminates wrong answers quickly.

Question 8

A layer state named Permit Set is saved. Afterward, a noncurrent layer named A-REVISION is created and left on. Before restoring Permit Set, the user enables Turn off layers not found in layer state.

What should the user expect when Permit Set is restored?

  1. A-REVISION remains on because new layers are never affected by a layer state
  2. A-REVISION is turned off because it was absent when the state was saved (correct answer)
  3. A-REVISION is deleted because it was absent when the state was saved
  4. A-REVISION inherits the settings of the current layer when the state is restored
Explanation: When working with Layer States in AutoCAD, think of a saved state as a snapshot of your layers at a specific moment. Restoring that state rewinds your layer settings to match that snapshot — but what happens to layers that didn't exist when the snapshot was taken depends on a critical option: Turn off layers not found in layer state. When you enable this option before restoring Permit Set, AutoCAD identifies any layer that wasn't part of the original snapshot and turns it off. Since A-REVISION was created after Permit Set was saved, it has no record in that state. With the option active, AutoCAD responds by turning A-REVISION off — making B correct. This keeps your restored environment clean, ensuring only layers relevant to the saved state are visible. A is wrong because it assumes new layers are always immune to layer state restores. That's only true if the option is disabled. The whole point of "Turn off layers not found in layer state" is to override that default behavior. C reflects a common fear — that missing layers get deleted — but AutoCAD never deletes layers during a layer state restore. The layer still exists in the drawing; it's simply turned off. D is a fabricated behavior; AutoCAD does not reassign settings from the current layer to unrecognized layers during a restore. A useful rule of thumb: the option name tells you exactly what it does. On the AutoCAD exam, when a question mentions a specific dialog option by name, treat that name as a precise description of the behavior — AutoCAD's options rarely mislead.

Question 9

A user accidentally moves several dimension objects from A-ANNO-DIMS to A-WALL and also changes layer visibility. A layer state saved before the mistake is then restored.

Which result is expected from restoring the layer state?

  1. Visibility is restored, and the dimensions return automatically to A-ANNO-DIMS
  2. Visibility is restored, but the dimensions remain assigned to A-WALL (correct answer)
  3. Object assignments are restored, but current visibility settings remain unchanged
  4. Neither visibility nor object assignments change unless the state is imported again
Explanation: When working with Layer States in AutoCAD, it helps to understand exactly what they save and what they don't. A Layer State captures layer properties — visibility, frozen/thawed status, lock status, color, linetype, and so on — but it has no record of which objects are assigned to which layer. Object-to-layer assignment is a property of the object itself, not of the layer definition. This distinction makes B the correct answer. Restoring a layer state rewinds the visibility and other layer-level settings to the saved snapshot, so A-ANNO-DIMS becomes visible again as it was. However, because the dimensions were physically moved to A-WALL (an object property change), the layer state restore has no mechanism to undo that reassignment. Those dimensions remain on A-WALL — they're just now sitting on a layer whose visibility has been reset. A is wrong because it implies a layer state restore can move objects between layers, which it cannot. No layer state operation rewrites object properties. C gets things exactly backwards — visibility is restored, while object assignments are not. D is incorrect because the restore absolutely does change visibility; it doesn't require re-importing the state file to take effect. A useful way to remember this: think of a layer state as a photograph of your layer settings panel, not a full undo. It only restores what you see in the Layer Properties Manager — nothing about where individual objects live. If you need to recover object layer assignments, you'd need to use Undo or manually reassign them, not restore a layer state.

Question 10

The current drawing must remain in its working configuration. However, a saved layer state named Presentation must be revised so that A-GRID will be locked whenever that state is restored.

Which workflow changes the saved state without first applying it to the current drawing?

  1. Restore Presentation, lock A-GRID, and use Layer Previous
  2. Edit Presentation in Layer States Manager and set A-GRID to locked (correct answer)
  3. Lock A-GRID globally, then rename Presentation in Layer States Manager
  4. Create a property filter for A-GRID and mark the filter as locked
Explanation: When working with Layer States in AutoCAD, the key distinction to understand is the difference between editing a saved state and restoring it. Restoring a state applies it to your current drawing, changing your active layer configuration. Editing a state modifies what's stored in it without touching your current drawing at all — and that's exactly what this question is testing. The Layer States Manager lets you open a saved state and adjust its stored properties — visibility, lock status, color, and so on — directly in the manager dialog. By editing the Presentation state and setting A-GRID's lock property to locked within that dialog, you update the saved state so it will lock A-GRID whenever it's restored in the future. Your current drawing remains completely undisturbed. That's why B is correct. A fails the core requirement. Restoring Presentation immediately reconfigures your current drawing to match that state, violating the instruction to leave the working configuration intact. Using Layer Previous afterward would undo your current drawing's state, but the saved state itself would still have the old (unlocked) A-GRID setting. C is a red herring. Locking A-GRID globally changes your current drawing and doesn't update what the saved Presentation state stores. Renaming a state doesn't modify its layer properties at all. D confuses property filters with layer states entirely. Filters organize how layers are displayed in the Layers panel; they have nothing to do with saving or editing layer state configurations. Your study tip: on any question involving layer states, always ask yourself, "does this action touch the current drawing or the saved state?" Those are two separate operations in AutoCAD, and the exam will test whether you know the difference.