Core infrastructure Flashcards

1
Q

What are the evaluation of cloud computing

A

Physical server > virtual server > Container based architecture

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

What are the core IaaS services?

A

Raw compute, Storage & Network

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

What is PaaS

A

Bind code to library which access infrastructure that applications needs. eg : App Engine

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

What is Cloud Run service

A

It’s a serverless service where we can deploy containerized micro services in a fully managed environment

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

What is cloud run function

A

It’s a pay as you go service where we can manage and execute event driven code

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

What is SaaS?

A

It’s a software which runs as a service over the cloud and are consumed directly over the internet by end user. Eg: Gmail, Google Drive

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

What are cloud regions?

A

Regions are geo location where multiple zones are grouped together

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

How many regions are available in GCP

A

40 as of 2024

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

What are zones?

A

Zones contain data center where we host cloud services like VM

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

How many zones are there in GCP

A

121 as of 2024

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

Why we host multiple VM in different zones

A

It’s a resource redundancy mechanism to improve availability of a service during zone failures

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

Which certification does GCP data center achieve?

A

ISO 14001 certification for achieving net carbon neutral

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

GCP Provide per second or per minute billing?

A

Per second billing

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

What is Google Front End?

A

It protect internet layer and provide DDOS Protection

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

What options we have in GCP for cost control?

A

Budget
Alert
Reports
Quotas

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

Which quota reset after specific time

A

Rate quota

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

Which quota governs number of resources?

A

Allocation quota

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

What are the 4 different ways to interact with GCP?

A

GCP Cloud Console
Cloud SDK & Cloud Shell
API
GCP Cloud App

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

What is bq ?

A

A command line tool for BigQuery

20
Q

Which CLI provides access to GCP

A

GCP cloud CLI

21
Q

Which web based interface to access GCP

A

GCP Cloud Console

22
Q

Which option allows you to explore API in GCP

A

GCP API explorer

23
Q

What is Quicklabs

A

It provides Sandbox environments to practice GCP

24
Q

List GCP Resources hierarchy

A

Organization Node >
Folder >
Project >
Resources

25
Which project properties are globally unique and can be modified only during creation ?
Project ID
26
Which project properties are not under user control
Project Number
27
What is the top most level in GCP hierarchy
Organization Node
28
Can we have multiple folders under organization node?
Yes
29
Which option in gcp allows you to manage projects?
Resource Manager tool
30
Can we bill gcp resources based on projects?
Yes
31
Which option in GCP allows to to manage user and access control
IAM
32
What is IAM role
It’s a collection of permissions
33
What are the different type of roles available in gcp?
Basic iam role Predefined iam role Customer iam role
34
Can we assign custom role at all level?
No we can sign custom role only at project or organization level
35
Where we cannot assign customer role?
Folder and resource level
36
How can we assign access to individual resources to access GCP
Assign Service Account to VM and add roles to service account
37
What is the format of service account name?
E mail
38
Do we have a password for service account?
No GCP use cryptographic keys
39
Which GCP allows you to manage users, group & policies?
Cloud Identity
40
Services and API are enables on what basis?
Project
41
List IAM Role types broadest to fine grained?
Basic role Predefined Role Customer Role
42
Which project properties are unique , permanent and changeable but can be modified during creation
Project ID
43
What is VPC
it’s a virtual private cloud allows you to provision private network in GCP
44
VPC is regional or zonal?
It’s a Global and can have subnet in any regions
45
Can we configure resources on different zones on same sub-net
Yes
46
How can we increase size of subnet?
Increase range of IP address
47