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
What command is used to create a DNS zone in the command line?
gcloud beta dns managed-zones create
Which structures can you have more than one of when creating a resource hierarchy?
Folders and projects
What three characteristics are load balancers distinguished by?
Global versus regional load balancing, external versus internal load balancing, and the protocols supported
What are the two types of App Engine runtime environments?
Standard and flexible
In the context of GCP, what is a role?
A collection of permissions
Is the lifecycle of one cloud function dependent on all others?
No
What databases are used for relational, transaction-oriented applications?
Cloud SQL and Spanner
When modifying the number of pods in a cluster, is it better to modify deployments or modify pods directly?
Modify deployments
What is the time delay called between sending data and receiving it?
Latency
Which tier of the GCP resource hierarchy contains VMs, persistent disks, and Cloud SQL databases?
The Project tier
When creating a subnet, which option controls whether logs are sent to Stackdriver?
Flow Logs
What do you need to specify when defining a custom metric?
A type name, a project, a display name and description, a metric kind, metric labels, and monitored resource objects to include with time-series data points.
What is the runtime parameter in app.yaml used to specify?
The language runtime environment and other configuration parameters
What is object storage?
A storage system that manages data as objects, such as files. Cloud Storage is an object storage system.
What is the maximum size of a Memorystore cache?
300 GB
Can the block size parameter be set when adding additional disk space through Google Cloud Console?
No.
Which App Engine component enables migration to a newer component?
Versions
What is the difference between a virtual machine and a container when it comes to isolating computing resources?
VMs run a guest operating system on a physical server. Containers use features of the host operating system to isolate processes and resources.
What does the GCP service Cloud Armor protect against?
Distributed denial-of-service attacks
What is Cloud Trace?
A distributed tracing system for collecting latency data from an application, which helps developers understand where applications are spending their time and identify cases where performance is degrading
How do you control the flow of traffic between subnets in a VPC?
By using firewall rules, which are applied to the subnets
What are the three levels of the GCP resource hierarchy?
Organization, Folder, Project
What is the command to create a new VPC from the command line?
gcloud compute networks create
What is the correct command for importing to Dataproc?
gcloud beta dataproc clusters import [SOURCE_FILE]