【ACE】練習問題075

この記事は約3分で読めます。
スポンサーリンク

質問1

新しいプロジェクトを設定する際に、Google Cloud Platformで特定のリソースを作成し、APIを有効にする必要があります。これを行うための最初のステップは何ですか?

a) Google Cloud SDKをインストールする
b) Google Cloudプロジェクトを作成する
c) サービスアカウントを作成する
d) IAMポリシーを設定する

質問2

Compute Engineインスタンスを起動するために、以下のどのコマンドを使用しますか?

a) gcloud compute instances create
b) gcloud compute instances start
c) gcloud compute instances launch
d) gcloud compute instances init

質問3

GCPでVirtual Private Cloud (VPC)ネットワークを作成する目的は何ですか?

a) データベースをホストするため
b) 仮想マシンをホストするため
c) GCPリソース間の安全でプライベートな通信を提供するため
d) データをバックアップするため

質問4

Google Cloud Storageでオブジェクトのアクセス権を管理するために使用するのはどれですか?

a) ファイアウォールルール
b) バケットポリシー
c) IAMロール
d) サービスアカウント

質問5

Cloud Pub/Subは何のために使用されますか?

a) データのストレージ
b) メッセージの送受信
c) 機械学習のトレーニング
d) ウェブサイトのホスティング

質問6

あるCompute Engineインスタンスから他のCompute Engineインスタンスにファイルをコピーするために使用するのはどれですか?

a) gcloud compute scp
b) gcloud compute cp
c) gcloud compute transfer
d) gcloud compute rsync

質問7

Cloud Functionsを使用する利点はどれですか?

a) インフラストラクチャの管理が不要
b) データベースの自動スケーリング
c) 高速なディスクI/O
d) ビデオストリーミング

質問8

GCPプロジェクトでの課金アカウントのリンクはどこで設定しますか?

a) IAM & Admin
b) Cloud Billing
c) API & Services
d) Compute Engine

質問9

Kubernetes Engineクラスタを作成するためのコマンドはどれですか?

a) gcloud container clusters create
b) gcloud container clusters start
c) gcloud container clusters init
d) gcloud container clusters deploy

質問10

GCPにおけるフォルダの主な役割は何ですか?

a) データを保存するための物理的なストレージ
b) GCPプロジェクトを整理するための論理的なグループ
c) ネットワーク設定を管理するため
d) バックアップのスケジューリングを行うため

解答

  1. b) Google Cloudプロジェクトを作成する
  2. a) gcloud compute instances create
  3. c) GCPリソース間の安全でプライベートな通信を提供するため
  4. c) IAMロール
  5. b) メッセージの送受信
  6. a) gcloud compute scp
  7. a) インフラストラクチャの管理が不要
  8. b) Cloud Billing
  9. a) gcloud container clusters create
  10. b) GCPプロジェクトを整理するための論理的なグループ
スポンサーリンク