Skip to main content

Posts

Showing posts with the label GCP

GCP Flowcharts (Cheatsheet for ACE and PCA GCP certification)

Please note that I have no association with any training companies or third parties linking through to this post. This post is freely available to help folks understand Google Cloud! So it’s easy to find the one you want. This single post also allows me to maintain an up to date collection from one place. Once I have more than 1 flowchart for a topic/ area I will create a new heading ,for now those singletons are under misc. Attribution: All graphics & flowcharts apart from ones I drew myself & Sara’s cheerfully copied from the Google  Cloud platform  or  blog site Latest additions - May 2021: Authenticating service accounts & choosing private access options ( Security) 😀 Compute Which compute option ? Even with the increasing popularity of serverless options traditional Compute options are very much in demand. I know I know I’m using traditional and including App engine & Kubernetes but even k8s is 5 years old now ( at the time of writing June 2019) so I...

Professional Cloud Architect Practice Exam

1 - Because you do not know every possible future use for the data TerramEarth collects, you have decided to build a system that captures and stores all raw data in case you need it later. How can you most cost-effectively accomplish this goal?  A. Have the vehicles in the field stream the data directly into BigQuery.  B. Have the vehicles in the field pass the data to Cloud Pub/Sub and dump it into a Cloud Dataproc cluster that stores data in Apache Hadoop Distributed File System (HDFS) on persistent disks.  C. Have the vehicles in the field continue to dump data via FTP, adjust the existing Linux machines, and use a collector to upload them into Cloud Dataproc HDFS for storage  D. Have the vehicles in the field continue to dump data via FTP, and adjust the existing Linux machines to immediately upload it to Cloud Storage with gsutil. Feedback A is not correct because TerramEarth has cellular service for 200,000 vehicles, and each vehicle sends at least one row (120...