Introduction to GCP Flashcards

1
Q

Cloud computing has 5 fundamental attributes, name them?

A
On demand self service
Broad network access
Shared resource pool
Elastic
Measured Service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How fast are RTT times within a region in GCP?

A

within a millisecond

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

Compute engine reside in specific zone true or false?

A

True

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

Which resources can GKE use to enable global redundancy?

A

HTTPS load balancer

VPC

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

Can folders be nested in GCP projects?

A

Yes, and within a folder teams can be assigned to projects for example

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

What level is billing setup at in GCP?

A

Project Level

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

What are the four ways to interact with GCP?

A

Console
SDK and shell
Mobile app
Rest based apis

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

How long can bucket names be if they contain dots?

A

Bucket names must contain 3-63 characters. Names containing dots can contain up to 222 characters, but each dot-separated component can be no longer than 63 characters.

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

what is the cmd to make a bucket in shell?

A

gsutil mb gs://mybucketname

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

Command for listing instances in gcloud?

A

gcloud compute instances list

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

what is the cmd to make objects viewable by the public?

A

gsutil iam ch allUsers:objectViewer gs://$MY_BUCKET_NAME_1

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

kubernetes consists of a master and nodes, what is in the nodes?

A

Pods and pods can contain one or more containers

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