Fetch interview question

How would you save and retrieve images

Interview Answer

Anonymous

8 Apr 2025

In my experience the two most common ways to do this are to save the image as a blob in a database or save the images on a file system with their relative paths in a database. The latter is the answer they are looking for.