Google Associate Cloud Engineer exam dumps

Google Associate Cloud Engineer practice question 223 of 375

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

Google Associate Cloud Engineer Question 223

Select 2Google Cloud Platform

You are managing a web application running on Google App Engine. Your team has deployed a new version of the app, and you want to gradually shift traffic from the old version to the new version to test its stability. Which of the following steps would you take to adjust the traffic splitting parameters to achieve this?

  1. A

    A. Use the Google Cloud Console to set a traffic split between the old and new versions.

  2. B

    B. Configure a firewall rule to redirect traffic to the new version based on IP addresses.

  3. C

    C. Use the gcloud command line tool to split traffic based on cookies.

  4. D

    D. Modify the app.yaml file to include a traffic splitting configuration.

  5. E

    E. Set up a custom load balancer to manage the traffic split between versions.

Show answer and explanation

Correct answers: A, C

Explanation

To adjust application traffic splitting parameters in Google App Engine, you can either use the Google Cloud Console or the gcloud command line tool to define how traffic should be distributed between different versions. The Console provides an easy-to-use interface, while the gcloud tool allows for more advanced configurations, such as cookie-based splitting. These are the recommended methods for traffic management in App Engine, as opposed to using firewall rules, load balancers, or configuration files like app.yaml, which are not designed for this purpose.

  • A. Correct.

    A. This option is correct. The Google Cloud Console provides a straightforward interface to set traffic splitting policies between different versions of your application.

  • B. Incorrect.

    B. This option is incorrect. Firewall rules are not used for traffic splitting between application versions; they are used to control access to resources.

  • C. Correct.

    C. This option is correct. Using the gcloud command line tool, you can specify traffic splitting strategies, such as cookie-based splitting, to control the distribution of traffic between versions.

  • D. Incorrect.

    D. This option is incorrect. The app.yaml file is used for application configuration, but it does not directly support traffic splitting configuration.

  • E. Incorrect.

    E. This option is incorrect. While a load balancer can manage traffic distribution, it is not needed for App Engine's built-in version traffic splitting.

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