Google Professional Architect 9 - 161 to 180

Google Professional Architect 9 - 161 to 180

Professional Development

20 Qs

quiz-placeholder

Similar activities

Google Professional Architect 7 - 121 to 140

Google Professional Architect 7 - 121 to 140

Professional Development

20 Qs

Cloud migration prerequisite

Cloud migration prerequisite

University - Professional Development

15 Qs

AWS SAA - 16

AWS SAA - 16

Professional Development

20 Qs

AWS SAA - 6

AWS SAA - 6

Professional Development

20 Qs

Pemanfaatan Chromebook

Pemanfaatan Chromebook

Professional Development

15 Qs

Domain 1 Tech Apps

Domain 1 Tech Apps

Professional Development

17 Qs

All about Google Workspace

All about Google Workspace

Professional Development

15 Qs

Google Professional Architect 8 - 141 to 160

Google Professional Architect 8 - 141 to 160

Professional Development

20 Qs

Google Professional Architect 9 - 161 to 180

Google Professional Architect 9 - 161 to 180

Assessment

Quiz

Instructional Technology

Professional Development

Easy

Created by

George Wurthmann

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A recent audit revealed that a new network was created in your GCP project. In this network, a GCE instance has an SSH port open to the world. You want to discover this network's origin. What should you do?
Search for Create VM entry in the Stackdriver alerting console
Navigate to the Activity page in the Home section. Set category to Data Access and search for Create VM entry
In the Logging section of the console, specify GCE Network as the logging section. Search for the Create Insert entry
Connect to the GCE instance using project SSH keys. Identify previous logins in system logs, and match these with the project owners list

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You want to make a copy of a production Linux virtual machine in the US-Central region. You want to manage and replace the copy easily if there are changes on the production virtual machine. You will deploy the copy as a new instance in a different project in the US-East region. What steps must you take?
Use the Linux dd and netcat commands to copy and stream the root disk contents to a new virtual machine instance in the US-East region.
Create a snapshot of the root disk and select the snapshot as the root disk when you create a new virtual machine instance in the US-East region.
Create an image file from the root disk with Linux dd command, create a new virtual machine instance in the US-East region
Create a snapshot of the root disk, create an image file in Google Cloud Storage from the snapshot, and create a new virtual machine instance in the US-East region using the image file the root disk.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company runs several databases on a single MySQL instance. They need to take backups of a specific database at regular intervals. The backup activity needs to complete as quickly as possible and cannot be allowed to impact disk performance. How should you configure the storage?
Configure a cron job to use the gcloud tool to take regular backups using persistent disk snapshots.
Mount a Local SSD volume as the backup location. After the backup is complete, use gsutil to move the backup to Google Cloud Storage.

Use gcsfuse to mount a Google Cloud Storage bucket as a volume directly on the instance and write backups to the mounted location using mysqldump.

Mount additional persistent disk volumes onto each virtual machine (VM) instance in a RAID10 array and use LVM to create snapshots to send to Cloud Storage

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

You are helping the QA team to roll out a new load-testing tool to test the scalability of your primary cloud services that run on Google Compute Engine with Cloud Bigtable. Which three requirements should they include? (Choose three.)
Ensure that the load tests validate the performance of Cloud Bigtable
Create a separate Google Cloud project to use for the load-testing environment
Ensure all third-party systems your services use is capable of handling high load
Instrument the production services to record every transaction for replay by the load-testing tool
Instrument the load-testing tool and the target services with detailed logging and metrics collection

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your customer is moving their corporate applications to Google Cloud Platform. The security team wants detailed visibility of all projects in the organization. You provision the Google Cloud Resource Manager and set up yourself as the org admin. What Google Cloud Identity and Access Management (Cloud IAM) roles should you give to the security team?
Org viewer, project owner
Org viewer, project viewer
Org admin, project browser
Project owner, network admin

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Your company places a high value on being responsive and meeting customer needs quickly. Their primary business objectives are release speed and agility. You want to reduce the chance of security errors being accidentally introduced. Which two actions can you take? (Choose two.)
Ensure every code check-in is peer reviewed by a security SME
Use source code security analyzers as part of the CI/CD pipeline
Ensure you have stubs to unit test all interfaces between components
Enable code signing and a trusted binary repository integrated with your CI/CD pipeline
Run a vulnerability security scanner as part of your continuous-integration /continuous-delivery (CI/CD) pipeline

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You want to enable your running Google Kubernetes Engine cluster to scale as demand for your application changes. What should you do?
Add additional nodes to your Kubernetes Engine cluster using the following command: gcloud container clusters resize CLUSTER_Name ג€" -size 10
Add a tag to the instances in the cluster with the following command: gcloud compute instances add-tags INSTANCE - -tags enable- autoscaling max-nodes-10
Update the existing Kubernetes Engine cluster with the following command: gcloud alpha container clusters update mycluster - -enable- autoscaling - -min-nodes=1 - -max-nodes=10
Create a new Kubernetes Engine cluster with the following command: gcloud alpha container clusters create mycluster - -enable- autoscaling - -min-nodes=1 - -max-nodes=10 and redeploy your application

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?