Google Professional Architect 5 - 81 to 100

Google Professional Architect 5 - 81 to 100

Professional Development

20 Qs

quiz-placeholder

Similar activities

Google Professional Architect 6 - 101 to 120

Google Professional Architect 6 - 101 to 120

Professional Development

20 Qs

AWS SAA - 28

AWS SAA - 28

Professional Development

20 Qs

AWS SAA - 3

AWS SAA - 3

Professional Development

20 Qs

AWS Quiz Show 2023 (Week 1)

AWS Quiz Show 2023 (Week 1)

Professional Development

20 Qs

ArqAdv_Class7_DevOps

ArqAdv_Class7_DevOps

Professional Development

20 Qs

Innovative Teaching Strategies

Innovative Teaching Strategies

Professional Development

15 Qs

Google Professional Architect 7 - 121 to 140

Google Professional Architect 7 - 121 to 140

Professional Development

20 Qs

Google Professional Architect 5 - 81 to 100

Google Professional Architect 5 - 81 to 100

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Created by

George Wurthmann

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company operates nationally and plans to use GCP for multiple batch workloads, including some that are not time-critical. You also need to use GCP services that are HIPAA-certified and manage service costs. How should you design to meet Google best practices?
Provision preemptible VMs to reduce cost. Discontinue use of all GCP services and APIs that are not HIPAA-compliant.
Provision preemptible VMs to reduce cost. Disable and then discontinue use of all GCP services and APIs that are not HIPAA-compliant.
Provision standard VMs in the same region to reduce cost. Discontinue use of all GCP services and APIs that are not HIPAA-compliant.
Provision standard VMs to the same region to reduce cost. Disable and then discontinue use of all GCP services and APIs that are not HIPAA-compliant.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your customer wants to do resilience testing of their authentication layer. This consists of a regional managed instance group serving a public REST API that reads from and writes to a Cloud SQL instance. What should you do?
Engage with a security company to run web scrapers that look your for users' authentication data om malicious websites and notify you if any is found.
Deploy intrusion detection software to your virtual machines to detect and log unauthorized access.
Schedule a disaster simulation exercise during which you can shut off all VMs in a zone to see how your application behaves.
Configure a read replica for your Cloud SQL instance in a different zone than the master, and then manually trigger a failover while monitoring KPIs for our REST API.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your BigQuery project has several users. For audit purposes, you need to see how many queries each user ran in the last month. What should you do?
Connect Google Data Studio to BigQuery. Create a dimension for the users and a metric for the amount of queries per user.
In the BigQuery interface, execute a query on the JOBS table to get the required information.
Use 'bq show' to list all jobs. Per job, use 'bq ls' to list job information and get the required information.
Use Cloud Audit Logging to view Cloud Audit Logs, and create a filter on the query operation to get the required information.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You want to automate the creation of a managed instance group. The VMs have many OS package dependencies. You want to minimize the startup time for new VMs in the instance group. What should you do?
Use Terraform to create the managed instance group and a startup script to install the OS package dependencies.
Create a custom VM image with all OS package dependencies. Use Deployment Manager to create the managed instance group with the VM image.
Use Puppet to create the managed instance group and install the OS package dependencies.
Use Deployment Manager to create the managed instance group and Ansible to install the OS package dependencies.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company captures all web traffic data in Google Analytics 360 and stores it in BigQuery. Each country has its own dataset. Each dataset has multiple tables. You want analysts from each country to be able to see and query only the data for their respective countries. How should you configure the access rights?
Create a group per country. Add analysts to their respective country-groups. Create a single group 'all_analysts', and add all country-groups as members. Grant the 'all_analysts' group the IAM role of BigQuery jobUser. Share the appropriate dataset with view access with each respective analyst country-group.
Create a group per country. Add analysts to their respective country-groups. Create a single group 'all_analysts', and add all country-groups as members. Grant the 'all_analysts' group the IAM role of BigQuery jobUser. Share the appropriate tables with view access with each respective analyst country-group.
Create a group per country. Add analysts to their respective country-groups. Create a single group 'all_analysts', and add all country-groups as members. Grant the 'all_analysts' group the IAM role of BigQuery dataViewer. Share the appropriate dataset with view access with each respective analyst country- group.
Create a group per country. Add analysts to their respective country-groups. Create a single group 'all_analysts', and add all country-groups as members. Grant the 'all_analysts' group the IAM role of BigQuery dataViewer. Share the appropriate table with view access with each respective analyst country-group.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have been engaged by your client to lead the migration of their application infrastructure to GCP. One of their current problems is that the on-premises high performance SAN is requiring frequent and expensive upgrades to keep up with the variety of workloads that are identified as follows: 20 TB of log archives retained for legal reasons; 500 GB of VM boot/data volumes and templates; 500 GB of image thumbnails; 200 GB of customer session state data that allows customers to restart sessions even if off-line for several days. Which of the following best reflects your recommendations for a cost-effective storage allocation?
Local SSD for customer session state data. Lifecycle-managed Cloud Storage for log archives, thumbnails, and VM boot/data volumes.
Memcache backed by Cloud Datastore for the customer session state data. Lifecycle-managed Cloud Storage for log archives, thumbnails, and VM boot/data volumes.
Memcache backed by Cloud SQL for customer session state data. Assorted local SSD-backed instances for VM boot/data volumes. Cloud Storage for log archives and thumbnails.
Memcache backed by Persistent Disk SSD storage for customer session state data. Assorted local SSD-backed instances for VM boot/data volumes. Cloud Storage for log archives and thumbnails.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your web application uses Google Kubernetes Engine to manage several workloads. One workload requires a consistent set of hostnames even after pod scaling and relaunches. Which feature of Kubernetes should you use to accomplish this?
StatefulSets
Role-based access control
Container environment variables
Persistent Volumes

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?