Skip to content
tezvyn:

Content & Copywriting

UX writing, microcopy, content strategy, tone

133 bites

Test yourself: Top 30 Content & Copywriting interview questionsMultiple choice, with the correct answer and why it is correct on every question. Free, no sign-in.

Interview questions in Content & Copywriting

Outline README sections for a migration CLI and explain persuasion
intermediate2 min read

Outline README sections for a migration CLI and explain persuasion

Tests information architecture and developer persuasion. Strong answers sequence: hook, one-line install, runnable quickstart, comparison table, then config. Front-loads time-to-value and tackles migration pain.

How would you apply progressive disclosure to UI copy and tooltips?
intermediate2 min read

How would you apply progressive disclosure to UI copy and tooltips?

Tests tiering copy by expertise. Good answers: show plain labels and short tooltips for common tasks; hide advanced settings, risks, and edge-case definitions behind expanders or secondary sheets. Red flag: dumping all help text inline to eliminate clicks.

How would you document a destructive API endpoint safely?
intermediate2 min read

How would you document a destructive API endpoint safely?

This tests balancing legal safety and usability for irreversible API operations. Strong answers use signal words like WARNING, direct imperatives, and distinct formatting. Red flag: vague phrases like 'be careful' or burying warnings in prose.

intermediate2 min read

Write a conventional commit for a non-US date sorting bug

Pick fix(locale): imperative subject; body explains root cause, impact, and SemVer mapping.

advanced1 min read

Structuring release notes for breaking API changes

Lead with a summary and why, group breaking changes with before/after migration steps, give deprecation timelines and an upgrade path.

How would you A/B test sign-up button copy and measure results?
easy2 min read

How would you A/B test sign-up button copy and measure results?

This tests basic experimental design. A strong answer covers: random assignment, serving variant copy, tracking impressions and conversions, and measuring lift. A red flag is sequential testing or vanity metrics like clicks without sign-ups.

How would you track clicks on headlines and calls-to-action?
easy2 min read

How would you track clicks on headlines and calls-to-action?

This tests DOM event handling and basic telemetry design. A strong answer covers event delegation with addEventListener, data attributes for element IDs, and a payload with timestamp and page context.

How to merge analytics and CRM data to auto-segment users by persona
intermediate2 min read

How to merge analytics and CRM data to auto-segment users by persona

This tests multi-source data unification and identity resolution. A strong answer covers ID stitching, a unified profile, deterministic or ML segmentation, and data quality.

intermediate2 min read

Design backend logic for personalized hero by industry

Tests multi-signal segmentation and graceful degradation. Strong answers list explicit profile data, IP or domain enrichment, behavioral inference, and a default fallback. Red flag: proposing heavy ML for a binary rule or skipping fallback entirely.

intermediate2 min read

Build a competitor sitemap scraper for H1 and word count

Tests architecture of a polite, resilient scraper with clear legal guardrails. Strong answers cover throttled async fetches, robots.txt checks, HTML parsing, and copyright review. Red flag: ignoring rate limits, retry logic, or legal risk entirely.

intermediate2 min read

Outline an NLP pipeline to categorize reviews and identify pain points

Tests text mining pipeline design. Answers cover deduplication and normalization, then clustering or topic modeling for categories, plus sentiment analysis to rank pain points. Red flag: skipping validation or jumping to LLMs without cleaning.

advanced1 min read

Design a next-best-article recommender

Content-based on article embeddings, collaborative on behavior, a hybrid blend, popularity or onboarding fallbacks for new users.

Propose a multi-armed bandit system to optimize headlines faster
advanced2 min read

Propose a multi-armed bandit system to optimize headlines faster

This tests online learning and the explore-exploit tradeoff. Answers contrast fixed A/B with adaptive allocation, sketch a Bayesian bandit service with a min exploration rate, and note delay.

easy2 min read

How would you design a centralized copy service for consistent UI text?

This tests separation of UI and content. A strong answer uses a key-value map with semantic IDs, a lookup hook, and context injection so components call copy.button.save. Red flag: raw strings in JSX or a database for static English-only copy.

How would you architect a white-label content system for multiple brand voices?
intermediate2 min read

How would you architect a white-label content system for multiple brand voices?

Tests content-presentation separation for multi-tenant apps. Strong answers use a headless CMS with tenant keys, a domain resolver for brand voice, and shared components with injected strings. Red flag: duplicate codebases or hard-coded copy per client.

How would you automate forbidden-word checks in CI/CD?
intermediate2 min read

How would you automate forbidden-word checks in CI/CD?

This tests embedding brand governance into engineering workflows. A strong answer covers AST-aware string extraction, CI gating with severity levels, and allowlisting to cut false positives.

Design a headless CMS model for brand voice metadata and API usage
intermediate2 min read

Design a headless CMS model for brand voice metadata and API usage

Structured content beyond page blobs. Strong answers validate tone, context, and character limits in the CMS; expose them via API filters; and let clients render context-aware components.

Design a secure templating engine for user notifications
advanced2 min read

Design a secure templating engine for user notifications

Tests balancing creator flexibility with defense-in-depth security and i18n. Strong answers cover context-aware auto-escaping, a restricted AST grammar, ICU MessageFormat for pluralization, and sandboxed execution.

advanced2 min read

Propose an NLP approach to audit brand voice and build a dashboard

This tests turning brand principles into measurable NLP features. A strong answer uses readability for simplicity and agency verbs for empowerment, scores copy via LLM classifiers, and visualizes trends by product area.

easy2 min read

Design a database schema for a blog with posts, authors, and tags

Tests normalization and many-to-many design. A strong answer covers a users table with role enum, a posts table referencing user_id, and a post_tags join table for categories. Red flag: storing tags as a comma-separated string in the posts table.

We are hiring for this. Every open role lists the topics its interview covers, so you can prepare for the real thing rather than guessing.

See open roles