GCP ACE Flashcards
What is the other name of Cloud Launcher?
Marketplace
Which storage classes are good options for infrequently accessed data? One is designed to be accessed once per month, while the other is designed to be accessed once per year.
Nearline (once per month) and coldline (once per year)
When you are creating a new VPC and want subnets to learn global routes, which parameter would you set?
Dynamic routing
What is a service account in GCP
A form of identity that is owned by an application or virtual machine. Service accounts can be assigned roles to enable the application or virtual machine to perform some task.
What is Cloud SQL?
It is GCP’s managed relational database. It includes MySQL and PostgreSQL.
Which GCP database service includes features to support mobile applications?
Firestore
Does the Compute Engine Network Admin role have permission to create instances?
No.
When configuring a VM, what does machine type determine?
The number of CPUs and the amount of memory for the VM
Where do you navigate to launch a Cloud Launcher solution?
Overview page of the solution
What are the five types of load balancers?
HTTP(S), SSL Proxy, TCP Proxy, Internal TCP/UDP, and Network TCP/UDP
According to Google best practices, how often should you update virtual machine packages using apt-get on your created Cloud Spanner instance and database?
Never. Cloud Spanner is a managed service.
What is a cache?
A high-speed, random access memory for storing frequently used data. GCP’s Memorystore provides a managed caching service based on Redis.
What kind of database has been the primary form of data storage for decades and supports frequent queries and updates to date?
Relational databases, such as Cloud SQL, Cloud Spanner, and BigQuery
After Datastore exports a namespace to a bucket, the bucket will contain what?
A metadata file and a folder with the data
If you want to use a template file with Deployment Manager and you expect the file to be complicated, which language would you use?
Python
Does SSL generate events that can be triggered using Cloud Functions?
No.
To ensure you have installed beta gcloud commands, which command should you run?
gcloud components install beta
How long does Stackdriver Logging store log data?
30 days
Assuming you have Cloud SDK installed, what command would you use to copy files from your local device to a bucket in Cloud Storage?
gsutil cp
Which regional load balancer allows for load balancing based on IP protocol, address, and port?
Network TCP/UDP
What is Stackdriver?
A set of services for monitoring, logging, tracing, and debugging infrastructure and applications in GCP and other platforms
IAM roles include a collection of what?
Permissions
Is the file format YAML supported when importing data into BigQuery?
No. However, CSV, Parquet, and Avro are supported.
When creating a VPN using the Cloud Console, what section of the Cloud Console should you use?
Hybrid Connectivity