Free Google Associate Cloud Engineer Actual Exam Questions - Question 2 Discussion

Question No. 2
You are building a new version of an application hosted in an App Engine environment. You want to
test the new version with 1% of users before you completely switch your application over to the new
version. What should you do?
Select one option, then reveal solution.
US
RI
Ravi I.
2026-02-21

Option D is best since App Engine natively supports traffic splitting between versions.

0
RI
Ravi I.
2026-02-20

D/C? Since both mention deploying new versions in App Engine, but only D talks about splitting traffic within App Engine settings, it feels more straightforward for traffic split. C sounds off by suggesting separate apps.

0
HJ
Hassan J.
2026-02-18

Maybe D, since App Engine supports traffic splitting between versions directly.

0
UW
Usman W.
2026-02-13

Probably D. App Engine’s native traffic splitting feature is built for this use case and lets you easily allocate a small percentage of traffic to a new version without extra setup. Options A and B introduce unnecessary complexity by switching to Kubernetes or Compute Engine, which isn’t needed here. C sounds off since creating a separate app for testing defeats the purpose of simple version management. Sticking with App Engine versions and using its traffic splitting is the cleanest way to test 1% of users on the new version.

0
TF
Tom F.
2026-02-11

D App Engine’s built-in traffic splitting is designed for this exact scenario, so manually managing multiple apps or different platforms adds unnecessary complexity. This keeps deployment and testing smooth.

0
TF
Tom F.
2026-02-10

Probably D. App Engine natively supports splitting traffic between versions, so no need to use Kubernetes or Compute Engine for this. It’s the simplest and most direct way to test with 1%.

0
OP
Osama P.
2026-02-09

D/C? Splitting traffic directly in App Engine is the most straightforward way, no need to deploy elsewhere. Option D fits since App Engine supports percentage-based traffic splitting between versions by default.

0
PT
Paul T.
2026-02-03

Makes no sense to switch to Kubernetes or Compute Engine just for traffic splitting. App Engine can handle this by itself, so D is the practical and simplest choice here.

0
AF
Amir F.
2026-01-23

Option D makes the most sense here. App Engine natively supports traffic splitting between versions, so you don’t have to deploy elsewhere or create separate apps. The other options add unnecessary complexity by moving to different services or creating separate apps, which isn’t needed just to test a small percentage of users on a new version. Traffic splitting right in App Engine is straightforward and exactly designed for this use case.

0
AY
Andre Y.
2026-01-15

Probably D, since App Engine lets you split traffic directly between versions without extra setup.

0