You need to redesign the ingestion of audit events from your authentication service to allow it to handle a large increase in traffic. Currently, the audit service and the authentication system run in the same Compute Engine virtual machine. You plan to use the following Google Cloud tools in the new architecture:Multiple Compute Engine machines, each running an instance of the authentication serviceMultiple Compute Engine machines, each running an instance of the audit servicePub/Sub to send the events from the authentication services.How should you set up the topics and subscriptions to ensure that the system can handle a large volume of messages and can scale efficiently?
Your company has a BigQuery dataset named 'Master' that keeps information about employee travel andexpenses. This information is organized by employee department. That means employees should only be ableto view information for their department. You want to apply a security framework to enforce this requirementwith the minimum number of steps.What should you do?
You are using Cloud Build to build a Docker image. You need to modify the build to execute unit and runintegration tests. When there is a failure, you want the build history to clearly display the stage at which thebuild failed.What should you do?
You are building a highly available and globally accessible application that will serve static content to users. You need to configure the storage and serving components. You want to minimize management overhead and latency while maximizing reliability for users. What should you do?
You recently migrated a monolithic application to Google Cloud by breaking it down into microservices. One of the microservices is deployed using Cloud Functions. As you modernize the application, you make a change to the API of the service that is backward-incompatible. You need to support both existing callers who use the original API and new callers who use the new API. What should you do?