AutoCAD Quiz: Layer Filters
10 questions · exam conditions
0:00
Layer FiltersQuestion 1 of 10

A drawing contains a property filter named Red-Locked. Its criteria are Color = Red and Lock = Locked. Layer A-NOTE is red and locked, so it appears when the filter is selected. A user then unlocks A-NOTE without changing its color.

What happens the next time the Red-Locked filter results are evaluated in Layer Properties Manager?

A-NOTE remains because property-filter membership is fixed when the filter is created.
A-NOTE is excluded because it no longer satisfies all of the filter criteria.
A-NOTE remains until the user manually removes it from the property filter.
A-NOTE is excluded only after the drawing is saved, closed, and reopened.
← Back to quizzes

AutoCAD Quiz

AutoCAD Quiz: Layer Filters

Practice Layer Filters 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 Filters, 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

A drawing contains a property filter named Red-Locked. Its criteria are Color = Red and Lock = Locked. Layer A-NOTE is red and locked, so it appears when the filter is selected. A user then unlocks A-NOTE without changing its color.

What happens the next time the Red-Locked filter results are evaluated in Layer Properties Manager?

  1. A-NOTE remains because property-filter membership is fixed when the filter is created.
  2. A-NOTE is excluded because it no longer satisfies all of the filter criteria. (correct answer)
  3. A-NOTE remains until the user manually removes it from the property filter.
  4. A-NOTE is excluded only after the drawing is saved, closed, and reopened.
Explanation: When working with Layer Properties Manager, it helps to understand the difference between property filters and group filters. A property filter is dynamic — it evaluates layers against its defined criteria every time it is displayed, rather than storing a fixed list of members. Think of it like a live search query: the filter doesn't remember which layers qualified yesterday; it re-runs the test each time you look at it. In this scenario, the Red-Locked filter requires both Color = Red and Lock = Locked. When A-NOTE was unlocked, it stopped satisfying the second condition. The next time AutoCAD evaluates the filter, A-NOTE fails the criteria check and is excluded — making B the correct answer. A describes how a group filter works, not a property filter. Group filters do hold a fixed, manually curated list of layers that doesn't update automatically. Confusing these two filter types is one of the most common traps on this topic. C compounds that same misconception by suggesting the user must manually intervene — again, that's group-filter behavior. Property filters require no manual cleanup because membership is always computed on the fly. D implies the filter results are somehow cached and only refreshed on file reload, which is not how AutoCAD handles property filter evaluation; results update within the current session as soon as the filter is re-examined. The key study tip: always ask yourself which filter type a question is referencing. Property filter = dynamic/automatic; group filter = static/manual. Keeping that distinction sharp will help you answer any Layer Properties Manager question confidently.

Question 2

A user creates a group filter named Permit Set and drags layers A-WALL, A-DOOR, and A-NOTE into it. Later, A-NOTE is renamed G-ANNO and its color and linetype are changed.

Assuming the layer is not manually removed, how will the changes affect its membership in Permit Set?

  1. It remains in the group because group-filter membership is manually assigned rather than property-driven. (correct answer)
  2. It leaves the group because renaming a layer invalidates its original group-filter reference.
  3. It leaves the group because changing multiple properties triggers automatic filter reevaluation.
  4. It remains only if its new name matches the names of the other layers in the group.
Explanation: When working with layer filters in AutoCAD, it helps to understand that there are two fundamentally different filter types: property filters and group filters. Property filters evaluate layers dynamically based on criteria like name patterns, color, or linetype. Group filters work differently — they store a static, manually curated list of layers regardless of any properties those layers carry. When you drag a layer into a group filter like Permit Set, AutoCAD records that layer's membership directly. That membership persists through renaming, color changes, linetype changes, or any other property modification. So when A-NOTE is renamed G-ANNO and its properties are updated, it stays in Permit Set because the group simply tracks which layers belong — not what they look like or what they're called. Answer A is correct for exactly this reason. Answer B describes behavior that belongs to property filters, not group filters. A property filter built around a name pattern like A-* would indeed "lose" the layer after renaming — but a group filter has no such dependency. Answer C is similarly wrong: group filters perform no automatic reevaluation. There is no trigger — property changes are invisible to a group filter's membership logic. Answer D introduces a fictional rule; group filters don't compare layer names against one another to determine membership. Layers in a group can have completely unrelated names. A useful study tip: whenever an AutoCAD question mentions a group filter, think manual and sticky — membership only changes if you explicitly add or remove a layer. Reserve dynamic and rule-based thinking for property filters.

Question 3

In Layer Properties Manager, a technician selects a filter that lists only layers whose names begin with E-. The drawing also contains visible objects on A- and M- layers.

What is the immediate effect of selecting the E- layer filter by itself?

  1. Only objects on the listed E- layers remain visible in the drawing area.
  2. Layers outside the filter are frozen in the current viewport but remain on globally.
  3. Only matching layers are listed in the manager; object visibility is otherwise unchanged. (correct answer)
  4. Layers outside the filter are turned off until the All filter is selected again.
Explanation: When working with Layer Properties Manager, it's important to distinguish between display filtering and visibility control — these are two very different things, and this question tests exactly that distinction. A layer filter in AutoCAD is simply an organizational tool. When you select a filter like E-, the Layer Properties Manager narrows its list to show only layers matching that criterion — nothing more. The layers themselves, and every object on them, are completely unaffected. Objects on A- and M- layers stay visible in the drawing area because the filter never touched their on/off, freeze/thaw, or lock states. This makes C the correct answer. A is wrong because it confuses filtering with freezing or turning off layers. Selecting a filter does not hide objects — it only reorganizes what you see in the manager's list. B describes viewport freezing, which is a deliberate action you must take manually on individual layers; a filter selection triggers none of that. D similarly implies the filter toggles layer visibility, which it does not — layers outside the filter are simply not listed temporarily, not turned off. They will reappear in the list the moment you select All, but they were never modified in the first place. A useful rule of thumb: filters change your view of the manager, not the drawing. Any actual visibility change — turning off, freezing, or isolating layers — requires a separate, explicit action. On the AutoCAD exam, watch for questions that conflate organizational tools with operational commands; that's the trap being set here.

Question 4

A group filter named QA Review is selected in Layer Properties Manager. While it remains selected, a user clicks New Layer and creates layer A-QA-NOTE.

How is the new layer handled with respect to QA Review?

  1. It is created outside the group because group filters accept layers only by drag-and-drop.
  2. It is added to the selected group filter as part of the layer-creation workflow. (correct answer)
  3. It is added only if its name duplicates the naming pattern of an existing member.
  4. It becomes a property-filter result rather than a member of the selected group filter.
Explanation: When working with Layer Properties Manager, it's important to distinguish between group filters and property filters — they behave very differently when you create new layers. A group filter is a manually curated collection of layers. AutoCAD is designed to streamline your workflow: when you have a group filter selected and click New Layer, the software automatically adds the newly created layer to that selected group. This means the correct answer is B — the layer A-QA-NOTE becomes a member of QA Review as part of the creation process itself, without any extra steps required from you. A is wrong because drag-and-drop is one valid method to add layers to a group filter, but it is not the only method. AutoCAD's built-in behavior handles this automatically when you create a layer while a group filter is active — no drag-and-drop required. C describes behavior that belongs to property filters, not group filters. Property filters dynamically include layers based on matching criteria (like name patterns, colors, or linetypes). Group filters don't evaluate naming patterns at all — membership is explicit and manual. D is also describing property filter logic. A property filter generates results dynamically based on layer attributes; a group filter does not convert to a property filter just because a new layer is created. A useful study tip: think of group filters as a guest list (you decide who's on it) and property filters as a search query (membership is automatic based on rules). When a question involves new layer creation behavior, ask yourself which filter type is in play — that distinction will consistently point you to the right answer.

Question 5

A property filter named Nonplot Layers displays every layer whose Plot property is disabled. A user needs to inspect all other layers without editing or replacing the saved filter definition.

Which Layer Properties Manager operation most directly produces the required list?

  1. Convert Nonplot Layers to a group filter and remove its current members.
  2. Select All Used Layers so only plot-enabled layers containing objects are displayed.
  3. Select Invert Filter so layers outside the current filter criteria are displayed. (correct answer)
  4. Reverse the Plot property of every displayed layer and then refresh the filter.
Explanation: When working with the Layer Properties Manager, it helps to think of filters as lenses — they narrow what you see, but AutoCAD also gives you a quick way to flip that lens and see everything outside the current filter's criteria. That toggle is the Invert Filter checkbox, located at the bottom-left of the Layer Properties Manager panel. Since the Nonplot Layers filter is already defined to show layers with Plot disabled, checking Invert Filter instantly displays all layers where Plot is enabled — exactly the list the user needs. No editing, no saving, no changes to the filter definition whatsoever. That makes C the most direct and non-destructive solution. A is wrong because converting the filter to a group filter is a structural change — it modifies how the filter is stored and what it contains, which violates the constraint of not editing or replacing the saved definition. B is tempting but flawed: "All Used Layers" filters by whether a layer contains objects, not by Plot status. You could end up seeing plot-enabled layers that have objects and missing plot-enabled layers that are empty, so the result is neither complete nor accurate for this purpose. D is the most destructive option — reversing the Plot property on every displayed layer actually changes your drawing data, which is the opposite of a read-only inspection. As a study tip, remember that Invert Filter is AutoCAD's built-in "show everything else" toggle — it's always temporary and never modifies the filter itself. Any question asking for a non-destructive way to see layers outside a filter's scope should immediately point you there.

