Question 9
You write a script that loads a 2GB file into memory. It works on your laptop but crashes with "Out of Memory" on a free serverless cloud function. Why?
Choose the correct answer.
The cloud server detects the large file as malicious.
Free-tier cloud environments enforce strict memory limits.
Python cannot download external files inside cloud servers.
Files over 1GB require a separate database installation.