0
0
GCPcloud~10 mins

Why GCP architecture framework matters - Test Your Understanding

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the main goal of the GCP architecture framework.

GCP
goal = "[1]"  # The main purpose of the GCP architecture framework
Drag options to blanks, or click blank then click option'
Ato limit cloud usage
Bto increase cloud costs
Cto ensure secure, scalable, and reliable cloud solutions
Dto create manual server setups
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing options that increase costs or limit usage.
Thinking the framework is about manual setups.
2fill in blank
medium

Complete the code to name a key pillar of the GCP architecture framework.

GCP
pillar = "[1]"  # One of the main pillars of GCP architecture
Drag options to blanks, or click blank then click option'
Acost optimization
Bfixed capacity
Chardware maintenance
Dmanual scaling
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing options related to manual or fixed setups.
Confusing cost optimization with hardware tasks.
3fill in blank
hard

Fix the error in the code to correctly represent a design principle of the GCP architecture framework.

GCP
design_principle = "[1]"  # Design principle to handle failures gracefully
Drag options to blanks, or click blank then click option'
Amanual recovery
Brigidity
Ccomplexity
Dresilience
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing rigidity or manual recovery which do not fit cloud best practices.
Confusing resilience with complexity.
4fill in blank
hard

Fill both blanks to complete the code describing how GCP architecture framework helps with {{BLANK_1}} and {{BLANK_2}}.

GCP
benefits = ["[1]", "[2]"]  # Key benefits of using the framework
Drag options to blanks, or click blank then click option'
Ascalability
Bmanual configuration
Csecurity
Dfixed infrastructure
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing manual or fixed options that do not fit cloud benefits.
Mixing unrelated concepts.
5fill in blank
hard

Fill all three blanks to complete the code showing how the GCP architecture framework supports {{BLANK_1}}, {{BLANK_2}}, and {{BLANK_3}}.

GCP
features = {"[1]": True, "[2]": True, "[3]": True}  # Framework supports these features
Drag options to blanks, or click blank then click option'
Aautomation
Bcost optimization
Creliability
Dmanual updates
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing manual updates which contradict automation.
Ignoring cost or reliability aspects.