Question 6

A loaded external reference named STRUCT is attached to a host drawing. The host drawing also contains local layers beginning with S-. A user wants Layer Properties Manager to list the xref-dependent layers supplied specifically by STRUCT without changing their visibility.

Which action best accomplishes the task?

  1. Select the automatically generated STRUCT xref filter in the filter tree. (correct answer)
  2. Select All Used Layers and sort the resulting list by layer status.
  3. Create a group filter containing every local layer whose name begins with S-.
  4. Bind STRUCT and then select the automatically generated reconciliation filter.
Explanation: When an external reference is attached to a drawing, AutoCAD automatically generates a dedicated xref filter in the Layer Properties Manager tree — one filter per attached xref, named after that xref. This is the feature being tested here: understanding how AutoCAD organizes xref-dependent layers and how to isolate them efficiently. Selecting the automatically generated STRUCT filter in the filter tree (choice A) is exactly the right move. AutoCAD creates this filter the moment STRUCT is attached, and clicking it instantly narrows the layer list to only those xref-dependent layers prefixed with STRUCT|. No layers are hidden or frozen — visibility is completely unchanged — which directly satisfies the user's requirement. Choice B falls short because All Used Layers shows every layer currently referenced in the drawing, including all local layers beginning with S-. Sorting by status doesn't isolate xref layers from local ones; you'd still have to manually sift through a mixed list. Choice C actually works against the goal — a group filter built from local S- layers would display those local layers, not the xref-dependent STRUCT| layers; the similar naming prefix is a deliberate trap to confuse the two. Choice D is far too destructive for the task: binding STRUCT converts the xref into a permanent block and renames its layers, which is a major, irreversible structural change just to view a filtered list — and reconciliation filters address unreconciled new layers, not xref isolation. As a study tip, remember that AutoCAD auto-generates one xref filter per attached reference — using it is always the fastest, non-destructive way to view that xref's layers exclusively.

Question 7

A drawing has hundreds of layers. A user needs to temporarily display only layer names containing ANNO, inspect several properties, and then return to the full list. The user does not want to create another saved filter.

Which workflow is most appropriate in Layer Properties Manager?

  1. Select All Used Layers, rename the matching layers temporarily, and undo the renaming afterward.
  2. Create a property filter using *ANNO*, inspect the layers, and purge the filter afterward.
  3. Create a group filter, drag every ANNO layer into it, and delete the layers afterward.
  4. Select All, enter *ANNO* in the layer search field, and clear the search afterward. (correct answer)
Explanation: When working in a drawing with hundreds of layers, the Layer Properties Manager offers a built-in search field designed exactly for temporary, on-the-fly filtering — no saved filters required. Questions like this test whether you know the difference between persistent filter tools and quick, disposable search tools. The most efficient workflow is D: with All layers selected, you type *ANNO* into the search field at the top of the Layer Properties Manager. The asterisks act as wildcards, instantly narrowing the display to only layers whose names contain "ANNO." You inspect whatever properties you need, then simply clear the search field to restore the full list. Nothing is created, saved, or modified — it's entirely non-destructive and takes seconds. A is a damaging workaround — renaming layers just to locate them temporarily corrupts layer data throughout the drawing, and relying on Undo is risky in a complex session. B creates a property filter, which is a legitimate Layer Properties Manager tool, but the question explicitly states the user does not want to create a saved filter; property filters persist in the file until manually deleted, making "purge afterward" an unnecessary extra step. C misunderstands group filters entirely — they organize layers for management purposes, and deleting the layers afterward would remove them from the drawing, which is destructive and completely unintended. As a study tip, remember that the search field in Layer Properties Manager is your go-to for quick, temporary layer isolation, while property and group filters are for recurring, saved workflows. The exam often presents both as options to see if you can distinguish short-term from long-term tools.

Question 8

A CAD manager selects a saved property filter named Architectural Layers. The Layer Properties Manager list is filtered correctly, but the Layer drop-down on the Layers panel continues to show every layer in the drawing.

Which setting should the manager enable to extend the selected filter to the Layer drop-down?

  1. Enable Viewport Overrides for the current layout viewport to restrict its layer display.
  2. Enable New Layer Notification in the Layer Settings dialog to flag recently added layers.
  3. Enable Isolate Layer Settings and choose the Lock and Fade option for nonisolated layers.
  4. Enable Apply Layer Filter to Layer Toolbar in the Layer Settings dialog. (correct answer)
