Easy Knowledge Flashcards

(17 cards)

1
Q

If you want to enable snapshots IAM role, what do you need?

A

Compute Storage Admin Rights

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

What are some security concerns with keys?

A

They are long living and hard to keep track of

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

How does a web browser decide whether to open or download a file in cloud?

A

Based on it’s content-type metadata

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

If you want to do some easy job that starts once a day, what service should you ask for?

A

Try to get preemptible or spot compute engine VMs

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

If you want to see where your application/resource went, where should you check?

A

The project in gcloud’s active config

So just get their list

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

If you have mission critical instances that you want to make sure doesn’t go down, what should you turn on?

A

Automatic restart = ON
On-host maintenance = Migrate
instance template + (managed) instance group

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

If you want something deleted after a certain time, what should you configure?

A

A lifecycle policy

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

If you want to give a client a minimum amount of time to something, what should you use?

A

Use a signed URL since it can give a period of time to a user for a limited time

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

What’s a good way to develop infrastructure as code that you can easily start up?

A

Cloud Deployment Manager Templates

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

If you want to grant permission from a resource to another project, where do you grant those permissions?

A

You grant access to a resource from the resource itself

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

If you want to split traffic to a new version, should you make a new service for it or a new revision?

A

A new revision because if you made a new service, it messes up traffic for it

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

If you have a video game and need traffic from it, should you create a external or internal load balancer?

A

External since it will be coming from the public

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

What logs record every object that is read?

A

Data access audit logs

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

If a third party needs access to a google account, what should you do?

A

Generate SSH key pairs and add their public key to the VM

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

If you have a ready to go app that was previous in a sandbox test environment and want to push it to live, what should you do?

A

Create a new project using gcloud and deploy the app in it

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

If you want to dynamically provision many VMs from a config file, what service would you use?

A

Deployment Manager

17
Q

If you want high availability with support point in-time recovery, should you enable failover replicas or binary logging option and why?

A

Binary logging option because it saves the timestamp of the crash so you can get gud later