DSST Technical Writing — Questions and Answers
Question 1: A technical writer is asked to write a 'quick reference card.' What is its defining characteristic?
- It replaces the full user manual entirely
- It is intended only for system administrators
- It provides only the most essential steps or commands on a single page or card (Correct answer)
- It covers every feature of the product in full detail
Correct answer: It provides only the most essential steps or commands on a single page or card
A quick reference card is a compact, single-page summary of the most critical or frequently used information for fast lookup.
Question 2: When writing API documentation, what should a 'Parameters' section always include?
- The internal variable names used by developers
- A list of competing APIs
- Marketing copy about the API's benefits
- Data type, required/optional status, and description for each parameter (Correct answer)
Correct answer: Data type, required/optional status, and description for each parameter
Parameter tables must specify data type, whether the parameter is required or optional, and a clear description so developers can integrate correctly.
Question 3: What is a knowledge base in the context of technical writing tools?
- A project management board
- A searchable online repository of help articles, FAQs, and troubleshooting guides (Correct answer)
- A database of code
- A list of SME contacts
Correct answer: A searchable online repository of help articles, FAQs, and troubleshooting guides
A knowledge base is a self-service documentation portal where users can search for answers to common questions.
Question 4: What is an SOP (Standard Operating Procedure) designed to do?
- Outline legal terms
- Summarize research findings
- Define product pricing
- Ensure consistent execution of recurring tasks (Correct answer)
Correct answer: Ensure consistent execution of recurring tasks
An SOP standardizes how recurring tasks are performed to ensure quality and compliance across an organization.
Question 5: What does a content management system (CMS) help technical writers manage?
- Software code
- Only web page design
- Email campaigns
- Storage, organization, versioning, and publishing of documentation content (Correct answer)
Correct answer: Storage, organization, versioning, and publishing of documentation content
A CMS centralizes content creation, versioning, workflow, and publication, making large documentation sets manageable.
Question 6: What is the role of an information architect in a documentation team?
- Approve final designs
- Organize content structure, navigation, and findability (Correct answer)
- Write all the content
- Manage the CMS technically
Correct answer: Organize content structure, navigation, and findability
An information architect designs how content is categorized, labeled, and navigated to maximize user findability.
Question 7: Which of the following is an example of passive voice in technical writing?
- Open the terminal and type the command.
- The system administrator configures the server.
- The report was submitted by the team before the deadline. (Correct answer)
- Click the Save button to store your changes.
Correct answer: The report was submitted by the team before the deadline.
Passive voice omits or deprioritizes the actor; 'was submitted by the team' places the object before the subject.
Question 8: What is a quick start guide's goal?
- Get the user productive fast with minimal reading (Correct answer)
- Replace the full user manual
- Provide legal warranties
- Document all product features
Correct answer: Get the user productive fast with minimal reading
A quick start guide focuses on the minimum steps needed for a user to begin using a product immediately.
Question 9: What is the primary audience for a developer guide?
- End users performing daily tasks
- Software engineers integrating or extending a product (Correct answer)
- Executives reviewing project ROI
- Sales teams
Correct answer: Software engineers integrating or extending a product
Developer guides provide technical integration details, code samples, and architecture context targeted at software engineers.
Question 10: Which tool type do technical writers use to manage structured content reuse?
- Word processor
- Version control only
- Email client
- Component Content Management System (CCMS) (Correct answer)
Correct answer: Component Content Management System (CCMS)
A CCMS stores content as reusable components that can be assembled into multiple deliverables, enabling single-sourcing.
Question 11: What is Oxygen XML Author primarily used for?
- Web design
- Project scheduling
- Authoring DITA and XML-based structured technical documentation (Correct answer)
- Video editing
Correct answer: Authoring DITA and XML-based structured technical documentation
Oxygen XML Author is a leading XML editor for creating DITA and other structured documentation with validation support.
Question 12: What is a 'release note' primarily intended to communicate?
- A summary of new features, fixes, and known issues in a specific product version (Correct answer)
- The full technical specification of a system
- Detailed installation instructions for a new product
- Marketing messaging for a product launch
Correct answer: A summary of new features, fixes, and known issues in a specific product version
Release notes inform users and stakeholders of what changed in a release, including new features, bug fixes, and any remaining known issues.
Question 13: Which document records decisions made during a project meeting?
- Meeting minutes (Correct answer)
- Project charter
- SLA
- Status report
Correct answer: Meeting minutes
Meeting minutes are the official written record of discussions, decisions, and action items from a meeting.
Question 14: Which tool is widely used to create annotated screenshots for technical documentation?
- InDesign
- Figma
- Snagit (Correct answer)
- Illustrator
Correct answer: Snagit
Snagit is a popular screen capture tool that allows technical writers to annotate screenshots with callouts and arrows.
Question 15: Which type of visual is most appropriate for showing a step-by-step process with decision points?
- Bar graph
- Flowchart (Correct answer)
- Pie chart
- Scatter plot
Correct answer: Flowchart
Flowcharts are specifically designed to illustrate sequential steps and decision points, making them the standard visual for procedural and process documentation.
Question 16: Which document type is used to formally request services or products from vendors?
- Release note
- Style guide
- Request for Proposal (RFP) (Correct answer)
- User manual
Correct answer: Request for Proposal (RFP)
An RFP outlines an organization's needs and invites vendors to submit bids or proposals.
Question 17: A writer notices that the same term is used inconsistently — 'log in,' 'login,' and 'log-in' all appear. What is the BEST corrective action?
- Use whichever form appears most frequently
- Ask the engineering team to pick the spelling
- Choose one form, add it to the style guide, and update all instances throughout the document set (Correct answer)
- Leave it as-is since minor inconsistencies are acceptable
Correct answer: Choose one form, add it to the style guide, and update all instances throughout the document set
Standardizing terminology in the style guide and updating all occurrences ensures consistency and prevents user confusion.
Question 18: What is a runbook in IT and operations contexts?
- A product brochure
- A requirements document
- A training syllabus
- A set of documented procedures for routine operations and incident response (Correct answer)
Correct answer: A set of documented procedures for routine operations and incident response
A runbook documents the step-by-step procedures IT teams follow for operations, maintenance, and incident handling.
Question 19: A technical writer receives feedback that a user guide is 'too dense.' Which revision would MOST improve scannability?
- Convert all headings to full sentences
- Increase the font size to 14pt throughout
- Remove all graphics to reduce page count
- Add white space, subheadings, and bullet points to break up text blocks (Correct answer)
Correct answer: Add white space, subheadings, and bullet points to break up text blocks
White space, subheadings, and lists create visual breaks that let readers scan and locate information quickly.
Question 20: What does a glossary provide in technical documentation?
- A list of references
- Definitions of specialized terms used in the document (Correct answer)
- A table of figures
- An index of pages
Correct answer: Definitions of specialized terms used in the document
A glossary defines domain-specific or technical terms to help readers understand unfamiliar vocabulary.
Question 21: What is the purpose of a troubleshooting guide?
- Help users diagnose and resolve common problems (Correct answer)
- Document system architecture
- Train new staff on procedures
- Define coding standards
Correct answer: Help users diagnose and resolve common problems
A troubleshooting guide presents symptoms, causes, and solutions to help users fix known issues independently.
Question 22: Which format is MOST appropriate for documenting a command-line tool's syntax?
- A table comparing it to a GUI alternative
- Monospaced code block with placeholders in angle brackets or italics (Correct answer)
- Bulleted list with colloquial descriptions
- Numbered list with prose descriptions only
Correct answer: Monospaced code block with placeholders in angle brackets or italics
Monospaced code formatting visually distinguishes commands from prose, and angle brackets or italics signal user-supplied values in CLI syntax documentation.
Question 23: What is MadCap Flare primarily used for?
- Graphic design
- Project management
- Authoring and publishing multi-output technical documentation (Correct answer)
- Database administration
Correct answer: Authoring and publishing multi-output technical documentation
MadCap Flare is a help authoring tool (HAT) used to create and publish documentation in HTML5, PDF, and other formats.
Question 24: What is the plain language movement's core principle for US government and technical documents?
- Avoid all defined terms
- Write for the reader, not the writer, using clear and direct language (Correct answer)
- Maximize technical precision over clarity
- Use formal academic language
Correct answer: Write for the reader, not the writer, using clear and direct language
Plain language centers the reader's comprehension, using everyday words, short sentences, and clear structure.
Question 25: Which rule governs the placement of a modifier in a sentence?
- Modifiers are optional and can be placed anywhere
- Modifiers should always appear at the end of a sentence
- A modifier should be placed as close as possible to the word it modifies (Correct answer)
- Modifiers must precede the subject of the sentence
Correct answer: A modifier should be placed as close as possible to the word it modifies
Misplaced modifiers create ambiguity; placing them adjacent to the word they modify ensures clear meaning.
Question 26: What distinguishes a tutorial from a how-to guide?
- How-tos are longer
- Tutorials teach concepts through learning goals; how-tos solve a specific task (Correct answer)
- They are identical
- Tutorials are only for beginners
Correct answer: Tutorials teach concepts through learning goals; how-tos solve a specific task
Tutorials build understanding progressively, while how-to guides are task-focused and assume the user knows what they want.
Question 27: What does 'information architecture' mean in the context of technical documentation?
- The visual design system for a documentation website
- The physical layout of an office where writers work
- The organization and structure of content so users can find and understand information efficiently (Correct answer)
- The database schema used to store documentation files
Correct answer: The organization and structure of content so users can find and understand information efficiently
Information architecture refers to how content is organized, labeled, and navigated to support user findability and comprehension.
Question 28: When is it appropriate to use a table in technical documentation?
- When comparing multiple items across consistent attributes or displaying structured data (Correct answer)
- When the document has no headings
- When describing an emotional user experience
- When presenting a single data point
Correct answer: When comparing multiple items across consistent attributes or displaying structured data
Tables efficiently organize comparative or multi-attribute data, enabling quick scanning and direct comparison.
Question 29: What does the term 'minimalism' mean in the context of technical documentation?
- Writing documents with fewer than 500 words
- Avoiding all graphics and diagrams
- Using only black-and-white visuals
- Including only the information users need to complete their tasks (Correct answer)
Correct answer: Including only the information users need to complete their tasks
Minimalism in documentation focuses on task-oriented content, omitting unnecessary background or conceptual detail.
Question 30: What does accessibility compliance (WCAG) require of technical documentation published online?
- Password protection
- Alt text for images, sufficient color contrast, keyboard navigation, and screen reader support (Correct answer)
- Only proper spelling
- PDF format only
Correct answer: Alt text for images, sufficient color contrast, keyboard navigation, and screen reader support
WCAG guidelines require that web-based documentation be perceivable, operable, understandable, and robust for all users including those with disabilities.
DSST Technical Writing
The DSST Technical Writing exam assesses college-level knowledge of technical writing theory and practice, covering document types, information design, and technical editing. A passing score awards 3 semester hours of college credit.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds