Google Services Flashcards

1
Q

What is the purpose of Google Compute Engine?

A

Creating VM’s, it much like AWS EC2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of Google Cloud SQL?

A

It is a fully-managed MySQL/PostgresSQL database service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of Google Cloud SQL?

A

It is a fully-managed MySQL/PostgresSQL database service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of Google App Engine?

A

It is a PaaS platform for running cloud native, highly available and scalable application, it is a PAAS much like AWS Beanstalk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the purpose of Google Cloud Kubernetes engine?

A

What is the purpose of Google Cloud Kubernetes engine?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Google Cloud Functions?

A

What is Google Cloud Functions?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the main unit in GCP used to group resources?

A

Project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Is a project tied to a region?

A

No, it is independent of the region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If you run an application for 1Hr and 5 min and shut it down, how long are you billed for?

A

1Hr 5min, GCP is a per min billed platform. AWS and Azure are per hour pricing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

To receive discounts on pricing do you have to make an upfront commitment like you do with Azure and AWS using reserved instances?

A

No, you automatically receive a discount based on sustained usage by aggregating the instance usage over the month.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When I store data on GCP do I need to enable encryption for data at rest and in transit?

A

No, all data in GCP is automatically encrypted for both transit and at rest.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the big category areas in GCP?

A

Compute

Compute Engine
Container Engine
Cloud App engine
Cloud Functions

Storage

Cloud storage (Object storage)
Bigtable (Wide column DB)
Cloud SQL (MySQL and Postgres)
Cloud Datastore (Document DB)
Spanner (SQL like DB)

Big data

Pub/Sub (High performance messaging)
Dataflow (ETL)
BigQuery (Data wherehouse, SQL query)
Dataproc
Datalab

Machine Learning
-Vision API
Machine Learning
Speech API
Translate API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

For GCP what is the structure hierarchy?

A

Organizations->Folders->Projects-Resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

For GCP what is the hierarchy parent of a resource?

A

Folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can I attach a Project to two organizations?

A

No, an project can only be attached to a single organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Is the project a core organizational component of GCP?

A

Yes, the project is the core hierarchy component used for,

Permission
Billing
API’s
17
Q

What are the 3 projetc attributes?

A

Frendly name : ‘keith-project-01’
Project ID: also known as an app ID
Project number: Used to identify resources belong to a project

18
Q

Can you have duplicate project name on GCP?

A

No the name has to be unique.

19
Q

Can you rename a GCP projetc?

A

Yes

20
Q

When you shutdown a GCP project, whne will the project be deleted and gone for ever?

A

30day from shutdown.

21
Q

How can i restore a projetc form the console screen?

A

In IAM -> Managed resources -> there is a link resources pending deletion.

22
Q

What are the pricing models on GCP Compute Engine ?

A

On-Demand - In the On-Demand pricing model, users pay only for the instances they run. This is the standard pricing model for all cloud providers and the base price for all discounted models.

Preemptible VM Instances - GCP provide their spare compute capacity, known as preemptible Instances, at a heavily reduced price. However, GCE might terminate (preempt) these instances if it requires access to those resources for other tasks. Preemptible VMs offer the same machine types and options as regular compute instances and last for up to 24 hours. pricing can be up to 80% less than On-Demand pricing.

Spot Virtual Machines
Spot Virtual Machines (VMs) are highly affordable compute instances suitable for batch jobs and fault-tolerant workloads. Spot VMs offer the same machine types, options, and performance as regular compute instances. If your applications are fault tolerant and can withstand possible instance preemptions, then Spot instances can reduce your Compute Engine costs by up to 91%. Unlike Preemptible VMs that can be terminated by GCP for up to 24 hours, Spot VMs do not have this restriction. Spot VMs are currently supported via the Spot API. Learn more in the Google documentation about Spot VMs.

Committed Use Discounts (CUD)
GCE offers a discount of 37-55% in exchange for a long-term commitment. The exact discount depends on the length of commitment (1 or 3 years), the instance type and region.

23
Q
A