Skip to content
tezvyn:

Content & Copywriting

UX writing, microcopy, content strategy, tone

73 bites

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

Intermediate 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.

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.

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.

intermediate2 min read

Data model for an editorial calendar

A content entity with publish_date and a status enum, a foreign key to authors, indexes on date and status.

intermediate2 min read

Design a content versioning system with history and revert

Versions table with article_id, version_num, content_snapshot, timestamp; APIs for createVersion, getHistory, restoreVersion.

Design architecture for multi-channel article distribution from a single source of truth
intermediate2 min read

Design architecture for multi-channel article distribution from a single source of truth

Tests separation of content and presentation via headless CMS. Strong answers cite a central structured CMS, content API, channel-specific rendering layers, and webhook push. Red flag: manual duplication or direct database sharing without API abstraction.

intermediate2 min read

How would you technically approach building a related articles feature?

Tests decomposition of a content recommender into data, similarity, and serving layers. Strong answers use TF-IDF, embeddings, or tag overlap with caching and cold-start fallbacks.

intermediate1 min read

Explain TF-IDF and its use in SEO analysis

Term frequency times inverse document frequency surfaces distinctive terms; comparing a draft to top-ranking pages reveals missing topical terms.

intermediate2 min read

Design a system to suggest internal links for new articles

This tests large-scale retrieval design. A strong answer uses an offline embedding index for candidate retrieval and a real-time ranker scoring topical overlap and anchor fit. Red flag: scanning the full corpus per request or omitting index architecture.

intermediate2 min read

How would you use NLP to analyze top articles for semantic themes?

This tests practical NLP pipeline design for SEO. A strong answer covers preprocessing, NER with spaCy or BERT, topic modeling with LDA or BERTopic, and semantic similarity via embeddings.

intermediate2 min read

Design a content gap tool: data sources and core logic

Tests system design for SEO pipelines. Strong answers cite APIs (Ahrefs, Semrush, GSC), explain normalization, and frame logic as a left-anti-join on keyword plus geo and device filtered by rank. Red flag: dismissing API cost, rate limits, and freshness.

How would you architect personalized email and coupon delivery at scale?
intermediate2 min read

How would you architect personalized email and coupon delivery at scale?

This tests decoupled rendering and atomic coupon reservation. A strong answer uses template rendering, atomic coupon reservation, an idempotent queue, and batched ESP delivery. Red flag: generating coupons during SMTP without reservation risks overspend.

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