PROFESSIONAL-CLOUD-ARCHITECT Practice Test Questions

251 Questions


Topic 2, TerramEarth Case Study

   

For this question, refer to the TerramEarth case study.
TerramEarth has equipped unconnected trucks with servers and sensors to collet telemetry data. Next year they
want to use the data to train machine learning models. They want to store this data in the cloud while reducing
costs. What should they do?


A.

Have the vehicle’ computer compress the data in hourly snapshots, and store it in a Google Cloud
storage (GCS) Nearline bucket.


B.

Push the telemetry data in Real-time to a streaming dataflow job that compresses the data, and store it in
Google BigQuery.


C.

Push the telemetry data in real-time to a streaming dataflow job that compresses the data, and store it in
Cloud Bigtable.


D.

Have the vehicle's computer compress the data in hourly snapshots, a Store it in a GCS Coldline bucket





For this question refer to the TerramEarth case study.
Which of TerramEarth's legacy enterprise processes will experience significant change as a result of increased
Google Cloud Platform adoption.


A.

Opex/capex allocation, LAN changes, capacity planning


B.

Capacity planning, TCO calculations, opex/capex allocation


C.

Capacity planning, utilization measurement, data center expansion


D.

Data Center expansion, TCO calculations, utilization measurement





For this question, refer to the TerramEarth case study.
TerramEarth plans to connect all 20 million vehicles in the field to the cloud. This increases the volume to 20
million 600 byte records a second for 40 TB an hour. How should you design the data ingestion?


A.

Vehicles write data directly to GCS.


B.

Vehicles write data directly to Google Cloud Pub/Sub.


C.

Vehicles stream data directly to Google BigQuery.


D.

Vehicles continue to write data using the existing system (FTP).





Your agricultural division is experimenting with fully autonomous vehicles.
You want your architecture to promote strong security during vehicle operation.
Which two architecture should you consider?
Choose 2 answers:


A.

Treat every micro service call between modules on the vehicle as untrusted.


B.

Require IPv6 for connectivity to ensure a secure address space.


C.

Use a trusted platform module (TPM) and verify firmware and binaries on boot.


D.

Use a functional programming language to isolate code execution cycles.


E.

Use multiple connectivity subsystems for redundancy.


F.

Enclose the vehicle's drive electronics in a Faraday cage to isolate chips.





For this question, refer to the TerramEarth case study.
The TerramEarth development team wants to create an API to meet the company's business requirements. You
want the development team to focus their development effort on business value versus creating a custom
framework. Which method should they use?


A.

Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners.


B.

Use Google App Engine with a JAX-RS Jersey Java-based framework. Focus on an API for the public.


C.

Use Google App Engine with the Swagger (open API Specification) framework. Focus on an API for
the public.


D.

Use Google Container Engine with a Django Python container. Focus on an API for the public.


E.

Use Google Container Engine with a Tomcat container with the Swagger (Open API Specification)
framework. Focus on an API for dealers and partners





For this question, refer to the JencoMart case study.
JencoMart has built a version of their application on Google Cloud Platform that serves traffic to Asia. You
want to measure success against their business and technical goals. Which metrics should you track?
Error rates for requests from Asia


A.

Latency difference between US and Asia


B.

Total visits, error rates, and latency from Asia


C.

Total visits and average latency for users in Asia


D.

The number of character sets present in the database





For this question, refer to the JencoMart case study.
The migration of JencoMart’s application to Google Cloud Platform (GCP) is progressing too slowly. The
infrastructure is shown in the diagram. You want to maximize throughput. What are three potential
bottlenecks? (Choose 3 answers.)



A.

A single VPN tunnel, which limits throughput


B.

A tier of Google Cloud Storage that is not suited for this task


C.

A copy command that is not suited to operate over long distances


D.

Fewer virtual machines (VMs) in GCP than on-premises machines


E.

A separate storage layer outside the VMs, which is not suited for this task


F.

Complicated internet connectivity between the on-premises infrastructure and GCP





For this question, refer to the JencoMart case study.
JencoMart has decided to migrate user profile storage to Google Cloud Datastore and the application servers to
Google Compute Engine (GCE). During the migration, the existing infrastructure will need access to Datastore
to upload the data. What service account key-management strategy should you recommend?


A.

Provision service account keys for the on-premises infrastructure and for the GCE virtual machines
(VMs).


B.

Authenticate the on-premises infrastructure with a user account and provision service account keys for
the VMs.


C.

Provision service account keys for the on-premises infrastructure and use Google Cloud Platform (GCP)
managed keys for the VMs


D.

Deploy a custom authentication service on GCE/Google Container Engine (GKE) for the on-premises
infrastructure and use GCP managed keys for the VMs





For this question, refer to the JencoMart case study
A few days after JencoMart migrates the user credentials database to Google Cloud Platform and shuts down
the old server, the new database server stops responding to SSH connections. It is still serving database
requests to the application servers correctly. What three steps should you take to diagnose the problem?
Choose 3 answers


A.

Delete the virtual machine (VM) and disks and create a new one.


B.

Delete the instance, attach the disk to a new VM, and investigate.


C.

Take a snapshot of the disk and connect to a new machine to investigate.


D.

Check inbound firewall rules for the network the machine is connected to.


E.

Connect the machine to another network with very simple firewall rules and investigate.


F.

Print the Serial Console output for the instance for troubleshooting, activate the interactive console, and
investigate.





For this question, refer to the JencoMart case study.
JencoMart wants to move their User Profiles database to Google Cloud Platform. Which Google Database should they use?


A.

Cloud Spanner


B.

Google BigQuery


C.

Google Cloud SQL


D.

Google Cloud Datastore





For this question, refer to the JencoMart case study.
The JencoMart security team requires that all Google Cloud Platform infrastructure is deployed using a least
privilege model with separation of duties for administration between production and development resources.
What Google domain and project structure should you recommend?


A.

Create two G Suite accounts to manage users: one for development/test/staging and one for production.
Each account should contain one project for every application.


B.

Create two G Suite accounts to manage users: one with a single project for all development applications
and one with a single project for all production applications.


C.

Create a single G Suite account to manage users with each stage of each application in its own project.


D.

Create a single G Suite account to manage users with one project for the development/test/staging
environment and one project for the production environment.





Question #:24 - (Exam Topic 4)
For this question, refer to the Dress4Win case study.
Dress4Win has asked you for advice on how to migrate their on-premises MySQL deployment to the cloud.
They want to minimize downtime and performance impact to their on-premises solution during the migration.
Which approach should you recommend?


A.

Create a dump of the on-premises MySQL master server, and then shut it down, upload it to the cloud
environment, and load into a new MySQL cluster.


B.

Setup a MySQL replica server/slave in the cloud environment, and configure it for asynchronous
replication from the MySQL master server on-premises until cutover.


C.

Create a new MySQL cluster in the cloud, configure applications to begin writing to both on-premises
and cloud MySQL masters, and destroy the original cluster at cutover.


D.

Create a dump of the MySQL replica server into the cloud environment, load it into: Google Cloud
Datastore, and configure applications to read/write to Cloud Datastore at cutover.






Page 2 out of 21 Pages
Previous