Manufacturing & Engineering

AutoCAD interview questions

AutoCAD interviews are practical and standards-driven. Interviewers want to know whether your drawings can be handed to someone else, plotted correctly and issued to site: layers and templates, blocks and external references, model space against paper space and scaling, dimension and plot styles, and how you control revisions once a drawing has left the office. Naming conventions differ between employers and countries, so a good candidate describes the principle and asks what the office standard is.

9 questions (2 easy · 4 medium · 3 hard), each with what a strong answer covers and where people lose the point. Free to read, no account.

On this page (9 questions)

1.Explain model space and paper space, and how a drawing ends up plotted at the right scale.

Warm-up

What a strong answer covers

  • Model space is where the object is drawn at full size in real-world units. Nothing is scaled down while modelling, so measurements taken from the geometry are always true.
  • Paper space, in a layout, represents the physical sheet at its real size. It holds the title block, the border and the annotation that belongs to the sheet.
  • A viewport is a window in the layout looking into model space at a set scale. Different viewports on the same sheet can show the same model at different scales.
  • Once a viewport scale is right it should be locked, so that zooming inside the viewport does not silently change the scale of the plotted view.
  • Annotation size is decided by what must appear on paper, which is why annotative text and dimension styles are used: they present at the correct model size for each viewport scale automatically.
  • A strong answer mentions that page setups tie the layout to a specific paper size, plot device and plot style table, so plotting the sheet is repeatable rather than reconfigured each time.

Where people lose the point

  • Scaling the geometry itself to fit a sheet, which destroys the drawing as a source of measurements.
  • Leaving viewports unlocked, so a zoom changes the plotted scale without anyone noticing.
  • Placing sheet annotation and title blocks in model space, which makes multiple scales on one sheet unmanageable.
Link to this question

2.How do you use layers, and why does it matter that geometry is not all drawn on layer 0?

Warm-up

What a strong answer covers

  • Layers separate a drawing into controllable categories so that visibility, colour, linetype, lineweight and plotting behaviour can be set for a whole class of objects at once.
  • They are also how a drawing communicates to other people: a recipient who knows the layer standard can turn a discipline on or off, or plot a filtered version of the sheet, without editing the geometry.
  • Layer 0 is special because geometry drawn on it inside a block inherits the layer properties of wherever the block is inserted. That is a useful behaviour for symbols intended to take on their host layer, and a source of confusion when it happens by accident.
  • Properties should generally be set ByLayer rather than assigned to individual objects, so that a change to the layer changes everything on it. Object-level overrides defeat that and are hard to find later.
  • Non-printing layers are how construction lines, notes to the drafter and setting-out geometry are kept in the file without appearing on the plotted sheet.
  • A strong answer says that layer names should follow the office or project standard, notes that published standards for layer naming exist and differ between industries and countries, and asks which one applies rather than asserting one.

Where people lose the point

  • Drawing everything on one layer, or on layer 0, which makes visibility and plotting control impossible.
  • Setting colour and linetype per object instead of ByLayer.
  • Inventing personal layer names on a project that has a defined standard.
Link to this question

3.When would you use a block, and what do dynamic blocks and attributes add?

Core

What a strong answer covers

  • A block groups geometry into a single named definition that can be inserted many times. Because the insertions reference one definition, editing the definition updates every instance, which copied geometry cannot do.
  • Blocks also reduce file size relative to copying, and they make counting and scheduling possible because instances are countable objects rather than loose lines.
  • A dynamic block adds parameters and actions so one definition can cover a family of variants: a door that can flip and change width, or a bolt available in several lengths, without a separate block for every case.
  • Attributes attach text data to an instance: a tag, a mark number, a size or a manufacturer reference. That data can be edited per instance and extracted into a schedule or a spreadsheet, which is where much of the value is.
  • Blocks intended to take on the properties of the layer they are inserted onto are drawn on layer 0 with properties set ByBlock, which is a deliberate technique rather than an accident.
  • A strong answer mentions that a shared block library, kept under control rather than copied between projects, is what makes symbols consistent across an office.

Where people lose the point

  • Copying geometry repeatedly instead of using a block, then having to edit every copy when the detail changes.
  • Exploding blocks to make a small local edit, which destroys the link to the definition and the ability to count or schedule.
  • Building a separate block for every size when a dynamic block with parameters would cover the family.
Link to this question

4.What is an xref, how does it differ from a block, and when do you attach, overlay or bind?

Core

