Google Professional Architect 4 - 61 to 80

Google Professional Architect 4 - 61 to 80

Professional Development

20 Qs

quiz-placeholder

Similar activities

ArqAdv_Class7_DevOps

ArqAdv_Class7_DevOps

Professional Development

20 Qs

Professional Cloud Architect Sample Questions

Professional Cloud Architect Sample Questions

Professional Development

19 Qs

Team Quiz 1

Team Quiz 1

Professional Development

15 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

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

SNAF Quiz 3

SNAF Quiz 3

Professional Development

15 Qs

Google Professional Architect 4 - 61 to 80

Google Professional Architect 4 - 61 to 80

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Created by

George Wurthmann

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The development team has provided you with a Kubernetes Deployment file. You have no infrastructure yet and need to deploy the application. What should you do?
Use gcloud to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
Use gcloud to create a Kubernetes cluster. Use kubectl to create the deployment.
Use kubectl to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
Use kubectl to create a Kubernetes cluster. Use kubectl to create the deployment.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to evaluate your team readiness for a new GCP project. You must perform the evaluation and create a skills gap plan which incorporates the business goal of cost optimization. Your team has deployed two GCP projects successfully to date. What should you do?
Allocate budget for team training. Set a deadline for the new GCP project.
Allocate budget for team training. Create a roadmap for your team to achieve Google Cloud certification based on job role.
Allocate budget to hire skilled external consultants. Set a deadline for the new GCP project.
Allocate budget to hire skilled external consultants. Create a roadmap for your team to achieve Google Cloud certification based on job role.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are designing an application for use only during business hours. For the minimum viable product release, you'd like to use a managed product that automatically `scales to zero` so you don't incur costs when there is no activity. Which primary compute resource should you choose?
Cloud Functions
Compute Engine
Google Kubernetes Engine
AppEngine flexible environment

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are creating an App Engine application that uses Cloud Datastore as its persistence layer. You need to retrieve several root entities for which you have the identifiers. You want to minimize the overhead in operations performed by Cloud Datastore. What should you do?
Create the Key object for each Entity and run a batch get operation
Create the Key object for each Entity and run multiple get operations, one operation for each entity
Use the identifiers to create a query filter and run a batch query operation
Use the identifiers to create a query filter and run multiple query operations, one operation for each entity

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to upload files from your on-premises environment to Cloud Storage. You want the files to be encrypted on Cloud Storage using customer-supplied encryption keys. What should you do?
Supply the encryption key in a .boto configuration file. Use gsutil to upload the files.
Supply the encryption key using gcloud config. Use gsutil to upload the files to that bucket.
Use gsutil to upload the files, and use the flag --encryption-key to supply the encryption key.
Use gsutil to create a bucket, and use the flag --encryption-key to supply the encryption key. Use gsutil to upload the files to that bucket.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your customer wants to capture multiple GBs of aggregate real-time key performance indicators (KPIs) from their game servers running on Google Cloud Platform and monitor the KPIs with low latency. How should they capture the KPIs?
Store time-series data from the game servers in Google Bigtable, and view it using Google Data Studio.
Output custom metrics to Stackdriver from the game servers, and create a Dashboard in Stackdriver Monitoring Console to view them.
Schedule BigQuery load jobs to ingest analytics files uploaded to Cloud Storage every ten minutes, and visualize the results in Google Data Studio.
Insert the KPIs into Cloud Datastore entities, and run ad hoc analysis and visualizations of them in Cloud Datalab.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also want to reliably deploy new versions of the application. Which set of steps should you take?
Perform the following: 1. Create a managed instance group with f1-micro type machines. 2. Use a startup script to clone the repository, check out the production branch, install the dependencies, and start the Python app. 3. Restart the instances to automatically deploy new production releases.
Perform the following: 1. Create a managed instance group with n1-standard-1 type machines. 2. Build a Compute Engine image from the production branch that contains all of the dependencies and automatically starts the Python app. 3. Rebuild the Compute Engine image, and update the instance template to deploy new production releases.
Perform the following: 1. Create a Google Kubernetes Engine (GKE) cluster with n1-standard-1 type machines. 2. Build a Docker image from the production branch with all of the dependencies, and tag it with the version number. 3. Create a Kubernetes Deployment with the imagePullPolicy set to 'IfNotPresent' in the staging namespace, and then promote it to the production namespace after testing.
Perform the following: 1. Create a GKE cluster with n1-standard-4 type machines. 2. Build a Docker image from the master branch with all of the dependencies, and tag it with 'latest'. 3. Create a Kubernetes Deployment in the default namespace with the imagePullPolicy set to 'Always'. Restart the pods to automatically deploy new production releases.

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?