For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeGCP Associate Cloud Engineer (ACE)GCP Associate Cloud Engineer Practice Exam 4Question 36
    Medium1 markMultiple Choice
    Domain 4.3: Managing Cloud Run resourcesDomain 4.3Cloud RunTraffic Splitting

    GCP ACE · Question 36 · Domain 4.3: Managing Cloud Run resources

    You have a Cloud Run service currently serving 100% of production traffic. You deploy a new revision of the service, but you only want 10% of user traffic to be routed to the new revision for canary testing.

    How should you configure this?

    Answer options:

    A.

    Deploy the new revision to a different Cloud Run service and use a Global HTTP Load Balancer to split traffic.

    B.

    Use the Cloud Console or gcloud to adjust the traffic splitting settings, assigning 90% to the old revision and 10% to the new revision.

    C.

    Modify the application code to randomly reject 90% of requests.

    D.

    Cloud Run does not support traffic splitting; you must use GKE for canary deployments.

    How to approach this question

    Identify the native traffic management feature in Cloud Run.

    Full Answer

    B.Use the Cloud Console or gcloud to adjust the traffic splitting settings, assigning 90% to the old revision and 10% to the new revision.✓ Correct
    Cloud Run natively supports traffic splitting. When you deploy a new revision, you can choose not to route 100% of traffic to it immediately. You can manage traffic splits directly in the Cloud Console or via `gcloud run services update-traffic`, allowing for easy canary testing and gradual rollouts.

    Common mistakes

    Assuming complex load balancer setups are required for simple canary deployments in Cloud Run.
    Question 35All questionsQuestion 37

    Practice the full GCP Associate Cloud Engineer Practice Exam 4

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01You have recently joined a new team and need to set up a new Google Cloud project for a developme...EasyQ02Your company uses Google Workspace. You need to grant a new developer, Alice, the ability to view...MediumQ03You have created a new GCP project and want to deploy a Compute Engine instance. However, when yo...MediumQ04Your startup has a strict monthly cloud budget of $500. You want to be notified via email when yo...EasyQ05Your finance team wants to analyze Google Cloud costs using standard SQL and build custom dashboa...Medium
    View all 50 questions →