Highest Level access that a user can have?
Super Administrator
What would you assign someone who needs organization level access?
Organization Admionistrator
Project ID vs Project Name vs Project Number
Project ID is chosen by you, cannot be changed
Project Name - display name, can be changed
Project Number - Assigned by GCP
What does Cloud Identity tell the cloud?
Authentication - who the user is
What does Cloud IAM tell the cloud?
What the user can do - authorization
What is Cloud Trace?
Distributed Tracing for latency analysis
What is Cloud Profiler?
Application performance profiling to optimize CPU and Memory Usage
What is Managed Service for Prometheus?
Managed, scalable version of the open-source Prometheus monitoring tool
Are APIs disabled by default and how would you enable them?
They are disabled by default
You need to enable them per project
Do projects need to be linked to a billing account to be active?
Yes they do before you even use anything
What allows you to manage service accounts but their keys?
Service Account Admin
Which cloud service should you use to set up alerts based on log events?
Cloud Monitoring
Which logging solution is best suited for aggregating and analyzing logs from multiple google cloud projects?
Log Analytics in Cloud Logging
Does Compute Engine support direct region change? How would you create an image and deploy it to a new regiong?
No, you would need to create the instance and deploy it in that new region
Which network type automatically creates subnets for each region?
Auto mode VPC
How can you assign temporary roles to a user?
Use IAM conditions
What is the maximum memory allocation of 8 GB per container?
8 GB
What is the default subnet mast for a google cloud auto mode VPC?
/20
If you need to create a private google kubernetes engine cluster, what should you do?
Set –enable-private-nodes when creating the cluster
Which tool helps you diagnose and troubleshoot network connectivity in google cloud?
VPC flow logs since it can record network traffic details
How do you connect on-prem to the cloud in a secure and fast manner?
Use cloud interconnect
When you need to allow a VM access to Cloud Storage Securely, what should you use?
User-managed service account because then you have full control
How can you deploy a google cloud function using the gcloud CLI?
gcloud functions deploy my-function –trigger-http –runtime=nodejs18
Which command allows you to connect to a GKE cluster from your local machine?
gcloud container clusters get-credentials <cluster-name></cluster-name>