2024-09-25|閱讀時間 ‧ 約 80 分鐘

Google Associate Cloud Engineer 證照考古題大全 20240925

谷歌雲工程理師助理證照題庫彙整 20240925

Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。


QUESTION 161

You are performing a monthly security check of your Google Cloud environment and want to know who has access to view datastored in your Google Cloud

Project. What should you do?

A.       Enable Audit Logs for all APIs that are related to data storage.

B.       Review the IAM permissions for any role that allows for data access.

C.      Review the Identity-Aware Proxy settings for each resource.

D.      Create a Data Loss Prevention job.

Correct Answer: B

Section: (none)


想知道更多關於小豬科技的優勢?點擊這裡 了解我們如何助力您的業務成長。

 

QUESTION 162

Your company has embraced a hybrid cloud strategy where some of the applications are deployed on Google Cloud. A VirtualPrivate Network (VPN) tunnel connects your Virtual Private Cloud (VPC) in Google Cloud with your company's on-premisesnetwork. Multiple applications in Google Cloud need to connect to an on-premises database server, and you want to avoid having tochange the IP configuration in all of your applications when the IP of the database changes.

What should you do?

A.       Configure Cloud NAT for all subnets of your VPC to be used when egressing from the VM instances.

B.       Create a private zone on Cloud DNS, and configure the applications with the DNS name.

C.      Configure the IP of the database as custom metadata for each instance, and query the metadata server.

D.      Query the Compute Engine internal DNS from the applications to retrieve the IP of the database.

Correct Answer: B

Section: (none)

 

QUESTION 163

You have developed a containerized web application that will serve internal colleagues during business hours. You want to ensurethat no costs are incurred outside of the hours the application is used. You have just created a new Google Cloud project and want todeploy the application. What should you do?

A.       Deploy the container on Cloud Run for Anthos, and set the minimum number of instances to zero.

B.       Deploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.

C.      Deploy the container on App Engine flexible environment with autoscaling, and set the value min_instances to zeroin the app.yaml.

D.      Deploy the container on App Engine flexible environment with manual scaling, and set the value instances to zero inthe app.yaml.

Correct Answer: B

Section: (none)

 

QUESTION 164

You have experimented with Google Cloud using your own credit card and expensed the costs to your company. Your companywants to streamline the billing process and charge the costs of your projects to their monthly invoice. What should you do?

A.       Grant the financial team the IAM role of "Billing Account User" on the billing account linked to your credit card.

B.       Set up BigQuery billing export and grant your financial department IAM access to query the data.

C.      Create a ticket with Google Billing Support to ask them to send the invoice to your company.

D.      Change the billing account of your projects to the billing account of your company.

Correct Answer: D

Section: (none)

 

QUESTION 165

You are running a data warehouse on BigQuery. A partner company is offering a recommendation engine based on the data inyour data warehouse. The partner company is also running their application on Google Cloud. They manage the resources in their own project, but they need access to the BigQuery dataset in your project. You want to provide the partner company with access tothe dataset. What should you do? 

A.       Create a Service Account in your own project, and grant this Service Account access to BigQuery in your project.

B.       Create a Service Account in your own project, and ask the partner to grant this Service Account access to BigQuery in theirproject.

C.      Ask the partner to create a Service Account in their project, and have them give the Service Account access to BigQuery intheir project.

D.      Ask the partner to create a Service Account in their project, and grant their Service Account access to the BigQuery datasetin your project.

Correct Answer: D

Section: (none)

 

QUESTION 166

Your web application has been running successfully on Cloud Run for Anthos. You want to evaluate an updated version of theapplication with a specific percentage of your production users (canary deployment). What should you do?

A.       Create a new service with the new version of the application. Split traffic between this version and the version that iscurrently running.

B.       Create a new revision with the new version of the application. Split traffic between this version and the version that iscurrently running.

C.      Create a new service with the new version of the application. Add an HTTP Load Balancer in front of both services.

D.      Create a new revision with the new version of the application. Add an HTTP Load Balancer in front of both revisions.

Correct Answer: B

Section: (none)

 

QUESTION 167

Your company developed a mobile game that is deployed on Google Cloud. Gamers are connecting to the game with their personal phones over the Internet. The game sends UDP packets to update the servers about the gamers' actions while they are playing in multiplayer mode. Your game backend can scale over multiple virtual machines (VMs), and you want to expose the VMs over a single IP address. What should you do?

