Topic 1 Question 282
You are developing an application that uses microservices architecture that includes Cloud Run, Bigtable, and Pub/Sub. You want to conduct the testing and debugging process as quickly as possible to create a minimally viable product with minimal cost. What should you do?
Use Cloud Shell Editor and Cloud Shell to deploy the application, and test the functionality by using the Google Cloud console in the project.
Use emulators to test the functionality of cloud resources locally, and deploy the code to your Google Cloud project.
Use Cloud Build to create a pipeline, and add the unit testing stage and the manual approval stage. Deploy the code to your Google Cloud project.
Use Cloud Code to develop, deploy, and test microservices resources. Use Cloud Logging to review the resource logs.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
Emulators are great for quickly testing and debugging cloud resources locally without incurring costs associated with deploying the resources on Google Cloud. For example, you can use the Bigtable and Pub/Sub emulators locally to simulate their behavior.
👍 5anshad6662024/10/11
シャッフルモード