GCP- Interview questions
What is Compute? Compute is the processing power used to run applications and perform tasks. Compute = CPU + Memory (RAM) used to run your workloads What is SAAS, IAAS, PAAS? SaaS (Software as a Service) is a cloud service model where ready-to-use software is delivered over the internet, and users can access it without managing or installing anything, such as Google Gmail. PaaS (Platform as a Service) is a cloud service model that provides a platform and environment for developers to build, run, and deploy applications without managing the underlying infrastructure, such as Google Cloud Platform App Engine. IaaS (Infrastructure as a Service) is a cloud service model that provides virtualized computing resources such as servers, storage, and networking over the internet, where users manage the operating system and applications, such as Amazon Web Services EC2. What is GCP? Google Cloud Platform is a cloud computing platform provided by Google . It offers services li...