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, page 2

intermediate2 min read

A/B test copy in a native app without app store releases

Tests native release friction versus web. Strong answers cite app store review, binary caching, and stale config; then remote fetch, local defaults, and user targeting. A red flag is assuming updates are instant like the web.

intermediate2 min read

Explain a conversion pixel, click-to-signup flow, and failure points

Tests cross-session attribution state. Strong answers trace the GCLID from URL parameter to cookie or local storage, then to the conversion tag, plus list failure modes like ITP, ad blockers, and race conditions.

How would you track multiple CTAs to the same conversion goal?
intermediate2 min read

How would you track multiple CTAs to the same conversion goal?

Tests granular event attribution beyond aggregate counts. A strong answer uses unique data attributes per CTA, routes clicks through GTM into GA4 events, and ties them to the conversion. Red flag: relying only on destination URLs, which fails if paths match.

intermediate2 min read

How would you design an auto-generated sitemap.xml for a large blog?

This tests scalable SEO automation. A strong answer proposes an async pipeline, sitemap index files past 50,000 URLs, and loc, lastmod, and priority. Red flag: manual edits, static files in git, or ignoring the 50,000 URL limit.

Outline a strategy to improve LCP and CLS for blog article pages
intermediate2 min read

Outline a strategy to improve LCP and CLS for blog article pages

Fix LCP with server speed, resource hints, critical CSS; fix CLS with explicit sizes and font-display.

Design a system to A/B test headlines for a single article URL
intermediate2 min read

Design a system to A/B test headlines for a single article URL

Hash users for sticky variants; store separately; emit events; compute CTR.

intermediate2 min read

How would you architect a related articles feature?

Start with tag overlap for speed; move to embeddings with ANN for semantics; compare latency, cost, and coverage.

intermediate2 min read

How does email open and click tracking work?

This tests beacon and redirect mechanics plus event schema design. A strong answer covers a 1x1 pixel fetched on open, a redirect link that logs then forwards, and data like IP, timestamp, and UA. A red flag is omitting image blocking or privacy implications.

How would you design an idempotent order confirmation email sender?
intermediate2 min read

How would you design an idempotent order confirmation email sender?

Tests preventing duplicate side effects in distributed systems. Strong answers use deduplication keys, idempotency windows, and distinguish client retries from broker redelivery. Red flag: using a read-before-write check without unique constraints or TTLs.

Architect email subject line A/B testing for a large user base
intermediate2 min read

Architect email subject line A/B testing for a large user base

Tests distributed systems and statistical rigor. Covers deterministic user bucketing, isolated variant delivery, deduplicated tracking, and pre-powered significance. Red flag: daily re-randomization or using open rate without confidence intervals.

intermediate2 min read

Outline the architecture of a Dynamic Creative Optimization system

Tests distributed system design for combinatorial ad optimization. A strong answer maps a creative asset service, combination engine, real-time ad server with A/B testing, performance feedback pipeline, and campaign config UI.

intermediate2 min read

How do you attribute a delayed direct conversion to original ad copy?

Persist copy IDs in first-party cookies at landing, read at conversion to fire server-side events in a 90-day window.

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.

How do you implement a CTA A/B test and attribute conversions?
intermediate2 min read

How do you implement a CTA A/B test and attribute conversions?

This tests experiment architecture from bucketing to attribution. A strong answer covers: stable user bucketing, server or client-side rendering, and conversion events tagged with experiment and variant IDs.

Describe architecture for live UI text updates without deployment
intermediate2 min read

Describe architecture for live UI text updates without deployment

Structured API, webhook sync, client or edge rendering with cache versioning, and rollback.

What techniques make complex technical topics understandable in audio-only podcasts?
intermediate2 min read

What techniques make complex technical topics understandable in audio-only podcasts?

Great answers cite relatable analogies, vocal signposting, and narrative framing without visual references.

How would you script a concurrency analogy for junior developers?
intermediate2 min read

How would you script a concurrency analogy for junior developers?

This tests scaffolding hard ideas via ADEPT. A strong answer sequences analogy, diagram, example, plain-English reasoning, and technical notation while flagging where metaphor breaks. A red flag is treating the analogy as proof or ignoring its failure modes.

How does cookie clearing affect A/B results and consistency?
intermediate2 min read

How does cookie clearing affect A/B results and consistency?

This tests bucketing integrity when state changes re-randomize users. Explain that re-bucketing contaminates the sample and triggers SRM; propose deterministic server-side assignment, fingerprinting, or authenticated IDs.

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.

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.

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