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

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

Which CLI provides access to GCP

A

GCP cloud CLI

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

Which web based interface to access GCP

A

GCP Cloud Console

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

Which option allows you to explore API in GCP

A

GCP API explorer

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

What is Quicklabs

A

It provides Sandbox environments to practice GCP

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

List GCP Resources hierarchy

A

Organization Node >
Folder >
Project >
Resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
Virtual Private Cloud allows you to create a secure and private network in GCP
44
Can we host a website, run code and store data in a VPC ?
Yes
45
Can we have resources on different zone and also in same subnet?
Yes
46
How can we increase the size of subnet?
Expand the range of IP address to increase the size of subnet
47
What is compute engine in GCP?
Allows you to provision and run virtual machine in GCP
48
What are the multiple ways we can configure VM in GCP?
GCP Cloud console GCP CLI Compute engine API
49
Can we configure VM as per our requirements?
Yes
50
What is Cloud Marketplace
Marketplace allows third party vendors to sell their products and services offered in GCP
51
Can we find VM images in Marketplace?
Yes
52
What is the min time requirement to provision VM
1 min
53
How sustained use discounts are applied?
VM which runs more than 25% of the month
54
What is the price discount for committed use discount in GCP
Upto 57% discount of normal price
55
What is Preemptible and Spot VM
90% price discounts where VM can be terminated at anytime
56
B/W Spot VM and preemptible VM which one has more features?
Spot VM
57
B/W Spot VM and preemptible VM which one has Runtime max 24 Hrs
Preemptive VM
58
B/W Spot VM and preemptible VM which one has no max run time
Spot VM
59
B/W Spot VM and preemptible VM is there any price difference?
No
60
61
VPC is regional or zonal?
It’s a Global and can have subnet in any regions
62
Can we configure resources on different zones on same sub-net
Yes
63
How can we increase size of subnet?
Increase range of IP address
64
which option allows you to add & remove no of VM based on load matrics?
Auto Scaling
65
Can we create a VM without VPC?
No
66
67
can we increase the size of VM like memory, processing and storage?
yes
68
what is routing tables?
They fwd traffic from one instance to another instance with in same network, subnet & other zones with of external IP address.
69
what is a firewall?
it provide restricted access to VM instance.
70
can firewall control both incoming & outgoing traffic of an VM?
yes
71
which GCP service allows you to connect another VPC to exchange traffic
VPC Peering
72
which GCP service allows you to utilize IAM to control who can access VPC
Shared VPC
73
which GCP service distribute user traffic across multiple instance?
Cloud Load Balancer
74
does GCP Load balancer support multi region failover?
yes
75
do we need to pre warm the VM in case of any resource spikes?
No
76
Which service provide object storage in GCP
Cloud storage
77
78
79
what are the multiple ways you can connect to GCP VPC
Cloud VPN Direct Peering Carrier Peering Dedicated Interconnect Partner Interconnect Cross Cloud Interconnect
80
Object storage contains what?
Binary form of actual data Meta data Unique identifier
81
Which type of files are more suitable for cloud storage in GCP
Movie Pictures Music
82
What are the primary use case for cloud storage?
Store website content Archive data Direct file download
83
Which storage is used for storing BLOB objects?
Cloud storage
84
In which form blob objects are storage in cloud storage?
Buckets
85
What is immutable objects?
Objects are not edited instead new version is created
86
Cloud storage data is mutable or immutable?
Immutable
87
What will happed of you enable versioning in cloud storage?
All data modifications are stored historically
88
How to control PII data in cloud storage?
Using IAM we can control user access
89
Which option can we use to delete objects after certain time?
Life cycle policy
90
How many storage type available in cloud storage?
4
91
What is the standard storage?
Frequently accessed / hot data
92
What is near line storage?
Best to store infrequently accessed data
93
What is cold line storage?
Low cost option to store infrequent data where data is accessed every 90 days
94
What is Archive Storage?
It’s the lowest cost option where data is accessed once an year
95
96
What is the min time required to store data in archive storage?
1 yr
97
Does cloud storage support unlimited storage?
Yes
98
Can I access objects from cloud storage world wide?
Yes
99
Do we have any data loss?
No
100
What is auto class in cloud storage
GCP will automatic move files to different storage class based on the access pattern to save cost
101
What is storage transfer service?
It allow users to batch transfer peta byte data to cloud storage
102
What is transfer appliance ?
Storage server to transfer peta byte and ship to gcp data center
103
What is Cloud SQL?
It’s RDBMS which support MYSQL, SQL SERVER, postgresql
104
Do we need to manage backup for Cloud SQL ?
No it’s a fully managed service
105
Does cloud SQL support network firewall?
Yes
106
Can we scale up cloud sql?
Yes
107
108
109
Can other GCP services access Cloud SQL?
Yes
110
Can external service access cloud SQL?
Yes
111
How many processes can cloud SQL scale up?
128
112
How many RAM can cloud SQL scale up
864 GB
113
How many storage can cloud SQL can scale up?
64 TB
114
Do we need to manually setup data replication in cloud SQL?
No it’s automatic
115
Data stored in cloud sql is encrypted at rest?
Yes
116
Data transferred to cloud SQL is encrypted?
Yes
117
How network access is controlled for each instance at. Cloud sql?
Network firewall
118
Can we connect cloud sql and compute engine instance to work together?
Yes
119
What is spanner in gcp?
It’s a RDBMS service
120
What is Firestore in GCP?
It’s No SQL database service
121
What is big table in gcp?
No SQL big data service
122
Which storage option to choose to store immutable blob larger than 10 MB
Cloud storage
123
What is the max unit size per object in cloud storage?
5 TB
124
Which GCP service support OLTP for up to 64 TB?
Cloud SQL
125
Which gcp service support OLTP upto petabyte
Spanner