advancedAPI Design, Performance & Resilience
How would you process a 5GB CSV file upload without causing an OutOfMemoryError?
Tests whether you know to stream and process the file line by line instead of loading it entirely into memory first.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
How would you process a 5GB CSV file upload without causing an OutOfMemoryError?