Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
1 / 5
0

Stripe Data Engineering Interview Questions

DEV Community·Gowtham Potureddi·about 1 month ago
#Hu6s79gq
#python#solution#sql#how#idempotency#event
Reading 0:00
15s threshold

Stripe data engineering interview questions lean Python-heavy with a payments-platform edge: six Python primitives (sort + greedy for tiered shipping or fee schedules, hash-table aggregation for per-merchant transaction-fee rollups, set-based deduplication for idempotent event apply, collections.deque for bounded producer-consumer queues with back-pressure, event-time watermarks for late-record drop, and an end-to-end CSV ETL with validation and a logging summary) plus a single SQL primitive that tests JSONB introspection (top-level key extraction from event_payload with explicit type casting). The framings are payments-platform analytics—shipping fees, transaction fees, idempotency tokens, bounded ingestion buffers, event-time vs processing-time, ETL run logs, and JSONB event payloads.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More