DevOps

GCP Fundamentals

Compute Engine, Cloud Storage, VPC, IAM, Cloud Functions, Cloud SQL, GKE, Workload Identity

22 preguntas de entrevista·
Mid-Level
1

What is Compute Engine in Google Cloud Platform?

Respuesta

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.

2

What is the difference between preemptible instances and standard instances in Compute Engine?

Respuesta

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.

3

What are the storage classes available in Cloud Storage?

Respuesta

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.

4

What is a VPC (Virtual Private Cloud) in GCP?

5

What is the difference between a primitive role and a predefined role in GCP IAM?

+19 preguntas de entrevista

Domina DevOps para tu próxima entrevista

Accede a todas las preguntas, flashcards, tests técnicos, ejercicios de code review y simuladores de entrevista.

Empieza gratis