A.       Configure an SSL Proxy load balancer in front of the application servers.

B.       Configure an Internal UDP load balancer in front of the application servers.

C.      Configure an External HTTP(s) load balancer in front of the application servers.

D.      Configure an External Network load balancer in front of the application servers.

Correct Answer: D

Section: (none)


QUESTION 168

You are working for a hospital that stores its medical images in an on-premises data room. The hospital wants to use CloudStorage for archival storage of these images. The hospital wants an automated process to upload any new medical images to Cloud Storage. You need to design and implement a solution. What should you do?

A.       Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medicalimages to the Pub/Sub topic.

B.       Deploy a Dataflow job from the batch template, "Datastore to Cloud Storage." Schedule the batch job on the desired interval.

C.      Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage.Schedule the script as a cron job.

D.      In the Cloud Console, go to Cloud Storage. Upload the relevant images to the appropriate bucket.

Correct Answer: C

Section: (none)

 

QUESTION 169

Your auditor wants to view your organization's use of data in Google Cloud. The auditor is most interested in auditing whoaccessed data in Cloud Storage buckets. You need to help the auditor access the data they need. What should you do?

A.       Turn on Data Access Logs for the buckets they want to audit, and then build a query in the log viewer that filters on CloudStorage.

B.       Assign the appropriate permissions, and then create a Data Studio report on Admin Activity Audit Logs.

C.      Assign the appropriate permissions, and then use Cloud Monitoring to review metrics.

D.      Use the export logs API to provide the Admin Activity Audit Logs in the format they want.

Correct Answer: A

Section: (none)

 

QUESTION 170

You received a JSON file that contained a private key of a Service Account in order to get access to several resources in a Google Cloud project. You downloaded and installed the Cloud SDK and want to use this private key for authentication and authorizationwhen performing gcloud commands. What should you do?

A.       Use the command gcloud auth login and point it to the private key.

B.       Use the command gcloud auth activate-service-account and point it to the private key.

C.      Place the private key file in the installation directory of the Cloud SDK and rename it to "credentials.json".

D.      Place the private key file in your home directory and rename it to"GOOGLE_APPLICATION_CREDENTIALS".

Correct Answer: B

Section: (none)

 

立即加入小豬科技,點擊這裡 註冊,享受雲端服務的便捷!


QUESTION 171

You are working with a Cloud SQL MySQL database at your company. You need to retain a month-end copy of the database forthree years for audit purposes.

What should you do?

A.       Set up an export job for the first of the month. Write the export file to an Archive class Cloud Storage bucket.

B.       Save the automatic first-of-the-month backup for three years. Store the backup file in an Archive class Cloud Storage bucket.

C.      Set up an on-demand backup for the first of the month. Write the backup to an Archive class Cloud Storage bucket.

D.      Convert the automatic first-of-the-month backup to an export file. Write the export file to a Coldline class Cloud Storage bucket.

Correct Answer: A

Section: (none)

 

QUESTION 172

You are monitoring an application and receive user feedback that a specific error is spiking. You notice that the error is caused by aService Account having insufficient permissions. You are able to solve the problem but want to be notified if the problem recurs.What should you do?

A.       In the Log Viewer, filter the logs on severity 'Error' and the name of the Service Account.

B.       Create a sink to BigQuery to export all the logs. Create a Data Studio dashboard on the exported logs.

C.      Create a custom log-based metric for the specific error to be used in an Alerting Policy.

D.      Grant Project Owner access to the Service Account.

Correct Answer: C

Section: (none)

 

QUESTION 173

You are developing a financial trading application that will be used globally. Data is stored and queried using a relational structure, and clients from all over the world should get the exact identical state of the data. The application will be deployed in multiple regions to provide the lowest latency to end users. You need to select a storage option for the application data while minimizinglatency. What should you do?

A.       Use Cloud Bigtable for data storage.

B.       Use Cloud SQL for data storage.

C.      Use Cloud Spanner for data storage.

D.      Use Firestore for data storage.

Correct Answer: C

Section: (none)

 

QUESTION 174

You are about to deploy a new Enterprise Resource Planning (ERP) system on Google Cloud. The application holds the fulldatabase in-memory for fast data access, and you need to configure the most appropriate resources on Google Cloud for thisapplication. What should you do?

A.       Provision preemptible Compute Engine instances.

B.       Provision Compute Engine instances with GPUs attached.

C.      Provision Compute Engine instances with local SSDs attached.