Explanation: When you encounter a question about layer filtering in AutoCAD, think about the distinction between where a filter is applied versus how far it extends across the interface. The Layer Properties Manager and the Layer drop-down on the Layers panel are two separate UI elements — filtering one does not automatically filter the other. This is exactly the gap option D closes. In the Layer Settings dialog (accessed via the gear icon in the Layer Properties Manager), the Apply Layer Filter to Layer Toolbar setting forces the active property filter to propagate from the Layer Properties Manager list into the Layer drop-down on the ribbon. Once enabled, selecting the "Architectural Layers" filter will restrict both views simultaneously, giving the CAD manager a consistent, filtered experience across the interface. Option A is a red herring — Viewport Overrides control per-viewport layer properties like color or linetype in a layout, and have nothing to do with filtering which layers appear in the drop-down. Option B, New Layer Notification, simply alerts you when layers have been added since the drawing was last opened; it's a monitoring tool, not a display filter. Option C, Isolate Layer Settings, determines the behavior of the Layer Isolate command (whether nonisolated layers are locked or turned off) — it doesn't connect filters to the toolbar drop-down. A useful memory anchor: the word "Toolbar" in the setting name is the giveaway. When a question describes a filter working in the Manager but not in the drop-down, you're looking for the setting that explicitly bridges those two locations — and that's Apply Layer Filter to Layer Toolbar.

Question 9

A property filter contains these criteria in the same filter definition: Name = M-WALL-*, Lock = Locked, and Color = Red.

Which layer will be displayed by this filter?

  1. M-WALL-NEW, which is locked and uses the color Red (correct answer)
  2. M-WALL-EXST, which is unlocked and uses the color Red
  3. A-WALL-NEW, which is locked and uses the color Red
  4. M-WALL-DEMO, which is locked and uses the color Blue
Explanation: When working with layer property filters in AutoCAD, the critical concept to understand is that all criteria within a single filter definition use AND logic — meaning a layer must satisfy every condition simultaneously to appear in the filtered list. Think of it like a checklist: if any one item fails, the layer is excluded. For this filter to display a layer, that layer must meet all three conditions at once: the name must begin with M-WALL- (the asterisk is a wildcard), it must be locked, and it must use the color Red. Choice A — M-WALL-NEW, locked, Red — clears all three hurdles, making it the correct answer. Now look at why the other choices fail. Choice B, M-WALL-EXST, matches the name pattern and color, but it is unlocked, so it fails the Lock criterion. Choice C, A-WALL-NEW, is locked and Red, but its name starts with A-WALL- rather than M-WALL-, so it fails the name pattern match. Choice D, M-WALL-DEMO, matches the name and is locked, but its color is Blue, not Red — one failed condition is all it takes to be excluded. A useful tip to carry into the exam: whenever you see a property filter question, mentally run each answer choice through every filter criterion like a checklist. The moment one condition fails, eliminate that choice. Also remember that if criteria were placed on separate rows in the filter dialog, AutoCAD would apply OR logic instead — but within the same row/definition, it's always AND.

Question 10

A group filter named Coordination Review contains twelve host-drawing layers. The project manager determines that the filter is no longer needed, but the layers and their objects must remain unchanged.

Which action meets the requirement?

  1. Delete the group filter from the filter tree and leave the member layers unchanged. (correct answer)
  2. Purge the group filter so its member layers remain but lose their assigned properties.
  3. Erase the group filter after moving all objects on its layers to layer 0.
  4. Freeze every member layer before deleting the group filter from the filter tree.
Explanation: When working with layer management in AutoCAD, it helps to understand the distinction between layer filters and layers themselves. A group filter is simply an organizational container — a named grouping in the Layer Properties Manager that references existing layers. It does not own those layers or control their properties independently. Deleting the filter removes only that organizational label, leaving every member layer, its settings, and all objects on it completely intact. That's exactly what choice A describes, making it the correct action. Choice B introduces the term "purge," which is a trap. The Purge command in AutoCAD removes unused named objects (like empty layers or unused blocks), not filters. More importantly, purging does not strip assigned properties from remaining layers — the description in B is simply not how AutoCAD behaves, making it doubly wrong. Choice C is dangerous: moving all objects to layer 0 before deleting the filter would fundamentally alter the drawing by stripping objects from their original layers. The requirement explicitly states that objects must remain unchanged, so this directly violates the condition. Choice D — freezing member layers before deleting the filter — is unnecessary and counterproductive. Freezing hides and suspends layers, which changes the state of those layers and potentially affects visibility and regeneration. The requirement asks that layers remain unchanged, so introducing a freeze operation contradicts that goal. Study tip: On AutoCAD exam questions involving filters, always remember that filters are views of layers, not the layers themselves. Deleting a filter is a non-destructive, organizational action — nothing about the actual layer data changes.