Professional Cloud Developer · Free Practice Question Medium

Question 6

The objective is to deploy a website on App Engine and make it available through the URL http://www.altostrat.com/.


What actions do you think are necessary?

  • A Verify domain ownership with Webmaster Central. Create a DNS CNAME record to point to the App Engine canonical name ghs.googlehosted.com.
  • B Verify domain ownership with Webmaster Central. Define an A record pointing to the single global App Engine IP address.
  • C Define a mapping in dispatch.yaml to point the domain www.altostrat.com to your App Engine service. Define an A record pointing to the single global App Engine IP address.
  • D Define a mapping in dispatch.yaml to point the domain www.altostrat.com to your App Engine service. Create a DNS CNAME record to point to the App Engine canonical name ghs.googlehosted.com.
Reveal correct answer

Correct answer: A

Explanation

To deploy a single website on App Engine that needs to be accessible via a custom domain, the correct steps are to first verify domain ownership with Webmaster Central, then create a DNS CNAME record to point to the App Engine canonical name ghs.googlehosted.com. Verifying domain ownership is necessary to ensure that the domain is legitimate and owned by the person who is trying to use it. Creating a DNS CNAME record is necessary to map the custom domain to the App Engine service. This is done by creating a CNAME record that points the custom domain to the App Engine canonical name, which is a domain name that is unique to the App Engine service. By following these steps, users will be able to access the website via the custom domain without any issues.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need