wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GCP-Quiz-1

Total questions: 25

Worksheet time: 17mins

Name
Class
Date
1.

Your organization runs a distributed application in the Compute Engine virtual machines. Your organization needs redundancy, but it also needs extremely fast communication (less than 10 milliseconds) between the parts of the application in different virtual machines. Where should your organization locate this virtual machines?

a)

A. In a single zone within a single region

b)

B. In different zones within a single region

c)

C. In multiple regions, using one zone per region

d)

D. In multiple regions, using multiple zones per region

2.

An organization decides to migrate their on-premises environment to the cloud. They need to determine which resource components still need to be assigned ownership.

Which functions does a public cloud provider own?

a)

A. Hardware maintenance and Hardware capacity management

b)

B. Infrastructure architecture

c)

C. Infrastructure deployment automation

d)

D. Fixing application security issues

3.

Your manager wants to restrict communication of all virtual machines with internet access; with resources in another network; or with a resource outside Compute

Engine. It is expected that different teams will create new folders and projects in the near future.

How would you restrict all virtual machines from having an external IP address?

a)

Define an organization policy at the root organization node to restrict virtual machine instances from having an external IP address

b)

Define an organization policy on all existing folders to define a constraint to restrict virtual machine instances from having an external IP address

c)

Define an organization policy on all existing projects to restrict virtual machine instances from having an external IP address

d)

Communicate with the different teams and agree that each time a virtual machine is created, it must be configured without an external IP address

4.

Your company's development team is building an application that will be deployed on Cloud Run. You are designing a CI/CD pipeline so that any new version of the application can be deployed in the fewest number of steps possible using the CI/CD pipeline you are designing. You need to select a storage location for the images of the application after the CI part of your pipeline has built them.

What should you do?

a)

Create a Compute Engine image containing the application

b)

Store the images in Container Registry

c)

Store the images in Cloud Storage

d)

Create a Compute Engine disk containing the application

5.

Your organization is developing an application that will capture a large amount of data from millions of different sensor devices spread all around the world. Your organization needs a database that is suitable for worldwide, high-speed data storage of a large amount of unstructured data.

Which Google Cloud product should your organization choose?

a)

Firestore

b)

Cloud Data Fusion

c)

Cloud SQL

d)

Cloud Bigtable

6.

Your organization wants to run a container-based application on Google Cloud. This application is expected to increase in complexity. You have a security need for fine-grained control of traffic between the containers. You also have an operational need to exercise fine-grained control over the application's scaling policies.

What Google Cloud product or feature should your organization use?

a)

Google Kubernetes Engine cluster

b)

App Engine

c)

Cloud Run

d)

Compute Engine virtual machines

7.

Your organization needs to ensure that the Google Cloud resources of each of your departments are segregated from one another. Each department has several environments of its own: development, testing, and production. Which strategy should your organization choose?

a)

Create a project per department, and create a folder per environment in each project

b)

Create a folder per department, and create a project per environment in each folder

c)

Create a Cloud Identity domain per department, and create a project per environment in each domain

d)

Create a Cloud Identity domain per environment, and create a project per department in each domain

8.

Which Google Cloud product can report on and maintain compliance on your entire Google Cloud organization to cover multiple projects?

a)

Cloud Logging

b)

Identity and Access Management

c)

Google Cloud Armor

d)

Security Command Center

9.

Your customer is moving their legacy enterprise processes into Google Cloud. Which of these will be affected the most?

a)

CapEx will decrease; OpEx will increase; capacity planning will increase; utilization measurement will decrease

b)

CapEx will increase; OpEx will decrease; capacity planning will decrease; utilization measurement will increase

c)

CapEx will decrease; OpEx will increase; capacity planning will decrease; utilization measurement will increase

d)

CapEx will increase; OpEx will decrease; capacity planning will increase; utilization measurement will decrease

10.

The Compute Engine belongs to which type of service offering?

a)

PaaS

b)

IaaS

c)

SaaS

d)

DaaS

11.

Your customer in the vehicle maintenance industry is planning to create a system that will help reduce the customer's wait time for parts. They have a large amount of data about previous vehicle maintenance and parts that were ordered. The data is quite varied covering 1000s of parts.

Which modifications to the company's processes should you recommend?

a)

Create a rule based system based on previous data

b)

Create a visualization in Looker based on previous data

c)

Create a machine learning model based on previous data

d)

Create a visualization in Google Sheets based on previous data

12.

The Internal IP address of the VM instance is Ephemeral by default, so it will get changed everytime whenever the VM restarts. Is this statement correct?

a)

True

b)

False

13.

Your company wants to deploy several microservices to help their system handle elastic loads. Each microservice uses a different version of software libraries. You want to enable their developers to keep their development environment in sync with the various production services.

Which technology should you choose?

a)

Bare Metal Machines

b)

Containers

c)

Individual Laptops

d)

Virtual Machines

14.

Your company has reserved a monthly budget for your project. You want to be informed automatically of your project spend so that you can take action when you approach the limit. What should you do?

a)

Link a credit card with a monthly limit equal to your budget

b)

In App Engine settings, set a daily budget at the rate of 1/30 of your monthly budget

c)

In GCP console, configure billing export to BigQuery. Create a saved view that queries your total spend

d)

Create a budget alert for 50%, 90% and 100% of your total monthly budget

15.

In Kubernetes, a group of one or more containers is called?

a)

Cluster

b)

Node

c)

Pod

d)

NodePool

16.

Can we publish plain json message into pub/sub?

a)

Yes

b)

No

17.

What is the recommended option if we want to expose a Kubernetes service to the external users?

a)

LoadBalancer

b)

Ingress

c)

NodePort

d)

ClusterIP

18.

What is the best option to create a new VM instance with Compute Engine?

a)

Instance Template with Custom Image

b)

Custom Image

c)

Instance Template

d)

Automation Script

19.

You want to set up a real-time analytics platform for a new game. Which combination of Google technologies will be suitable?

a)

Cloud Dataflow, Cloud Pub/Sub and BigQuery

b)

Cloud SQL, Cloud Storage, Cloud Pub/Sub

c)

Cloud Dataproc, Cloud Pub/Sub, Cloud SQL

d)

Cloud Pub/Sub, Compute Engine, Cloud Storage

20.

Your organization needs to build streaming data pipelines. You don't want to manage the individual servers that do the data processing in the pipelines. Instead, you want a managed service that will automatically scale with the amount of data to be processed.

Which Google Cloud product or feature should your organization choose?

a)

Pub/Sub

b)

Dataflow

c)

Data Catalog

d)

Dataprep by Trifacta

21.

Your organization needs to establish private network connectivity between its on-premises network and its workloads running in Google Cloud. You need to be able to set up the connection as soon as possible.

Which Google Cloud product or feature should you use?

a)

Cloud Interconnect

b)

Direct Peering

c)

Cloud VPN

d)

Cloud CDN

22.

Which Google Cloud product is designed to reduce the risks of handling personally identifiable information (PII)?

a)

Cloud Storage

b)

Google Cloud Armor

c)

Secret Manager

d)

Cloud Data Loss Prevention

23.

App Engine deployment configurations will be available in?

a)

package.json

b)

pom.xml

c)

app.yaml

d)

requirements.tx

24.

Your organization recently migrated its compute workloads to Google Cloud. You want these workloads in Google Cloud to privately and securely access your large volume of on-premises data, and you also want to minimize latency.

What should your organization do?

a)

Use Storage Transfer Service to securely make your data available to Google Cloud

b)

Create a VPC between your on-premises data center and your Google resources

c)

Peer your on-premises data center to Google's Edge Network Most Voted

d)

Use Transfer Appliance to securely make your data available to Google Cloud

25.

You are designing a large distributed application with 30 microservices. Each of your distributed microservices needs to connect to a database back-end. You want to store the credentials securely.

Where should you store the credentials?

a)

In the source code

b)

In an environment variable

c)

In a secret management system

d)

In a config file that has restricted access through ACLs