GCP CNE Cloud Network Engineer Flashcards

1
Q

IAM - Permissions are granted to what?

A

Roles

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

IAM - Roles are granted to what?

A

Principals

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

IAM - Principals are what?

A

Can be a Google account, a service account, a group, etc. Usually identified by an email address.

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

IAM - what is a collection of role bindings that bind one or more principals to roles?

A

Allow Policy

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

IAM - a service account is meant for what?

A

To run code as that account

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

IAM - permissions are stated in what.three.words?

A

service.resource.verb

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

IAM - what are the three types of roles?

A

Basic, Predefined and Custom

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

IAM - What are the Basic roles?

A

Don’t use them. i.e. Owner, Editor, Viewer

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

Billing - a project is linked to how many Cloud Billing accounts?

A

One

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

Billing - a Cloud Billing account is linked to how many projects

A

one or more

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

Billing - what four time ranges do budgets have?

A

Monthly, Quarterly, Yearly or Custom

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

What four ways can you interact with Google Cloud?

A

Console, SDK, Shell and APIs

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

Which interaction method installs on your laptop, server or container?

A

SDK

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

In order, least to greatest, what are the different “areas” in GCP?

A

zone, region, multi-region

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

From top to bottom, how are things organized in GCP?

A

Org Node > Folders > Projects > Resources

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

Which layer in GCP is optional, but can be multi-tiered?

17
Q

What are the three identifiers of a project, and which one can change?

A

ID and Number are unique and cannot be changed. Name can be changed, and does not have to be unique.

18
Q

Who manages IAM policies?

A

The Admin for each resource (i.e. project, folder, organization) or the Security Admin

19
Q

What is the Cloud Launcher?

A

Provides many prepackaged, ready to deploy solutions, which may or may not have a cost associated.

20
Q

What is the command to manage compute engine?

21
Q

What does VPC stand for?

A

Virtual Private Cloud (Network)

22
Q

What are persistent and nonpersistent disks?

A

Persistent keep their data on reboot.

23
Q

What are preemptible VMs?

A

Lower priced nodes which may be stopped due to system events.

24
Q

By default, a VPC belongs to a single _____ ?

25
VPC Peering is used to...
... allow full IP connectivity between two VPCs.
26
VPC Sharing is used to...
... communicate between VPCs with IAM control.
27
What are the five load balancer types?
Global HTTP(S), Global SSL, Global TCP, Regional (all other UDP / TCP) and Internal Regional (within a VPC)
28
What is the IP for Google's global DNS?
8.8.8.8
29
What is Cloud CDN?
Cloud Content Delivery Network - cache content
30
What are the four interconnect options?
1 VPN, 2 Direct Peering (you put a router at Google, no SLA), 3 Carrier Peering or Carrier Interconnect (service provider) and 4 Dedicated Interconnect (10G, cadillac)
31
Cloud storage is immutable, which means...
You do not edit in place, but create new versions.
32
What are the two most expensive storage classes?
Multi-regional (geo-redundancy) and regional (less expensive, less redundancy)
33
What are the two storage classes for backup?
Nearline (access once a month or less, use for backup) and Coldline (access once a year or less, use for DR)
34
What are the three main ways to transfer data to gcp?
Online transfer (manual CLI or drag and drop), Storage Transfer Service (scheduled batch) and Transfer appliance
35
What is the command for managing cloud storage?
gsutil
36
What is Google's NoSQL big data database service?
Bigtable
37
What is Bigtable?
Google's NoSQL big data database service, ideal for data with a single lookup key.
38
Bigtable is an alternative to what Apache tool?
Hbase, which is part of Hadoop
39
What is Cloud SQL?
A fully managed MySQL or PostgreSQL option