Google Professional Architect 8 - 141 to 160

Google Professional Architect 8 - 141 to 160

Professional Development

20 Qs

quiz-placeholder

Similar activities

Google Professional Architect 4 - 61 to 80

Google Professional Architect 4 - 61 to 80

Professional Development

20 Qs

Google Educator Level 1- Drive Quiz

Google Educator Level 1- Drive Quiz

Professional Development

25 Qs

Google Educator Level 1_Sheets Quiz

Google Educator Level 1_Sheets Quiz

Professional Development

19 Qs

Konde technology quiz - Do you know your educational Apps?

Konde technology quiz - Do you know your educational Apps?

Professional Development

21 Qs

Google Professional Architect 5 - 81 to 100

Google Professional Architect 5 - 81 to 100

Professional Development

20 Qs

Google Professional Architect 10 - 181 to 197

Google Professional Architect 10 - 181 to 197

Professional Development

17 Qs

Google Professional Architect 2 - 21 to 40

Google Professional Architect 2 - 21 to 40

Professional Development

20 Qs

Google Drive Quiz

Google Drive Quiz

Professional Development

15 Qs

Google Professional Architect 8 - 141 to 160

Google Professional Architect 8 - 141 to 160

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 is developing a web-based application. You need to make sure that production deployments are linked to source code commits and are fully auditable. What should you do?
Make sure a developer is tagging the code commit with the date and time of commit.
Make sure a developer is adding a comment to the commit that links to the deployment.
Make the container tag match the source code commit hash.
Make sure the developer is tagging the commits with latest.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An application development team has come to you for advice. They are planning to write and deploy an HTTP(S) API using Go 1.12. The API will have a very unpredictable workload and must remain reliable during peaks in traffic. They want to minimize operational overhead for this application. Which approach should you recommend?
Develop the application with containers, and deploy to Google Kubernetes Engine.
Develop the application for App Engine standard environment.
Use a Managed Instance Group when deploying to Compute Engine.
Develop the application for App Engine flexible environment, using a custom runtime.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company is designing its data lake on Google Cloud and wants to develop different ingestion pipelines to collect unstructured data from different sources. After the data is stored in Google Cloud, it will be processed in several data pipelines to build a recommendation engine for end users on the website. The structure of the data retrieved from the source systems can change at any time. The data must be stored exactly as it was retrieved for reprocessing purposes in case the data structure is incompatible with the current processing pipelines. You need to design an architecture to support the use case after you retrieve the data. What should you do?
Send the data through the processing pipeline, and then store the processed data in a BigQuery table for reprocessing.
Store the data in a BigQuery table. Design the processing pipelines to retrieve the data from the table.
Send the data through the processing pipeline, and then store the processed data in a Cloud Storage bucket for reprocessing.
Store the data in a Cloud Storage bucket. Design the processing pipelines to retrieve the data from the bucket.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are responsible for the Google Cloud environment in your company. Multiple departments need access to their own projects, and the members within each department will have the same project responsibilities. You want to structure your Google Cloud environment for minimal maintenance and maximum overview of IAM permissions as each department's projects start and end. You want to follow Google-recommended practices. What should you do?
Create a Google Group per department and add all department members to their respective groups. Grant each group the required IAM permissions for their respective projects.
Create a folder per department and grant the respective members of the department the required IAM permissions at the folder level. Structure all projects for each department under the respective folders.
Create a Google Group per department and add all department members to their respective groups. Create a folder per department and grant the respective group the required IAM permissions at the folder level. Add the projects under the respective folders.
Grant all department members the required IAM permissions for their respective projects.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has an application running as a Deployment in a Google Kubernetes Engine (GKE) cluster. You have separate clusters for development, staging, and production. You have discovered that the team is able to deploy a Docker image to the production cluster without first testing the deployment in development and then staging. You want to allow the team to have autonomy but want to prevent this from happening. You want a Google Cloud solution that can be implemented quickly with minimal effort. What should you do?
Configure a Kubernetes lifecycle hook to prevent the container from starting if it is not approved for usage in the given environment.
Implement a corporate policy to prevent teams from deploying Docker images to an environment unless the Docker image was tested in an earlier environment.
Configure binary authorization policies for the development, staging, and production clusters. Create attestations as part of the continuous integration pipeline.
Create a Kubernetes admissions controller to prevent the container from starting if it is not approved for usage in the given environment.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company wants to migrate their 10-TB on-premises database export into Cloud Storage. You want to minimize the time it takes to complete this activity, the overall cost, and database load. The bandwidth between the on-premises environment and Google Cloud is 1 Gbps. You want to follow Google-recommended practices. What should you do?
Develop a Dataflow job to read data directly from the database and write it into Cloud Storage.
Use the Data Transfer appliance to perform an offline migration.
Use a commercial partner ETL solution to extract the data from the on-premises database and upload it into Cloud Storage.
Compress the data and upload it with gsutil -m to enable multi-threaded copy.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has an enterprise application running on Compute Engine that requires high availability and high performance. The application has been deployed on two instances in two zones in the same region in active-passive mode. The application writes data to a persistent disk. In the case of a single zone outage, that data should be immediately made available to the other instance in the other zone. You want to maximize performance while minimizing downtime and data loss. What should you do?
1. Attach a persistent SSD disk to the first instance. 2. Create a snapshot every hour. 3. In case of a zone outage, recreate a persistent SSD disk in the second instance where data is coming from the created snapshot.
1. Create a Cloud Storage bucket. 2. Mount the bucket into the first instance with gcs-fuse. 3. In case of a zone outage, mount the Cloud Storage bucket to the second instance with gcs-fuse.
1. Attach a regional SSD persistent disk to the first instance. 2. In case of a zone outage, force-attach the disk to the other instance.
1. Attach a local SSD to the first instance disk. 2. Execute an rsync command every hour where the target is a persistent SSD disk attached to the second instance. 3. In case of a zone outage, use the second instance.

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?