Yarn

2 / 21

We need to process 1 million images. Processing includes reading from disk, resizing, coloring, and uploading to cloud storage. It takes 10 ms to read the image from the disk, 5 ms to resize, 5 ms to color, and 15 ms to save it to cloud storage. Each image is approx 100kb. How much minimum time would it take to process these 1 million images using a dual-core processor (each 1GHz) with 16GB RAM?


Note - Having trouble with the assessment engine? Follow the steps listed here


Loading comments...