What a strong answer covers

  • An external reference links a separate drawing file into the current one. The referenced geometry is not stored in your file, so when the source drawing changes, your drawing reflects the change when the reference reloads.
  • A block copies its definition into the drawing, so it travels with the file but does not update when someone else changes their copy of the source. That distinction is the reason shared backgrounds are referenced and repeated symbols are blocked.
  • Attach and overlay differ in nesting. An attached reference carries through when your drawing is itself referenced by another, while an overlay does not, which is how circular and duplicated references are avoided in multi-discipline coordination.
  • Path type matters in practice: relative paths survive a project folder being moved or sent to another office, while a full path points at a directory that may exist only on one machine.
  • Binding converts the reference into local geometry. It is appropriate for archiving, or for issuing to a recipient who will not receive the referenced files, and inappropriate during live coordination because it freezes the background and disconnects future updates.
  • A strong answer mentions packaging a drawing set with its references and support files for transmittal, so that the recipient does not open a drawing with unresolved references.

Where people lose the point

  • Binding or exploding references routinely to avoid path problems, and then working from a stale background.
  • Using full paths, so references break the moment the project folder moves.
  • Sending a drawing without its referenced files or fonts and assuming it will open as intended.
Link to this question

5.How do you manage dimension and text styles across a drawing set?

Core

What a strong answer covers

  • Styles are defined once and applied, not adjusted object by object. A drawing where every dimension carries its own overrides cannot be updated consistently and will not match the rest of the set.
  • The template file is where styles belong. A properly built template carries the layer set, text and dimension styles, page setups, plot style assignment and title block, so a new drawing starts compliant instead of being corrected later.
  • Annotative styles solve the scaling problem: the style stores the printed size, and the object displays at the correct model size for each annotation scale it is assigned to.
  • Dimension style settings that get noticed on review include arrowhead type and size, precision and rounding, units and suppression of trailing zeros, and how the extension lines relate to the geometry.
  • Consistency across the set matters more than any individual preference, because a set where three sheets dimension differently looks unchecked even when every value is correct.
  • A strong answer mentions checking dimension values against the model rather than typing overrides, since a manually overridden dimension is a lie that survives every later revision.

Where people lose the point

  • Typing a dimension value manually to make it read what it should, instead of correcting the geometry.
  • Applying per-object style overrides that make a set-wide update impossible.
  • Starting drawings from a copy of a previous job rather than a maintained template, so standards drift.
Link to this question

6.Walk me through producing a consistent plotted or PDF issue of a drawing set.

Core

What a strong answer covers

  • Plotted appearance is controlled by plot style tables. A colour-dependent table maps each colour to a plotted lineweight and colour, which is the traditional approach where object colour encodes pen weight; a named style table assigns styles to layers or objects directly, decoupling appearance from colour.
  • A drawing uses one type or the other, and mixing conventions across a set is a common cause of sheets that print with inconsistent line weights.
  • Page setups store paper size, plot device, plot area, scale, orientation and plot style. Saving them in the template, and applying the same named setup to every layout, is what makes a set print consistently.
  • Publishing the whole set at once, rather than plotting sheets individually, avoids the situation where one sheet was plotted with different settings from the rest.
  • Always check the output rather than assuming: a quick pass through the produced PDF catches missing xrefs, wrong scale, clipped title blocks and layers that should not have plotted.
  • A strong answer mentions that what is issued should be a fixed-format file such as PDF, so the recipient sees what was checked rather than whatever their own settings would render.

Where people lose the point

  • Plotting sheets one at a time with slightly different settings and issuing them as a set.
  • Mixing colour-dependent and named plot style conventions within one project.
  • Issuing without opening the resulting PDF to check it.
Link to this question

7.A drawing has been issued for construction and a dimension now has to change. What is your process?

Hard

What a strong answer covers

  • Nothing is edited silently. The issued drawing is a record of what was sent, so the change is made as a new revision with the previous issue retained and marked superseded.
  • The change is identified on the sheet: a revision cloud around the affected area with a revision mark, and a line in the revision table giving the revision identifier, the date, a description of the change and who made and checked it.
  • The revision is reissued through the same transmittal route as the original, so there is a record of who received which revision and when. Site working from a superseded sheet is the failure this whole process exists to prevent.
  • Superseded files should be moved out of the live working area or clearly marked, so the current revision is unambiguous to anyone opening the folder.
  • Related sheets have to be checked: a dimension change often affects details, schedules and other disciplines' drawings that referenced the same background.
  • A strong answer states that revision numbering conventions, cloud and mark styles, and whether preliminary issues use letters and construction issues use numbers, are set by the office or project standard, and asks which applies rather than asserting one.

Where people lose the point

  • Editing the issued file in place with no revision record, so nobody can tell which version site is holding.
  • Clouding the change but not updating the revision table, or the reverse.
  • Reissuing the changed sheet without checking the details and schedules that depend on it.
Link to this question

8.You receive a drawing from another office that is slow, enormous and full of exploded blocks and stray layers. How do you clean it up?

Hard

