
GCP Fundamentals
Compute Engine, Cloud Storage, VPC, IAM, Cloud Functions, Cloud SQL, GKE, Workload Identity
1What is Compute Engine in Google Cloud Platform?
What is Compute Engine in Google Cloud Platform?
답변
Compute Engine is Google Cloud's IaaS (Infrastructure as a Service) offering that allows creating and managing virtual machines (VMs) on Google's infrastructure. It provides high performance, flexible pricing (preemptible, on-demand, committed use), and native integration with other GCP services like Cloud Storage, VPC, and IAM. VMs can use persistent disks or SSDs and benefit from Google's global networking infrastructure.
2What is the difference between preemptible instances and standard instances in Compute Engine?
What is the difference between preemptible instances and standard instances in Compute Engine?
답변
Preemptible instances cost up to 80% less than standard instances but can be stopped by Google at any time (with 30 seconds notice) if resources are needed elsewhere. They have a maximum lifetime of 24 hours. They are ideal for fault-tolerant workloads like batch processing, CI/CD jobs, or video rendering. Standard instances guarantee continuous availability and are suitable for critical workloads requiring high availability.
3What are the storage classes available in Cloud Storage?
What are the storage classes available in Cloud Storage?
답변
Cloud Storage offers four storage classes suited to different use cases: Standard (frequent access, high performance), Nearline (monthly access, backup storage), Coldline (quarterly access, medium-term archival), and Archive (annual access, long-term archival at minimal cost). Each class offers decreasing storage costs but increasing access costs. Automatic lifecycle management allows moving objects between classes based on age or defined conditions, optimizing costs while guaranteeing availability.
What is a VPC (Virtual Private Cloud) in GCP?
What is the difference between a primitive role and a predefined role in GCP IAM?
+19 면접 질문