# GCPの基礎 (DevOps) > Compute Engine、Cloud Storage、VPC、IAM、Cloud Functions、Cloud SQL、GKE、Workload Identity - 22 面接問題 - Mid-Level - [面接問題: DevOps](https://sharpskill.dev/ja/technologies/devops/interview-questions.md) ## 1. Google Cloud PlatformのCompute Engineとは何ですか? **回答** Compute EngineはGoogle CloudのIaaS(Infrastructure as a Service)サービスで、Googleのインフラストラクチャ上で仮想マシン(VM)の作成と管理を可能にします。高いパフォーマンス、柔軟な価格設定(preemptible、on-demand、committed use)、Cloud Storage、VPC、IAMなどの他のGCPサービスとのネイティブ統合を提供します。VMは永続ディスクまたはSSDを使用でき、Googleのグローバルネットワーキングインフラストラクチャの恩恵を受けます。 ## 2. Compute Engineにおけるpreemptibleインスタンスと標準インスタンスの違いは何ですか? **回答** preemptibleインスタンスは標準インスタンスより最大80%安価ですが、リソースが他で必要な場合、Googleによっていつでも停止される可能性があります(30秒の通知付き)。最大寿命は24時間です。バッチ処理、CI/CDジョブ、ビデオレンダリングなどの障害耐性のあるワークロードに最適です。標準インスタンスは継続的な可用性を保証し、高可用性を必要とする重要なワークロードに適しています。 ## 3. Cloud Storageで利用可能なストレージクラスは何ですか? **回答** Cloud Storageは、さまざまなユースケースに適した4つのストレージクラスを提供します:Standard(頻繁なアクセス、高性能)、Nearline(月次アクセス、バックアップストレージ)、Coldline(四半期アクセス、中期アーカイブ)、Archive(年次アクセス、最小コストの長期アーカイブ)。各クラスは、ストレージコストが減少する一方でアクセスコストが増加します。自動ライフサイクル管理により、年齢や定義された条件に基づいてオブジェクトをクラス間で移動でき、可用性を保証しながらコストを最適化します。 ## さらに19問利用可能 - GCPにおけるVPC(Virtual Private Cloud)とは何ですか? - GCP IAMにおけるプリミティブロールと事前定義済みロールの違いは何ですか? 無料で登録: https://sharpskill.dev/ja/login ## その他のDevOps面接トピック - [バージョン管理 & Git](https://sharpskill.dev/ja/technologies/devops/interview-questions/version-control-git.md): 20問, Junior - [Linuxの基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/linux-fundamentals.md): 22問, Junior - [Shell Scripting & Bash](https://sharpskill.dev/ja/technologies/devops/interview-questions/shell-scripting-bash.md): 20問, Mid-Level - [ネットワークの基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/networking-basics.md): 22問, Junior - [Docker の基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/docker-fundamentals.md): 24問, Junior - [CI/CDの基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/ci-cd-fundamentals.md): 18問, Junior - [GitHub Actions](https://sharpskill.dev/ja/technologies/devops/interview-questions/github-actions.md): 22問, Mid-Level - [GitLab CI/CD](https://sharpskill.dev/ja/technologies/devops/interview-questions/gitlab-ci.md): 22問, Mid-Level - [Jenkins](https://sharpskill.dev/ja/technologies/devops/interview-questions/jenkins.md): 22問, Mid-Level - [Kubernetesの基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/kubernetes-basics.md): 26問, Mid-Level - [Kubernetesネットワーキング](https://sharpskill.dev/ja/technologies/devops/interview-questions/kubernetes-networking.md): 24問, Mid-Level - [Kubernetes 上級](https://sharpskill.dev/ja/technologies/devops/interview-questions/kubernetes-advanced.md): 24問, Mid-Level - [Ingress & API Gateway](https://sharpskill.dev/ja/technologies/devops/interview-questions/ingress-api-gateway.md): 20問, Mid-Level - [Terraformの基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/terraform-basics.md): 22問, Mid-Level - [Terraform 上級](https://sharpskill.dev/ja/technologies/devops/interview-questions/terraform-advanced.md): 22問, Mid-Level - [Ansible & Configuration Management](https://sharpskill.dev/ja/technologies/devops/interview-questions/ansible-configuration.md): 20問, Mid-Level - [AWS の基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/aws-essentials.md): 26問, Mid-Level - [Azure の基礎](https://sharpskill.dev/ja/technologies/devops/interview-questions/azure-fundamentals.md): 22問, Mid-Level - [モニタリングとPrometheus](https://sharpskill.dev/ja/technologies/devops/interview-questions/monitoring-prometheus.md): 22問, Mid-Level - [Logging & ELK Stack](https://sharpskill.dev/ja/technologies/devops/interview-questions/logging-elk.md): 20問, Mid-Level - [アラートとインシデント対応](https://sharpskill.dev/ja/technologies/devops/interview-questions/alerting-incident-response.md): 20問, Mid-Level - [Cloud Identity & Secrets](https://sharpskill.dev/ja/technologies/devops/interview-questions/cloud-identity-secrets.md): 22問, Mid-Level - [CI/CDパイプラインのセキュリティ](https://sharpskill.dev/ja/technologies/devops/interview-questions/cicd-pipeline-security.md): 20問, Mid-Level - [Helm & Kubernetes](https://sharpskill.dev/ja/technologies/devops/interview-questions/helm-kubernetes.md): 20問, Mid-Level - [ランタイム & クラスタセキュリティ](https://sharpskill.dev/ja/technologies/devops/interview-questions/runtime-cluster-security.md): 24問, Senior - [Container Supply Chain Security](https://sharpskill.dev/ja/technologies/devops/interview-questions/container-supply-chain.md): 22問, Senior - [Service MeshとIstio](https://sharpskill.dev/ja/technologies/devops/interview-questions/service-mesh-istio.md): 24問, Senior - [GitOps & ArgoCD](https://sharpskill.dev/ja/technologies/devops/interview-questions/gitops-argocd.md): 22問, Senior - [Progressive Delivery](https://sharpskill.dev/ja/technologies/devops/interview-questions/progressive-delivery.md): 20問, Senior - [分散オブザーバビリティ](https://sharpskill.dev/ja/technologies/devops/interview-questions/observability-distributed.md): 22問, Senior - [Disaster Recovery & Backup](https://sharpskill.dev/ja/technologies/devops/interview-questions/disaster-recovery.md): 20問, Senior - [パフォーマンス最適化](https://sharpskill.dev/ja/technologies/devops/interview-questions/performance-optimization.md): 22問, Senior - [クラウドコスト最適化](https://sharpskill.dev/ja/technologies/devops/interview-questions/infrastructure-cost.md): 20問, Senior - [SRE の原則](https://sharpskill.dev/ja/technologies/devops/interview-questions/sre-principles.md): 24問, Senior - [Chaos Engineering](https://sharpskill.dev/ja/technologies/devops/interview-questions/chaos-engineering.md): 20問, Senior - [Platform Engineering](https://sharpskill.dev/ja/technologies/devops/interview-questions/platform-engineering.md): 22問, Senior --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/ja/technologies/devops/interview-questions/gcp-fundamentals