Twilio Distinguished Architect - Interview Cheat Sheet

Product Lines | Cell-Based Architecture | Behavioral Leadership | 2-Minute Answers

Twilio Product Lines

Programmable Messaging

SMS, MMS, WhatsApp, RCS. Super Network: 4,800 carriers, 900+ routing data points. Queue-based, store-and-forward.

Programmable Voice

PSTN, SIP Trunking, WebRTC. TwiML control. GLL Edge (9 locations). Connection-based, real-time.

Programmable Video

WebRTC rooms, SFU architecture. P2P or routed. Bandwidth-heavy, latency-sensitive.

Twilio Verify

OTP via SMS/Voice/Email/TOTP. Cross-channel verification workflows. Fraud prevention.

Segment CDP

Customer data platform. 700+ destinations. Kafka backbone, RocksDB dedup, Centrifuge delivery.

SendGrid (Email)

Transactional & marketing email. ISP reputation management. Async, batch-oriented.

Twilio Flex

Programmable contact center. React-based UI. Omnichannel (voice, chat, SMS, WhatsApp).

Identity (Stytch)

OAuth 2.1, passwordless auth. AI agent auth via MCP protocol. Connected Apps.

Workflow Affinity Groupings

Cell TypeServices
MessagingSMS, MMS, WhatsApp, RCS
Real-timeVoice, Video, WebRTC
AsyncEmail (SendGrid), Fax
VerifyVerify API, Lookup

Cell-Based Architecture

Core Principle: Workflow-affinity cells, operationally-differentiated tiers. Co-locate services that call each other at runtime.

Why Cells?

Cell Tiers

TierCustomersSLA
Enterprise10-5099.99%
Mid-Market100-50099.95%
SMB1,000+99.9%

Cell Router Flow

  1. Redis cache (95% hit, ~5ms)
  2. DynamoDB Global Tables (~15ms)
  3. Least-loaded assignment (~20ms)
  4. VPC Lattice routes by service name

AWS Implementation

Global/Shared Services

Technology Stack

Data Layer

Event streamingKafka (MSK)
Routing/GlobalDynamoDB Global Tables
TransactionalAurora PostgreSQL
CachingRedis (ElastiCache)
Object storageS3

Compute

ContainersEKS (Kubernetes)
ServerlessLambda
IaCTerraform + Terragrunt
GitOpsArgoCD

Networking

Service meshVPC Lattice
API managementAPI Gateway
DNSRoute 53

Protocols

SMPP SIP WebRTC OAuth 2.1 MCP TwiML

Segment-Specific

Behavioral: STAR+ Format

SituationContext (10%)
TaskYour responsibility
ActionWhat YOU did (50%)
ResultOutcome + metrics
+ReflectWhat you learned

Key Questions

Mistakes to Avoid

2-Minute Answers

Cell Architecture

"Workflow-affinity cells with operational differentiation. Services that call each other at runtime share a cell—Messaging Cell (SMS, WhatsApp), Real-time Cell (Voice, Video). Each cell is an AWS account with its own VPC. Enterprise cells: 10-50 customers, 99.99% SLA. SMB: 1000+, 99.9%. Cell Router at edge: Redis cache (95% hit), DynamoDB fallback. VPC Lattice routes by service name—overlapping CIDRs OK. Trade-off: operational overhead, but blast radius is 50 customers, not millions."

Why Twilio?

"Twilio is solving fascinating problems at the intersection of reliability and scale. The Super Network with 4,800 carrier connections, real-time voice/video, and now AI agent authentication with Stytch—these are exactly the distributed systems challenges I want to work on. My cell-based architecture experience directly applies to Twilio's multi-tenant platform."

Build vs Buy

"BUILD when: core differentiator, unique requirements, team has expertise. BUY when: commodity, time-to-market critical, maintenance burden exceeds value. Example: Build custom Cell Router (core to architecture), buy RDS for database underneath."

Technical Debt

"Classify it (deliberate vs inadvertent), quantify the cost (dev hours, incidents), make it visible (debt backlog with estimates), negotiate explicitly ('2 weeks with debt, 4 weeks clean'). Never let debt accumulate silently."

Quick Reference

Key Numbers

Super Network carriers4,800
GLL Edge locations9
Segment destinations700+
Cell Router cache hit95%
Enterprise cell customers10-50
SMB cell customers1,000+

Your Narrative

"I specialize in designing fault-isolated, cloud-native platforms where architecture enables both system resilience and organizational scalability."

Questions to Ask Them

Strengths to Emphasize

Cell Architecture Fault Isolation Org Influence Multi-Region Event-Driven