Question 239 of 284
Single answerYou have an on-premises data analytics set of binaries that processes data files in memory for about 45 minutes every midnight. The sizes of those data files range from 1 gigabyte to 16 gigabytes. You want to migrate this application to Google Cloud with minimal effort and cost. What should you do?
ACreate a container for the set of binaries. Use Cloud Scheduler to start a Cloud Run job for the container.
BCreate a container for the set of binaries. Deploy the container to Google Kubernetes Engine (GKE) and use the Kubernetes scheduler to start the application.
CUpload the code to Cloud Functions. Use Cloud Scheduler to start the application.
✓DLift and shift to a VM on Compute Engine. Use an instance schedule to start and stop the instance.
✓
Correct Answer: D
Lift and shift to a VM on Compute Engine. Use an instance schedule to start and stop the instance.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.