Jayendra's Cloud Certification Blog

Google cloud – terramearth case study.

TerramEarth manufactures heavy equipment for the mining and agricultural industries. They currently have over 500 dealers and service centers in 100 countries. Their mission is to build products that make their customers more productive.

Key points here are 500 dealers and service centers are spread across the world and they want to make their customers more productive.

Solution Concept

There are 2 million TerramEarth vehicles in operation currently, and we see 20% yearly growth. Vehicles collect telemetry data from many sensors during operation. A small subset of critical data is transmitted from the vehicles in real time to facilitate fleet management. The rest of the sensor data is collected, compressed, and uploaded daily when the vehicles return to home base. Each vehicle usually generates 200 to 500 megabytes of data per day

Key points here are TerramEarth has 2 million vehicles. Only critical data is transferred in real-time while the rest of the data is uploaded in bulk daily.

Executive Statement

Our competitive advantage has always been our focus on the customer, with our ability to provide excellent customer service and minimize vehicle downtimes. After moving multiple systems into Google Cloud, we are seeking new ways to provide best-in-class online fleet management services to our customers and improve operations of our dealerships. Our 5-year strategic plan is to create a partner ecosystem of new products by enabling access to our data, increasing autonomous operation capabilities of our vehicles, and creating a path to move the remaining legacy systems to the cloud.

Key point here is the company wants to improve further in operations, customer experience, and partner ecosystem by allowing them to reuse the data.

Existing Technical Environment

TerramEarth’s vehicle data aggregation and analysis infrastructure resides in Google Cloud and serves clients from all around the world. A growing amount of sensor data is captured from their two main manufacturing plants and sent to private data centers that contain their legacy inventory and logistics management systems. The private data centers have multiple network interconnects configured to Google Cloud. The web frontend for dealers and customers is running in Google Cloud and allows access to stock management and analytics.

Key point here is the company is hosting its infrastructure in Google Cloud and private data centers. GCP has web frontend and vehicle data aggregation & analysis. Data is sent to private data centers.

Business Requirements

Predict and detect vehicle malfunction and rapidly ship parts to dealerships for just-in-time repair where possible.

  • Cloud IoT core can provide a fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
  • Existing legacy inventory and logistics management systems running in the private data centers can be migrated to Google Cloud.
  • Existing data can be migrated one time using Transfer Appliance.

Decrease cloud operational costs and adapt to seasonality.

  • Google Cloud provides configuring elasticity and scalability for resources based on the demand.

Increase speed and reliability of development workflow.

  • Google Cloud CI/CD tools like Cloud Build and open-source tools like Spinnaker can be used to increase the speed and reliability of the deployments.

Allow remote developers to be productive without compromising code or data security.

  • Cloud Function to Function authentication

Create a flexible and scalable platform for developers to create custom API services for dealers and partners.

  • Google Cloud provides multiple fully managed serverless and scalable application hosting solutions like Cloud Run and Cloud Functions
  • Managed Instance group with Compute Engines and GKE cluster with scaling can also be used to provide scalable, highly available compute services.

Technical Requirements

Create a new abstraction layer for HTTP API access to their legacy systems to enable a gradual move into the cloud without disrupting operations.

  • Google Cloud API Gateway & Cloud Endpoints can be used to provide an abstraction layer to expose the data externally over a variety of backends.

Modernize all CI/CD pipelines to allow developers to deploy container-based workloads in highly scalable environments.

Google Cloud CI/CD - Continuous Integration Continuous Deployment

  • Google Cloud provides DevOps tools like Cloud Build and supports open-source tools like Spinnaker to provide CI/CD features.
  • Cloud Source Repositories are fully-featured, private Git repositories hosted on Google Cloud.
  • Cloud Build is a fully-managed, serverless service that executes builds on Google Cloud Platform’s infrastructure.
  • Container Registry is a private container image registry that supports Docker Image Manifest V2 and OCI image formats.
  • Artifact Registry is a fully-managed service with support for both container images and non-container artifacts, Artifact Registry extends the capabilities of Container Registry.

Allow developers to run experiments without compromising security and governance requirements

  • Google Cloud deployments can be configured for Canary or A/B testing to allow experimentation.

