
Ultimate access to all questions.
Your company has decided to migrate its on-premises workloads to Google Cloud, aiming to follow Google's best practices for such a transition. The existing on-premises workloads to be migrated include:
Considering the goal of minimizing operational costs while adopting serverless solutions on Google Cloud, what would be the recommended approach to effectively migrate these workloads?
A
Migrate the web application to App Engine and the backend API to Cloud Run. Use Cloud Tasks to run your background job on Compute Engine.
B
Migrate the web application to App Engine and the backend API to Cloud Run. Use Cloud Tasks to run your background job on Cloud Run.
C
Run the web application on a Cloud Storage bucket and the backend API on Cloud Run. Use Cloud Tasks to run your background job on Cloud Run.
D
Run the web application on a Cloud Storage bucket and the backend API on Cloud Run. Use Cloud Tasks to run your background job on Compute Engine.