Questions
In this section, we will review questions and answers for each of the chapters of the book. Those questions are helpful to validate the specific knowledge obtained in each chapter related to Google Cloud Platform services.
Google Cloud Platform (GCP) developer fundamentals
- As a developer, you have been tasked with transforming an application to high availability. Which factor should you consider to meet the requested objective?
a) Make sure that the application has at least two instances in the same organization.
b) Make sure that the application has at least two instances in the same project.
c) Make sure that the application has at least two instances in the same zone.
d) Make sure that the application has at least two instances in two different zones.
- Which of the following Google Cloud services is considered a Platform as a Service (PaaS) offering?
a) Google App Engine (GAE)
b) Google Compute Engine (GCE)
c) Google Kubernetes Engine (GKE)
d) Cloud Functions
...