Skip to content
tezvyn:

Content & Copywriting

UX writing, microcopy, content strategy, tone

26 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. No easy set yet. This is the full Content & Copywriting quiz.

Easy interview questions in Content & Copywriting

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.

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.

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.

easy2 min read

Differentiate informational, navigational, and transactional intent and classify keywords programmatically

Define three intents by user goal; regex-match modifiers like what/how vs buy/near; check SERP features.

What critical on-page SEO elements would you extract from HTML?
easy2 min read

What critical on-page SEO elements would you extract from HTML?

Tests if you know which HTML elements search engines use to index pages. Strong answer: title tag, H1, and meta description shape search results and topical relevance. Red flag: claiming meta descriptions directly affect rankings or conflating H1 with title.

Describe how you'd implement an A/B test for a landing page headline
easy2 min read

Describe how you'd implement an A/B test for a landing page headline

Mention deterministic bucketing, anti-flicker rendering, tracking with variant IDs, and sample-size planning.

How would you instrument a CTA button and describe its event payload?
easy2 min read

How would you instrument a CTA button and describe its event payload?

This tests basic event instrumentation and payload design. Mention a click listener, a gtag call with an event name, and parameters like button_text and page_path. A red flag is a bare event name with no parameters or mixing pageviews and clicks.

Build a dynamic table of contents from article h2 tags
easy2 min read

Build a dynamic table of contents from article h2 tags

Query h2s with querySelectorAll, assign ids, map to anchor links, append a nav list.

easy2 min read

How do you dynamically populate Open Graph and Twitter Card meta tags?

This tests server-side meta injection from article data. A strong answer covers the four required og properties, Twitter Card name-attribute equivalents, and structured image metadata like width, height, alt.

Technical differences: transactional email vs marketing newsletters
easy2 min read

Technical differences: transactional email vs marketing newsletters

Transactional uses SMTP or API for fast alerts; marketing sends millions via segmented lists needing IP warm-up, spam checks, and unsubscribes.

How would you programmatically populate an HTML email template?
easy2 min read

How would you programmatically populate an HTML email template?

Pick a template engine, bind the user object as context, render HTML, and send via a mailer.

Design a database schema for an ad A/B test
easy2 min read

Design a database schema for an ad A/B test

Tests separating high-volume events from slow-changing experiment metadata. Strong answer: distinct tables for variants, impressions, and clicks; clicks link to impressions; a user-assignment table avoids duplicating variant data per event.

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.

Design a simple templating system for ad copy generation
easy2 min read

Design a simple templating system for ad copy generation

Tests separation of concerns and API design. A good answer: data model separate from template, placeholder syntax, graceful missing-value handling, and HTML escaping. Red flag: naive string concatenation without validation or extensibility.

How would you implement specific error messages for failed validation rules?
easy2 min read

How would you implement specific error messages for failed validation rules?

Error codes from validators, a mapping layer separating logic from copy, and accessible inline rendering.

easy2 min read

How do you handle UI text pluralization with ICU Message Format?

This tests i18n depth beyond adding an 's'. A strong answer names ICU MessageFormat, lists the six CLDR plural cases, and notes translators provide strings per case. Red flag: hard-coding suffixes or simple if/else logic that breaks in Polish or Arabic.

How do you convert dense documentation into a spoken video script?
easy2 min read

How do you convert dense documentation into a spoken video script?

Shorter sentences, inline context instead of footnotes, conversational second-person voice, verbal signposts, and visual cues.

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.

easy2 min read

What CTA metric wins an A/B test and how to log it?

This tests connecting instrumentation to business outcomes via a click metric and tracked event. An answer picks click or conversion rate, fires an event with variant ID, and notes uniqueness. A red flag is using views without linking the event to the button.

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