Create a self-service portal for internal and partner developers to create new projects, request resources for data analytics jobs, and centrally manage access to the API endpoints.

Use cloud-native solutions for keys and secrets management and optimize for identity-based access

  • Google Cloud supports Key Management Service – KMS and Secrets Manager for managing secrets and key management.

Improve and standardize tools necessary for application and network monitoring and troubleshooting.

  • Google Cloud provides Cloud Operations Suite which includes Cloud Monitoring and Logging to cover both on-premises and Cloud resources.
  • Cloud Monitoring collects measurements of key aspects of the service and of the Google Cloud resources used
  • Cloud Monitoring Uptime check is a request sent to a publicly accessible IP address on a resource to see whether it responds.
  • Cloud Logging is a service for storing, viewing, and interacting with logs.
  • Error Reporting aggregates and displays errors produced in the running cloud services.
  • Cloud Profiler helps with continuous CPU, heap, and other parameters profiling to improve performance and reduce costs.
  • Cloud Trace is a distributed tracing system that collects latency data from the applications and displays it in the Google Cloud Console.
  • Cloud Debugger helps inspect the state of an application, at any code location, without stopping or slowing down the running app.

Reference Cellular Upload Architecture

google cloud terramearth case study

Batch Upload Replacement Architecture

google cloud terramearth case study

  • Google Cloud – TerramEarth case study

2 thoughts on “ Google Cloud – TerramEarth Case Study ”

https://jayendrapatil.com/google-cloud-terramearth-case-study/

Good page. Thank you.

“Cloud Storage and other AWS managed services like Pub/Sub, Dataflow and BigQuery:”

AWS 🙂 – Can’t complain too much, I call my kids by the wrong names sometimes.

thanks a lot Gary, multi-cloud issues 🙂 – Corrected the same

Comments are closed.

Search code, repositories, users, issues, pull requests...

Provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

