Skip to content

Instantly share code, notes, and snippets.

@rbrto
Forked from anarquias/GCPArchitect-KarloTips.md
Created April 24, 2020 02:17
Show Gist options
  • Save rbrto/e81271dcd9195f5c9458ccfaabb700a7 to your computer and use it in GitHub Desktop.
Save rbrto/e81271dcd9195f5c9458ccfaabb700a7 to your computer and use it in GitHub Desktop.
Google Cloud Professional Architect - Tips

Resources that I found helpful

Exam Structure

  • Similar to the Practice Exam
  • I found that mine had a mix of questions on:
    • Case Study questions / scenarios
    • Storage Classes
    • Migration / Back-ups Best Practices
    • Stackdriver Logging
    • Basic gsutil / gcloud commands
    • Data Flow Lifecycle
    • Networking
    • IAM

Exam Tips

  • Read every question carefully and be on the lookout for 'key phrases'. I know it goes without saying, but it's easy to skim through the question and make up your mind about the answer. This includes phrases such as:

    • 'Cost effective'
    • 'Minimal impact'
    • 'Across multiple regions'
    • 'On premise data transfer'

    The practice exam had a few of these. Eg.

    Company A wants to migrate to the cloud, and their first step is to move 1 TB of their on-premise data into GCS. What would you recommend?

    a. gsutil cp with parallel processing enabled

    b. Google Cloud Storage Transfer Service

    c. GCSFuse, a tool to bridge the on premise to Google Cloud

    d. Data Transfer Appliance

    A lot of the choices are good solutions, but always go for the most appropriate one based off the requirements. This is particularly key with the Case Studies.

  • Know the common gsutils and gcloud compute commands. I've had at least 3 questions on the commands needed to:

    • Do parallel uploads in GCS

    • Delete a version of an object

    • Ensure that the persistent disk attached to an instance isn't deleted

    • Understand and know the different components for each Data Flow Lifecycle (https://cloud.google.com/solutions/data-lifecycle-cloud-platform)

      • Ingest
      • Store
      • Process and analyse
      • Evaluate and visualise

      Apart from the 'Evaluate and visualise', these got asked a lot from the context of the Case Studies.

  • In addition to the above, it's imperative that you're able to distinguish between all the different storage options. This flow chart helped a lot (https://cloud.google.com/storage-options/).

  • I should've read more on Stackdriver as I got more questions on it than what I expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment