Which firewall configuration should they implement?
HipLocal is configuring their access controls. Which firewall configuration should they implement?A . Block all traffic on port 443.B . Allow all traffic into the network.C . Allow traffic on port 443 for a specific tag.D . Allow all traffic on port 443 into the network.View AnswerAnswer: D
What should you do?
You are deploying a single website on App Engine that needs to be accessible via the URL http://www.altostrat.com/. What should you do?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....
What should you do?
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...
What should you do?
You want to notify on-call engineers about a service degradation in production while minimizing Development time. What should you do?A . Use Cloud Function to monitor resources and raise alerts.B . Use Cloud Pub/Sub to monitor resources and raise alerts.C . Use Stackdriver Error Reporting to capture errors and raise...
What should you do?
You are using Cloud Build to build a Docker image. You need to modify the build to execute unit and run integration tests. When there is a failure, you want the build history to clearly display the stage at which the build failed. What should you do?A . Add RUN...
Which database should HipLocal use for storing user activity?
Which database should HipLocal use for storing user activity?A . BigQueryB . Cloud SQLC . Cloud SpannerD . Cloud DatastoreView AnswerAnswer: A
In order to meet their business requirements, how should HipLocal store their application state?
In order to meet their business requirements, how should HipLocal store their application state?A . Use local SSDs to store state.B . Put a memcache layer in front of MySQL.C . Move the state storage to Cloud Spanner.D . Replace the MySQL instance with Cloud SQL.View AnswerAnswer: B
Which Google Cloud product addresses HipLocal’s business requirements for service level indicators and objectives?
For this question, refer to the HipLocal case study. Which Google Cloud product addresses HipLocal’s business requirements for service level indicators and objectives?A . Cloud ProfilerB . Cloud MonitoringC . Cloud TraceD . Cloud LoggingView AnswerAnswer: B Explanation: https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring#defn-sli
What should you do?
You have an application controlled by a managed instance group. When you deploy a new version of the application, costs should be minimized and the number of instances should not increase. You want to ensure that, when each new instance is created, the deployment only continues if the new instance...
How should you design this schema?
You are designing a schema for a Cloud Spanner customer database. You want to store a phone number array field in a customer table. You also want to allow users to search customers by phone number. How should you design this schema?A . Create a table named Customers. Add an...