This is my solution design/implementation for the TerramEarth sample case study provided by Google ( https://cloud.google.com/certification/guides/cloud-architect/casestudy-terramearth-rev2 ) - solution may vary due upgrade of Google Cloud Platform.

fdicarlo/GCP_TerramEarth

Folders and files, repository files navigation.

Architecture implementation Technical implementation

Sample case study: TerramEarth

TerramEarth manufactures heavy equipment for the mining and agricultural industries. About 80% of their business is from mining and 20% from agriculture. They currently have over 500 dealers and service centers in 100 countries. Their mission is to build products that make their customers more productive.

1. Solution concept

There are 20 million TerramEarth vehicles in operation that collect 120 fields of data per second. Data is stored locally on the vehicle and can be accessed for analysis when a vehicle is serviced. The data is downloaded via a maintenance port. This same port can be used to adjust operational parameters, allowing the vehicles to be upgraded in the field with new computing modules.

Approximately 200,000 vehicles are connected to a cellular network, allowing TerramEarth to collect data directly. At a rate of 120 fields of data per second, with 22 hours of operation per day, TerramEarth collects a total of about 9 TB/day from these connected vehicles.

2. Existing technical environment

TerramEarth’s existing architecture is composed of Linux and Windows-based systems that reside in a single U.S. west-coast-based data center. These systems gzip CSV files from the field and upload via FTP and place the data in their data warehouse. Because this process takes time, aggregated reports are based on data that is three weeks old.

With this data, TerramEarth has been able to preemptively stock replacement parts and reduce unplanned downtime of their vehicles by 60%. However, because the data is stale, some customers are without their vehicles for up to four weeks while they wait for replacement parts.

3. Business requirements

  • Decrease unplanned vehicle downtime to less than one week
  • Support the dealer network with more data on how their customers use their equipment to better position new products and services
  • Have the ability to partner with different companies - especially with seed and fertilizer suppliers in the fast-growing agricultural business - to create compelling joint offerings for their customers

4. Technical requirements

  • Expand beyond a single data center to decrease latency to the American Midwest and East Coast
  • Create a backup strategy
  • Increase security of data transfer from equipment to the data center
  • Improve data in the data warehouse
  • Use customer and equipment data to anticipate customer needs

5. Application 1: Data ingest

A custom Python application reads uploaded data files from a single server, writes to the data warehouse

  • 128 GB of RAM
  • 10 TB local HDD storage

6. Application 2: Reporting

An off-the-shelf application that business analysts use to run a daily report to see what equipment needs repair. Only two analysts of a team of 10 (five West Coast, five East Coast) can connect to the reporting application at a time.

  • Windows Server 2008 R2
  • 32 GB of RAM

Data warehouse

  • RedHat Linux
  • 4x 6TB HDD in RAID 0

7. Executive statement

Our competitive advantage has always been in our manufacturing process, with our ability to build better vehicles for lower cost than our competitors. However, new products with different approaches are constantly being developed, and I’m concerned that we lack the skills to undergo the next wave of transformations in our industry. My goals are to build our skills while addressing immediate market needs through incremental innovations.

Professional Cloud Architect - Google Cloud Certification Guide by Konrad Clapa, Brian Gerrard

Get full access to Professional Cloud Architect - Google Cloud Certification Guide and 60K+ other titles, with a free 10-day trial of O'Reilly.

There are also live events, courses curated by job role, and more.

TerramEarth

We will now look at the TerramEarth case study. Again, we will review what can be gleaned from the online documentation. At the end of the case study, we will provide an analysis. We would like you to write down the services that jump out to you as you are reading and compare your findings to our analysis:

Get Professional Cloud Architect - Google Cloud Certification Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.

Don’t leave empty-handed

Get Mark Richards’s Software Architecture Patterns ebook to better understand how to design components—and how they should interact.

It’s yours, free.

Cover of Software Architecture Patterns

Check it out now on O’Reilly

Dive in for free with a 10-day trial of the O’Reilly learning platform—then explore all the other resources our members count on to build skills and solve problems every day.

google cloud terramearth case study

SALE on Practice Exams and Courses! For Extra 20% Off Use Coupon RNPAPR24. Click here!

GCP TerramEarth Case Study

How To Work On GCP Case Study – TerramEarth

What is a case study .

In Google Cloud Architect certification examination, some of the questions may refer you to a GCP case study that presents a real-world like business solution concept with fictitious company names. I recommend that you work on these case study solutions as a part of your prior study plan and be ready with the solution answers. Below are the four case studies that may appear in the exam.

  • EHR Healthcare
  • Helicopter Racing League
  • Mountkirk Games
  • TerramEarth
If you are planning to prepare for GCP Professional Cloud Architect exam, read my blog for tips, resources and more helpful information – Six steps to Google Professional Cloud Architect Certification Blog

How many questions are expected in the actual exam ?

Out of total 50 exam questions, we may expect 10 questions based on any two out of above four case studies. Not to underestimate the importance, it is critical to prepare all scenarios during the course of study. We do not really get any time to read through the case study document during the actual exam, while the clock is ticking fast.

Checkout 200+ practice exam questions here – Google Professional Cloud Architect Certification – Practice Exam

When to start working on case study solutions ?

For any business use case solutioning, it is expected that you have basic understanding of the major Google Cloud Platform products and services. Hence the best time to start working on the case studies is after you have finished learning all the modules of GCP course study path.

The Approach

In this article, I propose an iterative approach to work on any industry use case solution. It has four major components as shown below.

GCP case study

Step 1: Identify GCP products & services

  • Read the use case document carefully looking for any clues in each requirement.
  • Identify what GCP product/services would best fit the solution.
  • List down all the product/services on the solution paper as draft version.

Step 2: Identify knowledge gaps

  • It may happen that you identify knowledge gaps with respect to few GCP product/service at this stage and it is absolutely fine.
  • Go back to GCP documentation or video lessons to close those gaps.

Step 3: Refer Best Industry practices

  • GCP has great quality documentation for industry best practices. Identify which practices can best fit your solution.
  • Check if any special requirements on system performance or reliability design need any changes to draft version.

Step 4: Draw the solution

  • It is essential for architect role to have skills of drawing architecture diagrams. The best way is to use easy paper and pen style at the beginning.
  • Tools like draw.io or visual paradigm can be used later to sketch final version. GCP products & flow templates are also available within these tools. It helps to reduce time and effort required to sketch the solution diagrams.

Tips for the case study

  • ‘Think through’ the solution yourself. Do not look at ready solutions on internet before your solution is completed.
  • I recommend to re-iterate from step 1 to step 4 process at least 3 to 4 times, of course with sufficient time breaks in between. The solution evolves during each iteration and final version looks much better and presentable one.
  • Discuss your solution among the co-learners in the group and get to know others’ perspective to see whether any enhancements are still required in the design.

With this approach, let’s take a look at the case study solution for TerramEarth

TerramEarth Company overview

TerramEarth manufactures heavy equipment for the mining and agricultural industries. They currently have over 500 dealers and service centers in 100 countries. Their mission is to build products that make their customers more productive.

Solution concept

There are 2 million TerramEarth vehicles in operation currently, and we see 20% yearly growth. Vehicles collect telemetry data from many sensors during operation. A small subset of critical data is transmitted from the vehicles in real time to facilitate fleet management. The rest of the sensor data is collected, compressed, and uploaded daily when the vehicles return to home base. Each vehicle usually generates 200 to 500 megabytes of data per day.

Products/services Identified:

  • Cloud IoT Core is fully managed service for ingestion of telemetry data from sensors on the vehicles.
  • Cloud Pub/Sub is used for streaming / real-time data ingestion.
  • Cloud Storage for batch data processing from vehicles which upload data after returning to home base.
  • Cloud BigTable is used for storing time series data from sensors.

Existing technical environment

TerramEarth’s vehicle data aggregation and analysis infrastructure resides in Google Cloud and serves clients from all around the world . A growing amount of sensor data is captured from their two main manufacturing plants and sent to private data centers that contain their legacy inventory and logistics management systems. The private data centers have multiple network interconnects configured to Google Cloud. The web frontend for dealers and customers is running in Google Cloud and allows access to stock management and analytics.

  • Cloud Dataflow is used for real-time and batch data aggregation pipelines.
  • BigQuery is serverless data warehouse, enables scalable data analysis.
  • HTTPS Global Load balancer for servicing global clients with improved service availability.

Business requirements

– Predict and detect vehicle malfunction and rapidly ship parts to dealerships for just-in time repair where possible. – Decrease cloud operational costs and adapt to seasonality. – Increase speed and reliability of development workflow. – Allow remote developers to be productive without compromising code or data security . – Create a flexible and scalable platform for developers to create custom API services for dealers and partners.

  • Machine Learning either with BigQueryML or AI platform is used for predictions of vehicle malfunction.
  • CI/CD – Cloud Source Repositories, Cloud Build is used for DevOps automation which helps to increase speed of development workflow.
  • Cloud IAM is used to provide remote developers access permissions to GCP project resources.

Technical requirements

– Create a new abstraction layer for HTTP API access to their legacy systems to enable a gradual move into the cloud without disrupting operations. – Modernize all CI/CD pipelines to allow developers to deploy container-based workloads in highly scalable cloud environments. – Allow developers to run experiments without compromising security and governance requirements – Create a self-service portal for internal and partner developers to create new projects, request resources for data analytics jobs, and centrally manage access to the API endpoints. – Use cloud-native solutions for keys and secrets management and optimize for identity based access. – Improve and standardize tools necessary for application and network monitoring and troubleshooting.

  • Apigee Hybrid allows to host APIs in GCP and on-premises environments.
  • Cloud Source Repository, Cloud Build, Container Registry for modernise CI/CD pipelines.
  • Google Kubernetes Engine for distributed container based workload deployment and management.
  • Sandbox environment is used by developers for experimentations with GCP products.
  • Developer portal helps internal and partner developers to search and test TerramEarth’s APIs.
  • Cloud KMS is used to create and manage cryptographic keys for access to applications and resources.
  • Cloud Operations is suite of tools like Logging, Trace, Profiler, Monitoring, Debugger

Executive statement

Our competitive advantage has always been our focus on the customer, with our ability to provide excellent customer service and minimize vehicle downtimes. After moving multiple systems into Google Cloud, we are seeking new ways to provide best-in-class online fleet management services to our customers and improve operations of our dealerships. Our 5-year strategic plan is to create a partner ecosystem of new products by enabling access to our data, increasing autonomous operation capabilities of our vehicles, and creating a path to move the remaining legacy systems to the cloud.

Proposed Solution Diagram

Google Cloud Architect GCP case study solution

Sample Case Questions  

Below are some sample questions which can appear in the certification exam – 

  • Taking into consideration the business requirement, technical requirements and executive statement, what replacement would recommend for their data warehousing needs?
  • How to deliver APIs that meet their business requirements?
  • How to design the data ingestion layer for handling massive amount of data and also retrieving as quickly as possible?
  • How should you minimize costs while analyzing raw telemetry data?

Hope you find this case study approach as useful support for examination preparation.

Written exclusively for ReviewNPrep.com – By Manoj P. (Connect with me on  LinkedIn ).

' src=

Manoj Patil

Thanks for reading. You can get more technology news, promos and free content in our popular email newsletter. Over 50,000 people subscribe. Enter your email now and join us.

Recent Blogs

  • Empower Your Team’s Efficiency: Strategies for Finding & Managing Files on Company Macs
  • The Rise of Digital Wallets in B2B: Revolutionizing Payment Processes
  • Guide to Streamlined Salesforce Document Signing for Businesses
  • Dealing With the Unexpected: Exception Handling in C#
  • 10 Strategies for Effective Study Habits and Time Management
  • From Code to Collaboration: The Journey of a Developer to Scrum Master
  • Extracting Text from Photos – An Inside Look at OCR Technology

Our Marketplace for your Next Practice Exam

ReviewNPrep Marketplace

Popular Tags

Google Professional Cloud Architect Case Studies

This lesson will help you prepare for the Professional Cloud Architect Exam. We cover the 4 case studies presented in the exam guide, explain  what they are, why they are important, and how to use them to prepare for the exam.

Learning Objectives

Examine the 4 case studies presented in the exam guide:

  • EHR Healthcare
  • Helicopter Racing League
  • Mountkirk Games
  • TerramEarth

Intended Audience

Anyone planning to take the Professional Cloud Architect Exam.

Prerequisites

Basic knowledge of GCP.

Avatar

Daniel began his career as a Software Engineer, focusing mostly on web and mobile development. After twenty years of dealing with insufficient training and fragmented documentation, he decided to use his extensive experience to help the next generation of engineers.

Daniel has spent his most recent years designing and running technical classes for both Amazon and Microsoft. Today at Cloud Academy, he is working on building out an extensive Google Cloud training library.

When he isn’t working or tinkering in his home lab, Daniel enjoys BBQing, target shooting, and watching classic movies.

google cloud terramearth case study

Latest EHR Healthcare Case Study (2024) - Google Cloud (GCP) Architect

Possible architecture solution.

  • Anthos : Anthos will help to manage both cloud and On-prem
  • Database : Cloud SQL, Memorystore(instead of Redis) and Datastore (instead of Mango DB)
  • Cloud Storage Log Retention
  • Batch : Cloud Storage > Dataflow > BigQuery - Make predictions and generate reports on industry trends
  • Streaming : Pub/Sub > Dataflow > BigQuery
  • Cloud CDN : Reduced latency
  • CI/CD : Container Registry, Cloud Build, Kubernetes Engine

Reference Architecture Solution diagram

There will be multiple possible solutions for this use case, to understand the implementation better we have give reference architecture which is one of possible solution Below reference architecture depicts different aspect of Gaming Analytics cloud Platform solution like gaming server on GKE, Batch and stream pipeline and common cross cutting infrastructure components :

EHR Healthcare Case Study

Recommendation for Top Popular Post :

ExamTopics Logo

Unlimited Access

Exam professional cloud architect topic 9 question 1 discussion.

For this question, refer to the TerramEarth case study. To be compliant with European GDPR regulation, TerramEarth is required to delete data generated from its European customers after a period of 36 months when it contains personal data. In the new architecture, this data will be stored in both Cloud Storage and BigQuery. What should you do?

  • A. Create a BigQuery table for the European data, and set the table retention period to 36 months. For Cloud Storage, use gsutil to enable lifecycle management using a DELETE action with an Age condition of 36 months.
  • B. Create a BigQuery table for the European data, and set the table retention period to 36 months. For Cloud Storage, use gsutil to create a SetStorageClass to NONE action when with an Age condition of 36 months.
  • C. Create a BigQuery time-partitioned table for the European data, and set the partition expiration period to 36 months. For Cloud Storage, use gsutil to enable lifecycle management using a DELETE action with an Age condition of 36 months.
  • D. Create a BigQuery time-partitioned table for the European data, and set the partition expiration period to 36 months. For Cloud Storage, use gsutil to create a SetStorageClass to NONE action with an Age condition of 36 months.

MeasService

Orangetiger, get it certification.

Unlock free, top-quality video courses on ExamTopics with a simple registration. Elevate your learning journey with our expertly curated content. Register now to access a diverse range of educational resources designed for your success. Start learning today with ExamTopics!

Log in to ExamTopics

Report comment.

IMAGES

  1. TerramEarth Case Study

    google cloud terramearth case study

  2. How To Work On GCP Case Study

    google cloud terramearth case study

  3. TerramEarth

    google cloud terramearth case study

  4. Google Cloud

    google cloud terramearth case study

  5. GCP Professional Cloud Architect "TerramEarth" Case Study Cheat Sheet

    google cloud terramearth case study

  6. Google Cloud

    google cloud terramearth case study

VIDEO

  1. Trademo's Success: How Google Cloud Transformed Its Business

  2. Why study Cloud Computing or DevOps?

  3. Masterclass-1 with Google Cloud Experts

  4. Saving the world with geospatial data: Sustainability analytics on Google Cloud

  5. Google cloud Study Lamp #arcadechallange2024 #googlecloudready #freeswags #lean_to_earn #arcade

  6. Data to Generative AI with Google Cloud

COMMENTS

  1. PDF PROFESSIONAL CLOUD ARCHITECT TerramEa h

    TerramEarth's vehicle data aggregation and analysis infrastructure resides in Google Cloud and serves clients from all around the world. A growing amount of sensor data is captured from their two main manufacturing plants and sent to private data centers that contain their legacy inventory and logistics management systems. The private data

  2. Latest TerramEarth Case Study

    We will be sharing our analysis for GCP Professional Cloud Architect - TerramEarth is a GCP Master Case Study for IoT to help you in your study and exam preparation. This case study has been around for a while and was recently modified on May 1, 2021 to coincide with the latest version of the Architect certificate exam.

  3. Google Cloud

    Google Cloud - TerramEarth Case Study. TerramEarth manufactures heavy equipment for the mining and agricultural industries. They currently have over 500 dealers and service centers in 100 countries. Their mission is to build products that make their customers more productive.

  4. TerramEarth Case Study

    TerramEarth Case Study is third in Professional Cloud Architect exam. It focuses more on the data and IOT part. Important for Google Cloud certificationGood ...

  5. Sample case study: TerramEarth

    Sample case study: TerramEarth TerramEarth manufactures heavy equipment for the mining and agricultural industries. About 80% of their business is from mining and 20% from agriculture.

  6. TerramEarth

    Hello everyone, welcome back to my channel, The Cloud Pilot. In this video, I'm going to share my proposed solution architecture for the TerramEarth case stu...

  7. Case Study Review: TerramEarth

    As most of you know by now, the Google PCA (Professional Cloud Architect) exam was revamped on May 1st, 2021. With the new version of the exam, and having cleared it myself last month, I noticed some significant changes. Some of the key changes from the previous version of the exam are: The questions are more conceptual than straightforward.

  8. TerramEarth Case Study

    ⤵Case study for Google Professional Cloud Architect CertificationDuring the exam for the Cloud Architect Certification, some of the questions may refer you t...

  9. TerramEarth

    TerramEarth - Google Professional Cloud Architect Case Studies course from Cloud Academy. Start learning today with our digital training solutions.

  10. TerramEarth

    TerramEarth. We will now look at the TerramEarth case study. Again, we will review what can be gleaned from the online documentation. At the end of the case study, we will provide an analysis. We would like you to write down the services that jump out to you as you are reading and compare your findings to our analysis:

  11. Terram Earth (GCP Solution)

    The private data centers have multiple network interconnects configured to Google Cloud. Terram earth is producing 500MB per vehicle (worst-case) * 2 million vehicles data per day which results in ...

  12. How To Work On GCP Case Study

    In Google Cloud Architect certification examination, some of the questions may refer you to a GCP case study that presents a real-world like business solution concept with fictitious company names. I recommend that you work on these case study solutions as a part of your prior study plan and be ready with the solution answers.

  13. PDF Professional Cloud Architect

    Case studies During the exam for the Cloud Architect Certification, some of the questions may refer you to a case study that describes a fictitious business and solution concept. These case studies are intended to provide additional context to help you choose your answer(s). Review the case studies that may be used in the exam. • EHR ...

  14. Exam Professional Cloud Architect topic 10 question 2 discussion

    Question #: 2. Topic #: 10. [All Professional Cloud Architect Questions] For this question, refer to the TerramEarth case study. You have broken down a legacy monolithic application into a few containerized RESTful microservices. You want to run those microservices on Cloud Run. You also want to make sure the services are highly available with ...

  15. Exam Professional Cloud Architect topic 10 question 6 discussion

    Question #: 6. Topic #: 10. [All Professional Cloud Architect Questions] For this question, refer to the TerramEarth case study. TerramEarth has about 1 petabyte (PB) of vehicle testing data in a private data center. You want to move the data to Cloud Storage for your machine learning team. Currently, a 1-Gbps interconnect link is available for ...

  16. Exam Professional Cloud Architect topic 10 question 3 discussion

    Actual exam question from Google's Professional Cloud Architect. Question #: 3. Topic #: 10. [All Professional Cloud Architect Questions] For this question, refer to the TerramEarth case study. You are migrating a Linux-based application from your private data center to Google Cloud. The.

  17. Exam Professional Cloud Architect topic 10 question 5 discussion

    Question #: 5. Topic #: 10. [All Professional Cloud Architect Questions] For this question, refer to the TerramEarth case study. You are building a microservice-based application for TerramEarth. The application is based on Docker containers. You want to follow Google-recommended practices to build the application continuously and store the ...

  18. Google Professional Cloud Architect Case Studies

    This lesson will help you prepare for the Professional Cloud Architect Exam. We cover the 4 case studies presented in the exam guide, explain what they are, why they are important, and how to use them to prepare for the exam. Learning Objectives. Examine the 4 case studies presented in the exam guide: EHR Healthcare; Helicopter Racing League

  19. Solution

    During the exam for the Cloud Architect Certification, some of the questions may refer you to a case study that describes a fictitious business and solution concept to provide additional context to exam questions. There are four case studies as described below. The solution is narrated in a youtube video linked below. Exam Case Study & Solution.

  20. Exam Professional Cloud Architect topic 9 question 6 discussion

    Question #: 6. Topic #: 9. [All Professional Cloud Architect Questions] For this question, refer to the TerramEarth case study. You are asked to design a new architecture for the ingestion of the data of the 200,000 vehicles that are connected to a cellular network. You want to follow Google-recommended practices.

  21. Latest EHR Healthcare Case Study (2024)

    Possible Architecture Solution. For building a hybrid cloud Platform solution we can consider below major components here : Anthos : Anthos will help to manage both cloud and On-prem Database : Cloud SQL, Memorystore(instead of Redis) and Datastore (instead of Mango DB) Cloud Storage Log Retention; Batch : Cloud Storage > Dataflow > BigQuery - Make predictions and generate reports on industry ...

  22. Exam Professional Cloud Architect topic 9 question 1 discussion

    Question #: 1. Topic #: 9. [All Professional Cloud Architect Questions] For this question, refer to the TerramEarth case study. To be compliant with European GDPR regulation, TerramEarth is required to delete data generated from its. European customers after a period of 36 months when it contains personal data.