What a strong answer covers

  • Work on a copy and keep the original untouched, because the received file is the record of what you were given.
  • Run a file audit to find and fix structural errors, then purge unused layers, blocks, styles and other definitions, remembering that purge may need to be run more than once as nested items become unused.
  • Check units before anything else geometric. A drawing created in different units, or with the insertion units unset, will scale wrongly when referenced or inserted, and that is far easier to find at the start than after a day of work.
  • Remove duplicate and overlapping geometry, which is a common cause of both file bloat and incorrect quantity take-offs, and check for objects on frozen or off layers that will reappear later.
  • Look for proxy objects and custom objects from other applications, which display but cannot be edited, and for missing fonts and shape files that will silently substitute.
  • Rebuild rather than patch where it is faster to do so: if the layer structure is unusable, moving the geometry onto a compliant layer set from your template is often quicker than repairing it in place.
  • A strong answer ends with a note back to the sender describing what was found, because a received drawing that does not meet the agreed standard is a project issue, not just a personal inconvenience.

Where people lose the point

  • Working directly on the received file with no untouched copy retained.
  • Purging aggressively without checking whether definitions are used by references or by the title block.
  • Ignoring the units and insertion scale, then discovering the problem after everything has been referenced in.
Link to this question

9.How would you set up a small drafting team so that everyone's drawings look like they came from one office?

Hard

What a strong answer covers

  • Start with a maintained template that carries the layer set, text and dimension styles, page setups, plot style table, title block and standard notes, stored centrally rather than copied between machines.
  • Keep a shared block and detail library under change control, so a corrected symbol propagates rather than surviving as five variants.
  • Define the folder structure, file naming and revision convention in writing, since drawing names and revision letters are how everyone else finds and cites your work.
  • Use the standards checking tools to compare drawings against a defined standards file, which catches layer and style drift automatically instead of by review.
  • Agree the issue process: what is checked, by whom, what format goes out, and how transmittals are recorded.
  • A strong answer acknowledges that industry layer naming and drawing numbering standards exist and vary by sector and country, and that the choice of which to adopt is a project or client requirement rather than a technical preference.

Where people lose the point

  • Relying on individual habits and review comments instead of a template and a checkable standard.
  • Letting each person keep a personal copy of the template, so versions diverge.
  • Imposing a standard without checking the client's or the project's own requirements first.
Link to this question
No account needed

Answer one real AutoCAD question now

A question a AutoCAD panel actually asks, answered out loud, scored on what you said and how you said it. Under two minutes, and nothing to sign up for.

Explain model space and paper space, and how a drawing ends up plotted at the right scale.

We never store the audio. Your answer is deleted within 24 hours unless you save the result.

How AutoCAD answers get judged

The weights a AutoCAD interviewer is holding, whether or not they say so out loud. Round Zero scores your practice answers against exactly these, and quotes your own words back as the evidence for each.

Drawing structure and standards

30%

Uses layers, templates, blocks and external references so a drawing is maintainable by someone else, and works to an office or industry standard rather than personal habit.

Scale, layout and annotation

25%

Draws at full size in model space, controls scale through viewports and annotative objects, and produces sheets whose dimensions and text read correctly when plotted.

Output and plotting

20%

Controls plotted appearance through page setups and plot styles, produces consistent PDF or hard copy issues, and checks output rather than assuming it.

Revision and issue discipline

25%

Handles changes to drawings already issued for construction or manufacture with clouds, revision records, superseded copies and a traceable transmittal, and never edits an issued file silently.

Related Manufacturing & Engineering skills

All skills →

Now say them out loud

You have read what strong AutoCAD answers contain. The next thing that moves the needle is producing one under time, out loud, and finding out where it falls apart.

  • These questions asked back, with follow-ups
  • Flashcards for the ones you keep missing
  • A scored mock that quotes your own answers

Browse every skill

Practising AutoCAD: common questions

What AutoCAD interview questions should I practice?
Start with the core areas AutoCAD interviewers probe: Explain model space and paper space, and how a drawing ends up plotted at the right scale.; How do you use layers, and why does it matter that geometry is not all drawn on layer 0; When would you use a block, and what do dynamic blocks and attributes add. This page outlines strong answers and common mistakes, and the scored path drills each one with follow-ups.
Is the AutoCAD practice free?
Yes. The AutoCAD path runs free inside Round Zero: lessons, practice questions and flashcards. Drills are unlimited on every plan, free included. So is the full scorecard. Free also covers 3 complete scored interviews, no card.
How is this different from a AutoCAD question list?
A static list gives you questions with no feedback. Round Zero runs a live scored practice that probes your actual answers, rotates difficulty, and tells you exactly what to fix, grounded in a AutoCAD rubric.
How should I prepare for a AutoCAD interview?
Learn the concepts, drill the questions until answers come fast, then prove it in a scored mock. Round Zero sequences all three so you know you are ready, not just that you read about AutoCAD.
How is a AutoCAD answer scored?
AutoCAD answers are scored on drawing structure and standards, scale, layout and annotation, output and plotting, revision and issue discipline, with evidence quoted from what you actually said, so feedback is specific instead of generic praise.