Multiple Choice
You are developing an HTTP API hosted on a Compute Engine virtual machine instance that needs to be invoked by multiple clients within the same Virtual Private Cloud (VPC) . You want clients to be able to get the IP address of the service. What should you do?
A) Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Clients should use this IP address to connect to the service.
B) Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Then, define an A record in Cloud DNS. Clients should use the name of the A record to connect to the service.
C) Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal/ . Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal/ .
D) Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[API_NAME]/[API_VERSION]/. https://[API_NAME]/[API_VERSION]/.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: You want to notify on-call engineers about
Q2: Your application takes an input from a
Q3: You are building a new API. You
Q4: You configured your Compute Engine instance group
Q5: You are working on a social media
Q7: Your website is deployed on Compute Engine.
Q8: You are deploying a single website on
Q9: Your company has a BigQuery data mart
Q10: Case study This is a case study.
Q11: You are running an application on App