Free Google Cloud Platform (GCP) CE 1 Questions and Answers — Questions and Answers
Question 1: What kind of cloud computing service offers basic computing, storage, and network, structured like how it would be in a physical data center?
- FAAS
- IAAS (Correct answer)
- SAAS
- PAAS
Correct answer: IAAS
IAAS (Infrastructure as a Service) is the type of cloud computing service that provides raw compute, storage, and network resources, organized in ways that are familiar from physical data centers. IAAS allows organizations to rent virtualized hardware resources from a cloud provider, eliminating the need for managing physical infrastructure.
Question 2: Why would a GCP customer need to use resources in different parts of the world?
- To improve security
- To bring their applications closer to users around the world, and for improved fault tolerance (Correct answer)
Correct answer: To bring their applications closer to users around the world, and for improved fault tolerance
A GCP (Google Cloud Platform) customer might use resources in several regions around the world for two primary reasons: to bring their applications closer to users around the world and to improve fault tolerance.
Question 3: Why would a GCP client use resources spread across numerous regional zones?
- For better performance
- For improved fault tolerance (Correct answer)
Correct answer: For improved fault tolerance
A GCP (Google Cloud Platform) customer might use resources in several zones within a region primarily for improved fault tolerance.
Question 4: Is interacting with a human at the cloud computing provider necessary to obtain resources from them?
- No (Correct answer)
- Yes
Correct answer: No
Working with a person at a cloud computing provider is not necessarily required to get resources from them. Cloud computing providers typically offer self-service platforms and interfaces that allow customers to provision and manage resources on their own.
Question 5: What command would you enter to configure the Cloud SDK's default settings?
- Gsutil mb
- Gcloud compute
- Gcloud init (Correct answer)
Correct answer: Gcloud init
The 'gcloud init' command launches the interactive setup that configures the Cloud SDK's default settings, including account, project, and region/zone. 'gsutil mb' makes a storage bucket and 'gcloud compute' manages Compute Engine resources—neither initializes SDK defaults.
Question 6: Which of the following belongs to the Cloud SDK's command-line tools?
- Gsutil (Correct answer)
- Git
- Ssh
- Bash
Correct answer: Gsutil
"gsutil" is a command line tool that is part of the Cloud SDK. It is used for interacting with Google Cloud Storage, which is a scalable and durable object storage service provided by Google Cloud Platform (GCP).
Question 7: You require your colleague to upload a fresh copy of your application to App Engine because you are the project owner. You should adhere to Google's suggestions. Which IAM roles ought you assign to your colleague?
- App Engine Service Admin
- App Engine Deployer (Correct answer)
- Project Editor
- App Engine Code Viewer
Correct answer: App Engine Deployer
To follow Google's recommended practices, you should grant your co-worker the "App Engine Deployer" IAM role. This role specifically grants the necessary permissions to deploy a new version of an application to Google App Engine. <br> <br> The "App Engine Deployer" role provides the permissions required to manage App Engine resources, including deploying new versions, managing services, and configuring application settings. By granting this role to your co-worker, they will have the necessary privileges to perform the deployment tasks while adhering to Google's recommended practices for access control and security.
What kind of cloud computing service offers basic computing, storage, and network, structured like how it would be in a physical data center?