GCP ACE Flashcards
What is the order of GCP launch stages? Used in logging and monitoring to check where features are.
UNIMPLEMENTED, PRELAUNCH, EARLY_ACCESS, ALPHA, BETA, GA (General Availability)
Can the Organizational Administrator IAM role turn off all services in an existing GCP project?
No. An admin of an Organization is a member that has privileges which include modifying product access privileges for other members, inviting and removing members from an Organization and changing member roles. An Organization can have more than one admin. More to do with IAM policies than resources. The Project owner CAN shut down all resources.
What service enables admins to synchronize users, groups, and other data from an Active Directory/LDAP service to their cloud domain directory?
Google Cloud Directory Sync (GCDS)
What are the recommended access reoccurrence threshold for the different GCS Storage Classes?
Standard - frequently, daily
Nearline - less than once a Month
Coldline - less than once a quarter
Achive - less than once a year
Does roles/iam.serviceAccountUser or roles/iam.serviceAccountAdmin allow you to create service accounts?
roles/iam.serviceAccountAdmin
What role allows you to view the hierarchal structure on your organization, but not any resources?
roles/browser. This does allow them to view IAM policy as well
You want to quickly deploy a third-party app, what should you use?
Google Cloud Marketplace
How should you group resources that share common IAM policies?
Use folders to group resources that share common IAM policies.
By default, where does GKE collect the app logs when the log data is written? Two answers
STDOUT and STDERR
What is the CLI command to default to a GKE cluster?
gcloud config set container/cluster <CLUSTER_NAME></CLUSTER_NAME>
Can App Engine flexible scale to zero?
No. It has to start at one. Standard can scale to zero, and does by default.
Are images recommended for pub/sub?
No.
What is the gcloud command to use a service account private key for authentication?
gcloud auth activate-service-account <PRIVATE_KEY_PATH></PRIVATE_KEY_PATH>
What are the memory-optimized machine types?
M1, M2, M3. Can be used for in-memory purposes
What are the Alert Maxiumums for high-priority single-region and multi-region?
single-region: 65%
Multi-region: 45%