Memory, storage and billing Flashcards
Which data storage service provides data warehouse services for storing data but also offers an interactive SQL interface for querying the data?
BigQuery
It is a data warehousing service that allows the storage of huge data sets while making them immediately processable without having to extract or run the processing in a separate service.
Which Google Cloud data storage service offers ACID transactions and can scale globally?
Cloud Spanner
provides ACID (Atomicity, Consistency, Isolation, Durability) properties that enable transactional reads and writes on the database. It can also scale globally.
What data storage service might you select if you just needed to migrate a standard relational database running on a single machine in a datacenter to the cloud?
Cloud SQL offers a PostgreSQL server or a MySQL server as a managed service.
How do quotas protect Google Cloud customers?
By preventing uncontrolled consumption of resources.
No resources in Google Cloud can be used without being associated with…
A project.
A budget is set at $500 and an alert is set at 100%. What happens when the full amount is used?
check
A notification email is sent to the Billing Administrator.
Google Cloud’s operations suite integrates several technologies, including monitoring, logging, error reporting, and debugging that are commonly implemented in other environments as separate solutions using separate products. What are key benefits of integration of these services?
Reduces overhead, reduces noise, streamlines use, and fixes problems faster
What is the purpose of the Cloud Trace service?
Reporting on latency as part of managing performance.
What is the foundational process at the base of Google’s Site Reliability Engineering (SRE) ?
Monitoring