Platforms Program Manager Case Study 20250212 (1)
Platforms Program Manager Case Study 20250212 (1)
Project Overview
Goal: Build a GDPR/CCPA-compliant audit automation platform for Fortune 500 clients in 12 weeks.
Team:
1. Microservices Design
○ Split monolith into 5 services: Auth, Data Ingestion, Compliance Engine, Reporting,
Notifications.
○ Justify using gRPC vs REST for inter-service communication.
2. Database Optimization
○ Design sharding strategy for audit logs (time-based vs tenant-based).
○ Configure PostgreSQL connection pooling (PgBouncer).
3. Security
○ Implement OAuth2.0 with JWT and PKCE for frontend clients.
○ Integrate HashiCorp Vault for secrets management.
Module Tasks
Constraints:
1. Bug #1: PostgreSQL deadlocks under 1k concurrent users (found during load testing).
2. Bug #2: OAuth2.0 token leakage via misconfigured CORS in Istio.
3. Bug #3: AWS DMS migration failing for Oracle BLOB fields.
Task:
1. Developer Productivity:
○ Cycle time (Jira ticket commit → deploy).
○ Pull request review latency.
2. System Health:
○ Kafka lag (avg ms).
○ PostgreSQL query latency (P99).
3. QA Efficiency:
○ Defect escape rate (bugs found post-release).
○ Test automation coverage (%).
Task:
SOC 2 Audit Prep Pen test SecOp Hire third-party auditor for parallel
completion s review.
Risks:
2. Deliverable Requirements
● Document Format:
○ 10 pages max (Google Doc/PDF).
○ Use tables, bullet points, and diagrams (e.g., sequence diagrams for API
flows).
○ Label sections clearly (e.g., “Phase 3: Day 4 Bug Triage”).
● Video: 15 mins max. No rehearsed pitches – walk us through your hardest
decision.
3. Evaluation Criteria
We’ll grade you on:
1. Technical Precision: Specific tools, code/architecture examples, metrics.
2. Bottleneck Solving: How you unblock teams (e.g., “Pair junior DevOps with
backend to Terraform”).
3. Conciseness: No filler. Use appendices for supporting details.
4. Error-Spotting: Did you catch all Day 4 bugs?