Skip to content
tezvyn:

Content & Copywriting

UX writing, microcopy, content strategy, tone

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

Everything in Content & Copywriting

intermediate1 min read

Design a personalized ad copy pipeline

Identify sources, choose batch versus streaming, generate and deliver copy via APIs.

advanced1 min read

Architect a developer-portal personalization engine

A user profile of role and level, content tagged with the same taxonomy, a matching/ranking layer, and a rendering pipeline ordering tutorials.

advanced2 min read

Multi-armed bandit vs A/B testing for headlines

Bandits shift traffic toward winners using updated per-arm reward state; A/B holds fixed splits until a fixed-horizon decision.

intermediate1 min read

Track scroll depth: Intersection Observer vs scroll events

Place sentinels at depth thresholds and fire once via Intersection Observer, off the main thread; scroll listeners fire constantly and need throttling.

intermediate1 min read

Measure active engagement time accurately

Accumulate time only while the tab is visible and the user active, via Page Visibility and activity events; flush with sendBeacon on unload.

advanced1 min read

Manage localized copy across many A/B tests

A keyed versioned string store, a translation workflow with per-locale status, and pooling or hierarchical analysis for small languages.

easy2 min read

Build a simple A/B test for a headline

Assign each visitor a sticky bucket, serve the matching headline variant, log impressions and conversions per variant.

intermediate2 min read

Automatically moderate user-generated ad copy

A layered pipeline of fast keyword/regex filters plus an ML text classifier, with human review for borderline cases.

easy2 min read

Programmatically create an ad via a marketing API

Authenticate, create a campaign with an objective, an ad set with budget and targeting, a creative with the copy, then the ad linking them.

advanced2 min read

Design a programmatic SEO landing-page system

Structured data plus templates, genuinely unique per-page data, static build-time generation, quality gates and indexation control.

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

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.

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.

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.

advanced1 min read

TF-IDF Analysis

TF-IDF weights a term by how often it appears in a document against how rare it is across the corpus, surfacing words distinctive to that document rather than ones common everywhere, which powers keyword extraction and search ranking.

Seven-Figure Copywriter Ditches Eloquence for Customer Research
intermediate1 min read

Seven-Figure Copywriter Ditches Eloquence for Customer Research

Seven-figure copywriter Tim Stoddart says clarity beats eloquence. Mine customer pain points from sales calls and Reddit, then mirror that language in copy. Engineers should swap jargon for verified customer vocabulary to increase conversion.

intermediate3 min read

How would you enforce WCAG 2.1 AA compliance across CI/CD?

Layer axe-core in unit tests, Playwright Axe in CI, visual regression for focus states, and gate deploys on severity.

intermediate2 min read

How do you fulfill a GDPR erasure request across microservices?

Log the request, emit a durable erasure event, let each service delete or anonymize locally, then reconcile.

intermediate2 min read

How would you handle a DMCA takedown notice for image uploads?

Tests forensic logging and compliance workflow. A strong answer covers immutable upload hashes, content-addressable storage, a legal-hold workflow, and counter-notice handling. Red flag: suggesting hard deletion without preserving evidence or due process.

intermediate2 min read

Build a reusable A/B framework and its copy API

Propose a declarative hook with experiment key, fallback, and variants; handle bucketing, anti-flicker, and logging.

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