A media company needs to store and serve video files globally with high availability and low latency. They also need to process these videos using transcoding. Which THREE Google Cloud services should they use? (Choose 3)
Cloud Storage is the correct choice because it is a managed object storage service that provides highly durable and available storage for video files. With regional and multi-regional locations, it allows media to be stored globally and served directly via HTTP/HTTPS, with options like Google Cloud CDN for edge caching. It is purpose-built for holding large binary media assets like videos, unlike compute or analytics services.
Why this answer
Cloud Storage stores the video files. Cloud CDN caches content at edge locations. Transcoder API processes video transcoding.
Compute Engine is for general compute; BigQuery is for analytics; Cloud Run is for serverless apps.