Core infrastructure Flashcards
What are the evaluation of cloud computing
Physical server > virtual server > Container based architecture
What are the core IaaS services?
Raw compute, Storage & Network
What is PaaS
Bind code to library which access infrastructure that applications needs. eg : App Engine
What is Cloud Run service
It’s a serverless service where we can deploy containerized micro services in a fully managed environment
What is cloud run function
It’s a pay as you go service where we can manage and execute event driven code
What is SaaS?
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
What are cloud regions?
Regions are geo location where multiple zones are grouped together
How many regions are available in GCP
40 as of 2024
What are zones?
Zones contain data center where we host cloud services like VM
How many zones are there in GCP
121 as of 2024
Why we host multiple VM in different zones
It’s a resource redundancy mechanism to improve availability of a service during zone failures
Which certification does GCP data center achieve?
ISO 14001 certification for achieving net carbon neutral
GCP Provide per second or per minute billing?
Per second billing
What is Google Front End?
It protect internet layer and provide DDOS Protection
What options we have in GCP for cost control?
Budget
Alert
Reports
Quotas
Which quota reset after specific time
Rate quota
Which quota governs number of resources?
Allocation quota
What are the 4 different ways to interact with GCP?
GCP Cloud Console
Cloud SDK & Cloud Shell
API
GCP Cloud App
What is bq ?
A command line tool for BigQuery
Which CLI provides access to GCP
GCP cloud CLI
Which web based interface to access GCP
GCP Cloud Console
Which option allows you to explore API in GCP
GCP API explorer
What is Quicklabs
It provides Sandbox environments to practice GCP
List GCP Resources hierarchy
Organization Node >
Folder >
Project >
Resources