Skip to main content
🎉 All exam preparation materials are available for free until 31 August 2026.

Last updated: May 2026

Practice Exam

MO-100/MO-110/MO-200/MO-210Microsoft Office Specialist: Expert (Microsoft 365 Apps)

Test your knowledge with official exam-style questions

Questions25Passing700Exam time120 min

Questions and options are shuffled each attempt

Microsoft Office Specialist: Expert (Microsoft 365 Apps)Practice Set 5: All Questions & Explanations

Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.

  1. 1. You are working in Microsoft Word. You want to enable a pane that shows a summary of your document's structure (headings, bookmarks) for quick navigation. Which two menu paths open this functionality? Choose 2.

    • A. View > Navigation Pane(correct)
    • B. View > Show Document Map(correct)
    • C. File > Options > Display > Navigation Pane
    • D. Review > Navigation
    • E. Insert > Links > Navigation Pane

    Explanation: View > Navigation Pane (View tab > Show group) and the legacy 'Show Document Map' checkbox both open the same structural navigation pane showing headings, sections, and bookmarks, letting you click to jump to a location. File > Options > Display has no such toggle, and neither the Review tab nor Insert > Links contains a Navigation command.

  2. 2. You are working in Microsoft Word. You need to change the default location where AutoRecover files are saved. Where should you configure this?

    • A. File > Options > Save and set 'AutoRecover file location'(correct)
    • B. File > Options > Advanced > AutoRecover folder
    • C. File > Properties > AutoRecover Settings
    • D. Tools > Options > Save > AutoRecover

    Explanation: File > Options > Save contains the 'AutoRecover file location' field where you can specify a custom folder for automatic backup files. By default, AutoRecover files are stored in a system temp folder; changing this location gives you more control.

  3. 3. You are working in Microsoft Word. You have a document that is opened by multiple users simultaneously for collaborative editing. You want to see who is currently viewing or editing the document and what changes they have made. Which feature should you use?

    • A. File > Info > Show editorial activity (for co-authoring documents)(correct)
    • B. Review > Track Changes > Track all changes by all users
    • C. File > Share > See who's editing
    • D. File > Properties > Version History

    Explanation: File > Info displays an 'Editorial activity' section showing current co-authors/editors and their presence. This feature (available for cloud-synced documents) shows real-time editing activity. Track Changes shows modifications; Version History shows snapshots of saved versions.

  4. 4. You are working in Microsoft Word. You want to increase the spacing between specific letters in a word (kerning) to improve readability of a heading. Which two paths let you access the Character Spacing controls? Choose 2.

    • A. Home > Font (launcher) > Advanced tab > Character Spacing(correct)
    • B. Right-click the selected text > Font > Advanced tab > Character Spacing(correct)
    • C. Layout > Paragraph > Spacing
    • D. Insert > Text > Character Spacing
    • E. Review > Proofing > Character Spacing

    Explanation: Both the Home tab's Font dialog launcher and the right-click > Font context menu open the same Font dialog, whose Advanced tab contains Character Spacing (Scale, Spacing, Position, Kerning). Layout > Paragraph > Spacing controls paragraph line/space-before/after, not letter spacing, and there is no Character Spacing command under Insert > Text or Review > Proofing.

  5. 5. You are working in Microsoft Word. You want to create a paragraph indent where the first line is indented less than the rest of the paragraph (reverse of a hanging indent). What is this called and how do you create it?

    • A. A hanging indent; use Home > Decrease Indent
    • B. A first-line indent; set positive indent in Paragraph dialog
    • C. A negative first-line indent; set negative value in Paragraph dialog(correct)
    • D. A reverse hanging indent; use Right-click > Paragraph > Special

    Explanation: A first-line indent set to a negative value creates an 'outdent' where the first line extends further left than subsequent lines. In Paragraph > Special, set 'First line' to a negative value (e.g., -0.5").

  6. 6. A newsletter editor is working in Microsoft Word on a multi-column layout, and notices text is not flowing evenly between columns on the last page. She wants the text to end at the same height in all columns. What setting should she use?

    • A. Layout > Columns > More Columns and set 'Line Between'
    • B. Layout > Columns > More Columns and check 'Balance columns'(correct)
    • C. Home > Paragraph > Spacing > Column Spacing
    • D. Insert > Shapes > Column Balance

    Explanation: Layout > Columns > More Columns has a checkbox for 'Balance columns' which automatically adjusts text flow so all columns end at approximately the same height. This creates a more visually balanced multi-column layout.

  7. 7. You are working in Microsoft Word. You want to set text direction to vertical (so text reads top-to-bottom) for a table header. Which two approaches can achieve this? Choose 2.

    • A. Right-click the table cell and choose Text Direction > Rotate text 90 degrees(correct)
    • B. Select the cell and use Layout > Text Direction (when in table)(correct)
    • C. Format > Character > Position > Vertical
    • D. Use Table Design > Effects > Text Direction
    • E. Manually rotate each character using Format > Rotation

    Explanation: Both right-clicking the table cell and using Table > Layout > Text Direction (appears when editing within a table) allow you to rotate text. The text direction rotates the entire cell content 90° clockwise or counterclockwise, not individual characters.

  8. 8. You are working in Microsoft Word. You want to create a style based on another existing style, inheriting its formatting but with some modifications. What is this called and how should you do it?

    • A. A linked style; right-click a style in Styles pane and choose 'Link to Base Style'
    • B. A style based on another; in Modify Style dialog, set 'Style based on' dropdown(correct)
    • C. A dependent style; use Home > Styles > Manage Styles > Create Link
    • D. A inherited style; use Format > Styles > Create from Selection

    Explanation: When creating or modifying a style, the 'Style based on' field in the Modify Style dialog specifies a parent style. The new style inherits all formatting from the parent and can override specific properties. This creates a style hierarchy.

  9. 9. You are working in Microsoft Word. You need to insert a field that displays the date when the document was last printed. Which field code should you use?

    • A. { PRINTDATE \@ "d MMMM yyyy" }(correct)
    • B. { LASTPRINT }
    • C. { PRINTTIME }
    • D. { DOCPROPERTY "LastPrintDate" }

    Explanation: The PRINTDATE field displays the date when the document was last printed and updates on each print. The \@ switch specifies the date format. LASTPRINT, PRINTTIME, and the DOCPROPERTY for 'LastPrintDate' are not valid field codes.

  10. 10. You are working in Microsoft Word. You want to create a field code that stores a variable value (e.g., setting a project code that can be referenced throughout the document). Which field code should you use?

    • A. { VARIABLE projectCode "ABC123" }
    • B. { SET projectCode "ABC123" }(correct)
    • C. { DEFINE projectCode = "ABC123" }
    • D. { BOOKMARK projectCode = "ABC123" }

    Explanation: The SET field code creates a variable that can be referenced later with { REF fieldname }. Syntax: { SET projectCode "ABC123" }. Later, { REF projectCode } displays the stored value. This is useful for centralized placeholders.

  11. 11. You are working in Microsoft Word. You want to insert an Excel spreadsheet object into your Word document so that it displays as an embedded table. Which two methods achieve this? Choose 2.

    • A. Insert > Table > Convert Text to Table
    • B. Insert > Object > Object (Create New tab) and select 'Microsoft Excel Worksheet'(correct)
    • C. Insert > Object > Object (Create from File tab) and browse to an existing Excel file(correct)
    • D. Insert > Chart > Excel Data Source
    • E. Paste the Excel range using Paste Special > Unformatted Text

    Explanation: Insert > Object offers a Create New tab, which embeds a blank Microsoft Excel Worksheet object, and a Create from File tab, which embeds an existing Excel file as an object. Both produce an embedded, editable spreadsheet. Convert Text to Table only converts existing delimited text to a Word table (not an Excel object); Insert > Chart inserts a chart backed by an editable datasheet, not an embedded worksheet table; and Paste Special > Unformatted Text pastes plain text, not an embedded object.

  12. 12. You are working in Microsoft Word. You need to insert a shape (rectangle, star, etc.) and add text inside it. How should you do this?

    • A. Insert > Shapes, select shape, draw it, then double-click to add text(correct)
    • B. Insert > Text > Text Box, then right-click and add a shape border
    • C. Insert > Shapes, click Insert Text after selecting the shape
    • D. Both A and C are correct

    Explanation: Insert > Shapes shows shape options. After drawing the shape on the page, double-click it to add text inside. The text becomes part of the shape. This is simpler than using a text box with a border.

  13. 13. You are working in Microsoft Word. You need to insert a text box that automatically wraps text when it reaches the right edge, and you want to link multiple text boxes so text flows from one to the next. Where should you manage text box linking?

    • A. Right-click the text box and choose Link Text Boxes
    • B. Insert > Text Box > Create Link
    • C. Format > Shape > TextBox tab > Link
    • D. Drawing Tools > Format > Create Link (when text box is selected)(correct)

    Explanation: When a text box is selected, Drawing Tools > Format tab (or right-click > Format Shape) contains text linking options. You can click 'Create Link' to connect to another empty text box, causing text to flow from one to the next.

  14. 14. You are working in Microsoft Word. You want to configure a shape so that text wraps tightly around its border (contour wrapping) rather than in a rectangular box. What setting should you use?

    • A. Right-click the shape and choose Wrap Text > Tight
    • B. Right-click the shape and choose Wrap Text > Through with Edit Wrap Points
    • C. Select the shape and use Layout > Wrap Text > Tight(correct)
    • D. Format > Arrange > Wrap Text > Contour

    Explanation: Layout (or Format in Drawing Tools) > Wrap Text > Tight makes text wrap closely to the shape's border. You can further customize by choosing Edit Wrap Points to define exactly how text flows around the shape.

  15. 15. You are working in Microsoft Word. You need to view previous versions of a cloud-stored document that Word automatically saved. Where should you look?

    • A. File > Info > Version History(correct)
    • B. File > Open > Open Recent > Version History
    • C. Review > Changes > Show Version History
    • D. File > Properties > Version Control

    Explanation: File > Info (for OneDrive/SharePoint files) displays Version History, showing a timeline of auto-saved versions. You can click any version to open it or restore it. This is only available for cloud-stored documents.

  16. 16. You are working in Microsoft Word. You need to set up a document information panel that displays custom properties (Author, Project ID, Review Date) on the right side of the document while editing. Which two steps should you take? Choose 2.

    • A. Go to File > Info and the properties are shown automatically
    • B. Define custom document properties in File > Properties > Custom tab(correct)
    • C. Enable the Info pane by going to File > Info and leaving it open(correct)
    • D. Use File > Options > Advanced > Display options to show document properties
    • E. Create a custom content control in Developer tab linked to document properties

    Explanation: First, define custom properties in File > Properties > Custom tab. Then, File > Info displays these properties in a pane on the right. You can keep this pane open while editing to see and modify properties. Leaving File > Info open is equivalent to displaying the info panel.

  17. 17. You are working in Microsoft Word. You want to create a hyperlink that opens a bookmark within the same document (e.g., jump to a section). How should you do this?

    • A. Create a bookmark first (Insert > Bookmark), then Insert > Link > select Place in This Document > choose the bookmark(correct)
    • B. Insert > Hyperlink > Bookmark and type the bookmark name
    • C. Right-click the bookmark and choose Create Internal Link
    • D. Use Insert > Cross-reference and convert to hyperlink

    Explanation: First, create a bookmark at the destination (Insert > Bookmark). Then, select text for the link and use Insert > Link (or Ctrl+K) > Place in This Document tab > select the bookmark. This creates an internal hyperlink.

  18. 18. A training coordinator is building a Word-based course handout and wants to embed a YouTube video or other online media directly into the document. What feature should she use?

    • A. Insert > Video > Online Video and enter the video URL(correct)
    • B. Insert > Online Pictures and paste video link
    • C. Insert > Media > Video and search for the online source
    • D. Insert > Object > Link to Online Media

    Explanation: Insert > Video > Online Video (or Insert > Media > Online Video in some versions) allows you to insert a video by URL or search for it. The video embeds as a thumbnail that plays when clicked in Word 365.

  19. 19. You are working in Microsoft Excel. You have a VBA macro that references external data, and you want to enable Trust Center settings so the macro runs without security warnings. Where should you configure trusted locations?

    • A. File > Options > Trust Center > Trust Center Settings > Trusted Locations(correct)
    • B. Review > Trust Center
    • C. File > Properties > Security > Trusted Locations
    • D. File > Info > Trust Center

    Explanation: File > Options > Trust Center > Trust Center Settings > Trusted Locations allows you to add folders that contain trusted workbooks and macros. Files in these locations run without macro security prompts.

  20. 20. You are working in Microsoft Excel. You need to create a subtotal that calculates the sum of sales by product category. The data has category breaks (hidden rows). Which feature should you use?

    • A. Data > Subtotals(correct)
    • B. Home > Sum > Subtotal
    • C. Data > Consolidate > use subtotals option
    • D. Use SUBTOTAL formulas manually

    Explanation: Data > Subtotals (Outline group) automatically inserts subtotal formulas at category break points. It also creates an outline structure allowing you to collapse/expand groups. You specify the column to subtotal and the function (Sum, Count, Average, etc.).

  21. 21. You are working in Microsoft Excel. You need to apply advanced filtering that shows only rows matching complex criteria (e.g., show items where (Category='Office' AND Cost>100) OR (Status='Active')). Where should you go?

    • A. Data > Filter > AutoFilter and use dropdown criteria
    • B. Data > Filter > Standard Filter and configure multiple criteria with AND/OR logic
    • C. Data > Filter > Advanced Filter with a criteria range
    • D. Both B and C are correct(correct)

    Explanation: Standard Filter (Data > Filter > Standard Filter) provides a dialog for multiple criteria with AND/OR logic. Advanced Filter (Data > Filter > Advanced Filter) uses a separate criteria range for more complex filtering. Both handle complex logic; Standard Filter is simpler.

  22. 22. You are working in Microsoft Excel. You have a dataset sorted by sales values. You want to reorder rows by cell color (showing red values first, then blue, then green). What feature allows sorting by color?

    • A. Data > Sort > Sort by Color option
    • B. Home > Sort & Filter > Sort by Color
    • C. Data > Sort and click the 'Color' button in the Sort dialog(correct)
    • D. Select a colored cell and use Data > Sort > Match This Color

    Explanation: Data > Sort opens a dialog. When you click the Options or add a level, you can specify 'Sort by' column and choose to sort by 'Cell Color' instead of values. This reorders rows based on cell background color.

  23. 23. You are working in Microsoft Excel. You need to create a formula that references a cell using a variable row number. For example, you want to reference row 5 but get the row number from a cell. Which function should you use?

    • A. =INDIRECT("A" & rowNum)
    • B. =OFFSET(A$1, rowNum, 0)
    • C. =INDEX(A:A, rowNum)
    • D. All three are valid approaches(correct)

    Explanation: INDIRECT("A" & rowNum) builds a cell reference string dynamically. OFFSET(A$1, rowNum, 0) returns a cell offset from A1. INDEX(A:A, rowNum) returns a value from column A at position rowNum. All three can dynamically reference cells based on variable row numbers.

  24. 24. You are working in Microsoft Excel. You create a named range called 'SalesData' that references A1:F100. You want to create a formula that counts non-empty cells within this named range. Which formula should you use?

    • A. =COUNTA(SalesData)(correct)
    • B. =COUNTBLANK(SalesData)
    • C. =COUNT(SalesData)
    • D. =ROWS(SalesData) - COUNTBLANK(SalesData)

    Explanation: COUNTA counts non-empty cells in a range, including text and numbers. Using a named range like COUNTA(SalesData) counts all non-empty cells in the defined range. COUNTBLANK counts empty cells; COUNT counts only numeric values.

  25. 25. You are working in Microsoft Excel. You need to extract a substring from a text value. For example, you want the first 3 characters of 'Microsoft' ('Mic'). Which function should you use?

    • A. =LEFT("Microsoft", 3)
    • B. =MID("Microsoft", 1, 3)
    • C. =SUBSTRING("Microsoft", 3)
    • D. Both A and B are correct(correct)

    Explanation: LEFT(text, num_chars) extracts the first num_chars characters. MID(text, start_num, num_chars) extracts num_chars starting at position start_num. Both =LEFT("Microsoft", 3) and =MID("Microsoft", 1, 3) return 'Mic'. SUBSTRING does not exist in Excel.