D.      Provision Compute Engine instances with M1 machine type.

Correct Answer: D

Section: (none)

 

QUESTION 175

You have developed an application that consists of multiple microservices, with each microservice packaged in its own Docker container image. You want to deploy the entire application on Google Kubernetes Engine so that eachmicroservice can be scaled individually. What should you do?

A.       Create and deploy a Custom Resource Definition per microservice.

B.       Create and deploy a Docker Compose File.

C.      Create and deploy a Job per microservice.

D.      Create and deploy a Deployment per microservice.

Correct Answer: D

Section: (none)

 

需要專業建議?立即聯絡 小豬科技專員,獲取專屬支持!


QUESTION 176

You will have several applications running on different Compute Engine instances in the same project. You want to specify at amore granular level the service account each instance uses when calling Google Cloud APIs. What should you do?

A.       When creating the instances, specify a Service Account for each instance.

B.       When creating the instances, assign the name of each Service Account as instance metadata.

C.      After starting the instances, use gcloud compute instances update to specify a Service Account for each instance.

D.      After starting the instances, use gcloud compute instances update to assign the name of the relevant Service Account as instance metadata.

Correct Answer: A

Section: (none)

 

QUESTION 177

You are creating an application that will run on Google Kubernetes Engine. You have identified MongoDB as the most suitable database system for your application and want to deploy a managed MongoDB environment that provides a support SLA. Whatshould you do?

A.       Create a Cloud Bigtable cluster, and use the HBase API.

B.       Deploy MongoDB Atlas from the Google Cloud Marketplace.

C.      Download a MongoDB installation package, and run it on Compute Engine instances.

D.      Download a MongoDB installation package, and run it on a Managed Instance Group. 

Correct Answer: B

Section: (none)

 

QUESTION 178

You are managing a project for the Business Intelligence (BI) department in your company. A data pipeline ingests data into BigQuery via streaming. You want the users in the BI department to be able to run the custom SQL queries against the latest data inBigQuery. What should you do?

A.       Create a Data Studio dashboard that uses the related BigQuery tables as a source and give the BI team view access to theData Studio dashboard.

B.       Create a Service Account for the BI team and distribute a new private key to each member of the BI team.

C.      Use Cloud Scheduler to schedule a batch Dataflow job to copy the data from BigQuery to the BI team's internal datawarehouse.

D.      Assign the IAM role of BigQuery User to a Google Group that contains the members of the BI team.

Correct Answer: D

Section: (none)

 

QUESTION 179

Your company is moving its entire workload to Compute Engine. Some servers should be accessible through the Internet, andother servers should only be accessible over the internal network. All servers need to be able to talk to each other over specific ports and protocols. The current on-premises network relies on a demilitarized zone (DMZ) for the public servers and a Local AreaNetwork (LAN) for the private servers.

You need to design the networking infrastructure on

Google Cloud to match these requirements. What should you do?

A.       1. Create a single VPC with a subnet for the DMZ and a subnet for the LAN. 2. Set up firewall rules to open up relevant trafficbetween the DMZ and the LAN subnets, and another firewall rule to allow public ingress traffic for the DMZ.

B.       1. Create a single VPC with a subnet for the DMZ and a subnet for the LAN. 2. Set up firewall rules to open up relevant trafficbetween the DMZ and the LAN subnets, and another firewall rule to allow public egress traffic for the DMZ.

C.      1. Create a VPC with a subnet for the DMZ and another VPC with a subnet for the LAN. 2. Set up firewall rules to open uprelevant traffic between the DMZ and the LAN subnets, and another firewall rule to allow public ingress traffic for the DMZ.

D.      1. Create a VPC with a subnet for the DMZ and another VPC with a subnet for the LAN. 2. Set up firewall rules to open uprelevant traffic between the DMZ and the LAN subnets, and another firewall rule to allow public egress traffic for the DMZ.

Correct Answer: A

Section: (none)

 

QUESTION 180

You have just created a new project which will be used to deploy a globally distributed application. You will use Cloud Spanner for data storage. You want to create a Cloud Spanner instance. You want to perform the first step in preparation of creating theinstance. What should you do?

A.       Enable the Cloud Spanner API.

B.       Configure your Cloud Spanner instance to be multi-regional.

C.      Create a new VPC network with subnetworks in all desired regions.

D.      Grant yourself the IAM role of Cloud Spanner Admin.

