Google Professional Architect 6 - 101 to 120

Google Professional Architect 6 - 101 to 120

Professional Development

20 Qs

quiz-placeholder

Similar activities

ArqAdv_Class7_DevOps

ArqAdv_Class7_DevOps

Professional Development

20 Qs

BCS System & Architecture Quiz 7

BCS System & Architecture Quiz 7

University - Professional Development

20 Qs

Technology Quiz

Technology Quiz

Professional Development

18 Qs

BCS Systems & Architecture Quiz 4

BCS Systems & Architecture Quiz 4

University - Professional Development

24 Qs

Google Professional Architect 7 - 121 to 140

Google Professional Architect 7 - 121 to 140

Professional Development

20 Qs

Team Quiz 1

Team Quiz 1

Professional Development

15 Qs

AWS SAA - 28

AWS SAA - 28

Professional Development

20 Qs

AWS Quiz Show 2023 (Week 1)

AWS Quiz Show 2023 (Week 1)

Professional Development

20 Qs

Google Professional Architect 6 - 101 to 120

Google Professional Architect 6 - 101 to 120

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Created by

George Wurthmann

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are developing a globally scaled frontend for a legacy streaming backend data API. This API expects events in strict chronological order with no repeat data for proper processing. Which products should you deploy to ensure guaranteed-once FIFO (first-in, first-out) delivery of data?
Cloud Pub/Sub alone
Cloud Pub/Sub to Cloud Dataflow
Cloud Pub/Sub to Stackdriver
Cloud Pub/Sub to Cloud SQL

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company is building a new architecture to support its data-centric business focus. You are responsible for setting up the network. Your company's mobile and web-facing applications will be deployed on-premises, and all data analysis will be conducted in GCP. The plan is to process and load 7 years of archived .csv files totaling 900 TB of data and then continue loading 10 TB of data daily. You currently have an existing 100-MB internet connection. What actions will meet your company's needs?
Compress and upload both archived files and files uploaded daily using the gsutil -m option.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish a connection with Google using a Dedicated Interconnect or Direct Peering connection and use it to upload files daily.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish one Cloud VPN Tunnel to VPC networks over the public internet, and compress and upload files daily using the gsutil -m option.
Lease a Transfer Appliance, upload archived files to it, and send it to Google to transfer archived data to Cloud Storage. Establish a Cloud VPN Tunnel to VPC networks over the public internet, and compress and upload files daily.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company is planning to perform a lift and shift migration of their Linux RHEL 6.5+ virtual machines. The virtual machines are running in an on-premises VMware environment. You want to migrate them to Compute Engine following Google-recommended practices. What should you do?
1. Define a migration plan based on the list of the applications and their dependencies. 2. Migrate all virtual machines into Compute Engine individually with Migrate for Compute Engine.
1. Perform an assessment of virtual machines running in the current VMware environment. 2. Create images of all disks. Import disks on Compute Engine. 3. Create standard virtual machines where the boot disks are the ones you have imported.
1. Perform an assessment of virtual machines running in the current VMware environment. 2. Define a migration plan, prepare a Migrate for Compute Engine migration RunBook, and execute the migration.
1. Perform an assessment of virtual machines running in the current VMware environment. 2. Install a third-party agent on all selected virtual machines. 3. Migrate all virtual machines into Compute Engine.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to deploy an application to Google Cloud. The application receives traffic via TCP and reads and writes data to the filesystem. The application does not support horizontal scaling. The application process requires full control over the data on the file system because concurrent access causes corruption. The business is willing to accept a downtime when an incident occurs, but the application must be available 24/7 to support their business operations. You need to design the architecture of this application on Google Cloud. What should you do?
Use a managed instance group with instances in multiple zones, use Cloud Filestore, and use an HTTP load balancer in front of the instances.
Use a managed instance group with instances in multiple zones, use Cloud Filestore, and use a network load balancer in front of the instances.
Use an unmanaged instance group with an active and standby instance in different zones, use a regional persistent disk, and use an HTTP load balancer in front of the instances.
Use an unmanaged instance group with an active and standby instance in different zones, use a regional persistent disk, and use a network load balancer in front of the instances.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has an application running on multiple Compute Engine instances. You need to ensure that the application can communicate with an on-premises service that requires high throughput via internal IPs, while minimizing latency. What should you do?
Use OpenVPN to configure a VPN tunnel between the on-premises environment and Google Cloud.
Configure a direct peering connection between the on-premises environment and Google Cloud.
Use Cloud VPN to configure a VPN tunnel between the on-premises environment and Google Cloud.
Configure a Cloud Dedicated Interconnect connection between the on-premises environment and Google Cloud.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are managing an application deployed on Cloud Run for Anthos, and you need to define a strategy for deploying new versions of the application. You want to evaluate the new code with a subset of production traffic to decide whether to proceed with the rollout. What should you do?
In the Google Cloud Console, configure Traffic Director with a new Service that points to the new version of the application on Cloud Run. Configure Traffic Director to send a small percentage of traffic to the new version of the application.
In the Google Cloud Console page for Cloud Run, set up continuous deployment using Cloud Build for the development branch. As part of the Cloud Build trigger, configure the substitution variable TRAFFIC_PERCENTAGE with the percentage of traffic you want directed to a new version.
Deploy a new service to Cloud Run with the new version. Add a Cloud Load Balancing instance in front of both services.
Deploy a new revision to Cloud Run with the new version. Configure traffic percentage between revisions.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are monitoring Google Kubernetes Engine (GKE) clusters in a Cloud Monitoring workspace. As a Site Reliability Engineer (SRE), you need to triage incidents quickly. What should you do?
Navigate the predefined dashboards in the Cloud Monitoring workspace, and then add metrics and create alert policies.
Navigate the predefined dashboards in the Cloud Monitoring workspace, create custom metrics, and install alerting software on a Compute Engine instance.
Write a shell script that gathers metrics from GKE nodes, publish these metrics to a Pub/Sub topic, export the data to BigQuery, and make a Data Studio dashboard.
Create a custom dashboard in the Cloud Monitoring workspace for each incident, and then add metrics and create alert policies.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?