Which service enables serverless data processing triggered by events?
- Lambda
- Cloud Functions
- Both A and B
- Neither
Answer: Both A and B
Serverless compute (AWS Lambda, GCP Cloud Functions) executes code in response to events: API calls, file uploads, messages. Auto-scaling, pay-per-execution pricing. Critical for event-driven architectures.