Correct Answer: A

Section: (none)

 

了解小豬科技如何助您在數位化時代脫穎而出,點擊這裡


QUESTION 181

You have created a new project in Google Cloud through the gcloud command line interface (CLI) and linked a billing account. Youneed to create a new Compute

Engine instance using the CLI. You need to perform the prerequisite steps. What should you do?

A.       Create a Cloud Monitoring Workspace.

B.       Create a VPC network in the project.

C.      Enable the compute googleapis.com API.

D.      Grant yourself the IAM role of Computer Admin. 

Correct Answer: C

Section: (none)

 

QUESTION 182

Your company has developed a new application that consists of multiple microservices. You want to deploy the application to Google Kubernetes Engine (GKE), and you want to ensure that the cluster can scale as more applications are deployed in the future. You want to avoid manual intervention when each new application is deployed. What should you do?

A.       Deploy the application on GKE, and add a HorizontalPodAutoscaler to the deployment.

B.       Deploy the application on GKE, and add a VerticalPodAutoscaler to the deployment.

C.      Create a GKE cluster with autoscaling enabled on the node pool. Set a minimum and maximum for the size of the node pool.

D.      Create a separate node pool for each application, and deploy each application to its dedicated node pool.

Correct Answer: C

Section: (none)

 

QUESTION 183

You need to manage a third-party application that will run on a Compute Engine instance. Other Compute Engine instances arealready running with default configuration. Application installation files are hosted on Cloud Storage. You need to access these files from the new instance without allowing other virtual machines (VMs) to access these files. What should you do?

A.       Create the instance with the default Compute Engine service account. Grant the service account permissions on CloudStorage.

B.       Create the instance with the default Compute Engine service account. Add metadata to the objects on Cloud Storage thatmatches the metadata on the new instance.

C.      Create a new service account and assign this service account to the new instance. Grant the service account permissionson Cloud Storage.

D.      Create a new service account and assign this service account to the new instance. Add metadata to the objects on CloudStorage that matches the metadata on the new instance?

Correct Answer: C

Section: (none)

 

QUESTION 184

You need to configure optimal data storage for files stored in Cloud Storage for minimal cost. The files are used in a mission-critical analytics pipeline that is used continually. The users are in Boston, MA (United States). What should you do?

A.       Configure regional storage for the region closest to the users. Configure a Nearline storage class.

B.       Configure regional storage for the region closest to the users. Configure a Standard storage class.

C.      Configure dual-regional storage for the dual region closest to the users. Configure a Nearline storage class.

D.      Configure dual-regional storage for the dual region closest to the users. Configure a Standard storage class.

Correct Answer: B

Section: (none)


QUESTION 185

You are developing a new web application that will be deployed on Google Cloud Platform. As part of your release cycle, you want to test updates to your application on a small portion of real user traffic. The majority of the users should still be directed towards astable version of your application. What should you do? 

A.       Deploy the application on App Engine. For each update, create a new version of the same service. Configure trafficsplitting to send a small percentage of traffic to the new version.

B.       Deploy the application on App Engine. For each update, create a new service. Configure traffic splitting to send a smallpercentage of traffic to the new service.

C.      Deploy the application on Kubernetes Engine. For a new release, update the deployment to use the new version.

D.      Deploy the application on Kubernetes Engine. For a new release, create a new deployment for the new version. Update theservice to use the new deployment.

Correct Answer: A

Section: (none)

 

QUESTION 186

You need to add a group of new users to Cloud Identity. Some of the users already have existing Google accounts. You want tofollow one of Google's recommended practices and avoid conflicting accounts. What should you do?

A.       Invite the user to transfer their existing account.

B.       Invite the user to use an email alias to resolve the conflict.

C.      Tell the user that they must delete their existing account.

D.      Tell the user to remove all personal email from the existing account.

Correct Answer: A

Section: (none)

 

立即加入小豬科技,馬上註冊 搶先體驗高效雲端服務!


QUESTION 187

You need to manage a Cloud Spanner instance for best query performance. Your instance in production runs in a single GoogleCloud region. You need to improve performance in the shortest amount of time. You want to follow Google best practices for serviceconfiguration. What should you do?

A.       Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 45%. If you exceedthis threshold, add nodes to your instance.

B.       Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 45%. Use database query statistics to identify queries that result in high CPU usage, and then rewrite those queries to optimize their resourceusage.

C.      Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 65%. If you exceed this threshold, add nodes to your instance.

D.      Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 65%. Use database query statistics to identify queries that result in high CPU usage, and then rewrite those queries to optimize their resource usage.

Correct Answer: C

Section: (none)

 

QUESTION 188

Your company has an internal application for managing transactional orders. The application is used exclusively by employees in a single physical location. The application requires strong consistency, fast queries, and ACID guarantees for multi-table transactionalupdates. The first version of the application is implemented in PostgreSQL, and you want to deploy it to the cloud with minimal code changes. Which database is most appropriate for this application? 

A.       BigQuery

B.       Cloud SQL

C.      Cloud Spanner

D.      Cloud Datastore

Correct Answer: B

Section: (none)

 

QUESTION 189

You are assigned to maintain a Google Kubernetes Engine (GKE) cluster named 'dev' that was deployed on Google Cloud. You want to manage the GKE configuration using the command line interface (CLI). You have just downloaded and installed the Cloud SDK. You want to ensure that future CLI commands by default address this specific cluster What should you do?

A.       Use the command gcloud config set container/cluster dev.

B.       Use the command gcloud container clusters update dev.

C.      Create a file called gke.default in the ~/.gcloud folder that contains the cluster name.

D.      Create a file called defaults.json in the ~/.gcloud folder that contains the cluster name.

Correct Answer: A

Section: (none)

 

QUESTION 190

The sales team has a project named Sales Data Digest that has the ID acme-data-digest. You need to set up similar Google Cloud resources for the marketing team but their resources must be organized independently of the sales team. What should you do?

A.       Grant the Project Editor role to the Marketing team for acme-data-digest.

B.       Create a Project Lien on acme-data-digest and then grant the Project Editor role to the Marketing team.

C.      Create another project with the ID acme-marketing-data-digest for the Marketing team and deploy the resources there.

D.      Create a new project named Marketing Data Digest and use the ID acme-data-digest. Grant the Project Editor role to theMarketing team.

Correct Answer: C

Section: (none)

 

QUESTION 191

You have deployed multiple Linux instances on Compute Engine. You plan on adding more instances in the coming weeks. You want to be able to access all of these instances through your SSH client over the internet without having to configure specificaccess on the existing and new instances. You do not want the Compute Engine instances to have a public IP. What should youdo? 

A.       Configure Cloud Identity-Aware Proxy for HTTPS resources.

B.       Configure Cloud Identity-Aware Proxy for SSH and TCP resources

C.      Create an SSH keypair and store the public key as a project-wide SSH Key.

D.      Create an SSH keypair and store the private key as a project-wide SSH Key.

Correct Answer: B

Section: (none)

 

QUESTION 192

You have created an application that is packaged into a Docker image. You want to deploy the Docker image as a workload onGoogle Kubernetes Engine. What should you do?

A.       Upload the image to Cloud Storage and create a Kubernetes Service referencing the image.

B.       Upload the image to Cloud Storage and create a Kubernetes Deployment referencing the image.

C.      Upload the image to Container Registry and create a Kubernetes Service referencing the image.

D.      Upload the image to Container Registry and create a Kubernetes Deployment referencing the image.

Correct Answer: D

Section: (none)

 

QUESTION 193

You are using Data Studio to visualize a table from your data warehouse that is built on top of BigQuery. Data is appended to thedata warehouse during the day.

At night, the daily summary is recalculated by overwriting the table. You just noticed that the charts in Data Studio are broken, andyou want to analyze the problem. What should you do?

A.       Review the Error Reporting page in the Cloud Console to find any errors.

B.       Use the BigQuery interface to review the nightly job and look for any errors.

C.      Use Cloud Debugger to find out why the data was not refreshed correctly.

D.      In Cloud Logging, create a filter for your Data Studio report.

Correct Answer: B

Section: (none)

 

QUESTION 194

You have been asked to set up the billing configuration for a new Google Cloud customer. Your customer wants to group resourcesthat share common IAM policies. What should you do? 

A.       Use labels to group resources that share common IAM policies.

B.       Use folders to group resources that share common IAM policies.

C.      Set up a proper billing account structure to group IAM policies.

D.      Set up a proper project naming structure to group IAM policies.

Correct Answer: B

Section: (none)

 

QUESTION 195

You have been asked to create robust Virtual Private Network (VPN) connectivity between a new Virtual Private Cloud (VPC) anda remote site. Key requirements include dynamic routing, a shared address space of 10.19.0.1/22, and no overprovisioning of tunnels during a failover event. You want to follow Google- recommended practices to set up a high availability Cloud VPN. Whatshould you do? 

A.       Use a custom mode VPC network, configure static routes, and use active/passive routing.

B.       Use an automatic mode VPC network, configure static routes, and use active/active routing.

C.      Use a custom mode VPC network, use Cloud Router border gateway protocol (BGP) routes, and use active/passive routing.

D.      Use an automatic mode VPC network, use Cloud Router border gateway protocol (BGP) routes, and configure policy-basedrouting.

Correct Answer: C

Section: (none)


聯絡小豬科技,點擊這裡 讓我們為您的業務提供支持!


QUESTION 196

You are running multiple microservices in a Kubernetes Engine cluster. One microservice is rendering images. The microservice responsible for the image rendering requires a large amount of CPU time compared to the memory it requires. The other microservices are workloads that are optimized for n1- standard machine types. You need to optimize your cluster so that allworkloads are using resources as efficiently as possible. What should you do?

A.       Assign the pods of the image rendering microservice a higher pod priority than the other microservices.

B.       Create a node pool with compute-optimized machine type nodes for the image rendering microservice. Use the node poolwith general-purpose machine type nodes for the other microservices.

C.      Use the node pool with general-purpose machine type nodes for the image rendering microservice. Create a node poolwith compute-optimized machine type nodes for the other microservices.

D.      Configure the required amount of CPU and memory in the resource requests specification of the image rendering microservice deployment. Keep the resource requests for the other microservices at the default.

Correct Answer: B

Section: (none)

 

QUESTION 197

Your organization has three existing Google Cloud projects. You need to bill the Marketing department for only their Google Cloudservices for a new initiative within their group. What should you do?

A.       1. Verify that you are assigned the Billing Administrator IAM role for your organization's Google Cloud Project for theMarketing department. 2. Link the new project to a Marketing Billing Account.

B.       1. Verify that you are assigned the Billing Administrator IAM role for your organization's Google Cloud account. 2. Create a new Google Cloud Project for the Marketing department. 3. Set the default key- value project labels to department:marketingfor all services in this project.

C.      1. Verify that you are assigned the Organization Administrator IAM role for your organization's Google Cloud account. 2. Create a new Google Cloud Project for the Marketing department. 3. Link the new project to a Marketing Billing Account.

D.      1. Verify that you are assigned the Organization Administrator IAM role for your organization's Google Cloud account. 2.Create a new Google Cloud Project for the Marketing department. 3. Set the default key-value project labels todepartment:marketing for all services in this project.

Correct Answer: A

Section: (none)

 

QUESTION 198

You deployed an application on a managed instance group in Compute Engine. The application accepts Transmission Control Protocol (TCP) traffic on port 389 and requires you to preserve the IP address of the client who is making a request. You want toexpose the application to the internet by using a load balancer. What should you do?

A.       Expose the application by using an external TCP Network Load Balancer.

B.       Expose the application by using a TCP Proxy Load Balancer.

C.      Expose the application by using an SSL Proxy Load Balancer.

D.      Expose the application by using an internal TCP Network Load Balancer.

Correct Answer: A

Section: (none)

 

QUESTION 199

You are building a multi-player gaming application that will store game information in a database. As the popularity of theapplication increases, you are concerned about delivering consistent performance. You need to ensure an optimal gaming performance for global users, without increasing the management complexity. What should you do?

A.       Use Cloud SQL database with cross-region replication to store game statistics in the EU, US, and APAC regions.

B.       Use Cloud Spanner to store user data mapped to the game statistics.

C.      Use BigQuery to store game statistics with a Redis on Memorystore instance in the front to provide global consistency.

D.      Store game statistics in a Bigtable database partitioned by username.

Correct Answer: B

Section: (none)

 

QUESTION 200

You are building an application that stores relational data from users. Users across the globe will use this application. Your CTO is concerned about the scaling requirements because the size of the user base is unknown. You need to implement a databasesolution that can scale with your user growth with minimum configuration changes. Which storage solution should you use? 

A.       Cloud SQL

B.       Firestore

C.      Cloud Spanner

D.      Bigtable

Correct Answer: C

Section: (none)

不要錯過小豬科技的專屬優惠,馬上註冊 您的雲端帳號。

分享至
成為作者繼續創作的動力吧!
© 2024 vocus All rights reserved.