What are the data lifecycle four stages?
What are the three ingestion modes?
What is nearline storage and coldline storage?
Nearline storage is used for data that is accessed less than once per
30 days. Coldline storage is used to store data accesses less than once
per year.
What are 3 types of data structure how do they differ?
What are types of structured data structure?
What are types of Semi-Structured data structure?
Which storage technology (for structured data) for:
1. Transactional - Regional
2. Transactional - Global
3. Analytical
Which storage technology (for semi structured data) for:
1. Fully indexed
2. Row Key
Which storage technology for unstructured data
Cloud storage
Expand the acronym: OLTP
Online transaction processing
Expand the acronym: OLTP
Online analytical processing
What are NoSQL databases designs?
How key-value database design works?
Which storage tool works with this paradigm?
Key-value data stores are databases that use associative arrays or dictionaries as the basic datatype. Keys are data used to look up values.
Tool in gcp is: Cloud Memorystore
How document database design works?
Which storage tool works with this paradigm?
Document stores allow complex data structures, called documents, to be used as values and accessed in more ways than simple key lookup.
Tool in gcp is: Cloud Datastore.
What is the tool for storing loging data?
Stackdriver Logging is a menaged service designed for storing logging data
What is the best storage service for a IoT data
Bigtable
What is the best tool designed for transaction processing at a regional level
Cloud SQL