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

Question No. 14
You created a Google Cloud Platform project with an App Engine application inside the project. You
initially configured the application to be served from the us-central region. Now you want the
application to be served from the asia-northeast1 region. What should you do?
Select one option, then reveal solution.
US
MM
Mohammad M.
2026-02-21

B/D? Changing the region setting inside an existing App Engine app (B) isn’t possible as the region is fixed at app creation. Also, you can’t create multiple App Engine apps in one project, so C is out. That basically leaves D—creating a new project and setting up the app in asia-northeast1 there. It’s a bit of a hassle since you need to migrate data and services manually, but it’s the only way to get your app running in a different region.

0
MM
Mohammad M.
2026-02-21

D/C? You can’t change App Engine region or add a second app in the same project, so C is out. That leaves D, creating a new project. No way to switch regions otherwise.

0
RD
Rizwan D.
2026-02-17

D for sure. App Engine region is fixed when you create it, so the only way is a new project with the desired region. Options A, B, and C won’t work since you can’t change or add App Engine regions in the same project.

0
RS
Ravi S.
2026-02-14

Changing settings inside the same project won't work since App Engine's region is locked once set, so A and B are definitely off. Also, you can't have two App Engine apps in one project, so C is not an option. That leaves D as the only viable choice—you need to create a new project and set the region when you initialize App Engine there. It’s a bit of a hassle but that’s how Google designed it.

0
YM
Yasir M.
2026-02-13

It’s D because App Engine region is locked per project, no changing or adding apps.

0
OO
Osama O.
2026-02-12

A vs D? You can’t change the App Engine region once set, so options A and B are out. Creating a new project (D) is necessary to pick a different region; C isn’t allowed since only one App Engine app per project.

0
CF
Carlos F.
2026-02-01

D. App Engine region is locked when you create the app, and you can’t have multiple App Engine apps in one project. So the only way is to start fresh with a new project for asia-northeast1.

0
RI
Rizwan I.
2026-01-31

Definitely D, you can’t change App Engine region once set in a project.

0
RI
Rizwan I.
2026-01-31

Not A, changing the default region in project settings doesn’t affect App Engine region. The region is set when you create the app and can’t be changed later within the same project.

0
RI
Rizwan I.
2026-01-26

D imo. App Engine apps are locked to the region you choose when you first create them, and you can’t change that later or create multiple apps in different regions within the same project. So options A, B, and C are out since changing region settings or adding another app in the same project isn’t supported. You basically have to start fresh with a new project to pick a different region like asia-northeast1. It’s a pain but that’s how the regional setup works for App Engine right now.

0
RI
Rizwan I.
2026-01-21

D seems right since App Engine region is fixed per project. You can’t create a second App Engine app in the same project (C), and options A and B don’t apply because region settings aren’t changeable later.

0
RI
Rizwan I.
2026-01-18

From what I remember, once you set the App Engine region for a project, it’s permanent—so options A, B, and C don’t really work because you can’t just switch or add regions within the same project. The only real way to use a different region is to create a new project and set up App Engine there, which aligns with option D. The downside is having to migrate your app and data manually since there’s no built-in migration tool. Does anyone know if there’s a recommended way to handle data transfer between projects in this case?

0
RI
Rizwan I.
2026-01-15

Is there any way to migrate the existing App Engine app to a new region without recreating the whole project? Options seem limited on that front.

0