Google Associate Cloud Engineer exam dumps

Google Associate Cloud Engineer practice question 224 of 375

Associate Cloud Engineer. Free level, Google Cloud. Free question with the correct answer and a full explanation.

Google Associate Cloud Engineer Question 224

Select 2Google Cloud Platform

You are deploying a new version of your application on Google App Engine and want to gradually shift traffic from the old version to the new version to ensure stability. Which of the following steps should you take to adjust the application traffic splitting parameters?

  1. A

    A. Use the Google Cloud Console to update the traffic split settings for your service.

  2. B

    B. Edit the app.yaml file to specify the traffic split and deploy the new version.

  3. C

    C. Utilize the gcloud app services set-traffic command to adjust the traffic allocation.

  4. D

    D. Update the application's source code to include traffic splitting logic.

  5. E

    E. Configure a load balancer to manage traffic distribution between versions.

Show answer and explanation

Correct answers: A, C

Explanation

To adjust application traffic splitting parameters on Google App Engine, you can either use the Google Cloud Console or the gcloud app services set-traffic command. These methods allow you to specify how traffic should be distributed between different versions of your application, ensuring a smooth transition and minimal disruption.

  • A. Correct.

    A. The Google Cloud Console provides a user-friendly interface to adjust traffic split settings directly for your App Engine service.

  • B. Incorrect.

    B. The app.yaml file is used for configuration settings during deployment, but traffic splitting is managed through the console or gcloud commands, not within this file.

  • C. Correct.

    C. The gcloud app services set-traffic command allows you to programmatically adjust traffic splits between different versions of your application.

  • D. Incorrect.

    D. Traffic splitting should be managed by App Engine settings, not by embedding it within the application's source code.

  • E. Incorrect.

    E. App Engine handles traffic splitting internally, and it is not necessary to configure an external load balancer specifically for this purpose.

Timed practice exam

Take a Google Associate Cloud Engineer practice test under exam conditions

60 questions in 120 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam