The deployment itself is fairly easy. We define an app.yaml file that defines the application and develop the code. With the use of gcloud app deploy, the application is deployed to App Engine:
The preceding example is obviously very simple, and you can create far more sophisticated applications. The Cloud Architect exam does not require you to have deep knowledge of how to define the app.yaml file or how to write applications. However, we suggest that you have a look at the Further reading section as it might help you understand App Engine concepts better.