0
0
GCPcloud~20 mins

Custom domains in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Custom Domain Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding DNS Records for Custom Domains

You want to connect your custom domain to a Google Cloud service. Which DNS record type is typically required to point your domain to a Google-managed service IP address?

AMX record
BA record
CTXT record
DCNAME record
Attempts:
2 left
💡 Hint

Think about the record that maps a domain to an IP address.

Configuration
intermediate
2:00remaining
Configuring a Custom Domain for App Engine

You want to configure a custom domain for your Google App Engine app. Which step is not required?

AVerify domain ownership in Google Search Console
BCreate a DNS TXT record to prove ownership
CAdd a DNS record pointing your domain to the App Engine service
DSet up a firewall rule to allow traffic from your domain
Attempts:
2 left
💡 Hint

Think about what is needed to connect a domain to a service versus network security settings.

Architecture
advanced
2:00remaining
Designing a Secure Custom Domain Setup

You want to serve your website on a custom domain using Google Cloud Load Balancer with HTTPS. Which architecture ensures the best security and performance?

AUse a Google-managed SSL certificate on the load balancer and point your domain's A record to the load balancer IP
BUse a self-signed SSL certificate on backend instances and point your domain's CNAME to the backend IP
CUse HTTP only on the load balancer and redirect HTTPS traffic at the backend
DUse a third-party SSL certificate on backend instances and point your domain's MX record to the load balancer
Attempts:
2 left
💡 Hint

Consider where SSL termination should happen for best security and performance.

service_behavior
advanced
2:00remaining
Behavior of Custom Domain Mapping in Cloud Run

After mapping a custom domain to a Cloud Run service, what happens if you delete the DNS record pointing to the Cloud Run domain?

ATraffic is redirected to the default Cloud Run URL without interruption
BCloud Run automatically updates DNS to restore the record
CThe custom domain stops resolving to your Cloud Run service, causing downtime
DThe service continues to respond on the custom domain without DNS
Attempts:
2 left
💡 Hint

Think about how DNS controls domain name resolution.

security
expert
2:00remaining
Preventing Domain Hijacking in Custom Domain Setup

Which practice best prevents unauthorized users from hijacking your custom domain when using Google Cloud services?

AEnable domain ownership verification and restrict DNS record changes to trusted users
BUse wildcard DNS records to cover all subdomains automatically
CDisable HTTPS to avoid certificate mismatches
DShare your Google Cloud credentials with your DNS provider
Attempts:
2 left
💡 Hint

Think about controlling who can prove ownership and change DNS settings.