lec5 Flashcards

(24 cards)

1
Q

What is the main characteristic of cloud storage?

A

Storage is not confined to a single server or location.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do distributed storage systems enable?

A

Reliable, scalable, and high-performance data storage across a network of machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name three key cloud storage services.

A
  • Amazon S3
  • Google Cloud Storage
  • Azure Blob Storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Amazon S3?

A

An object storage service offering high scalability, data availability, and durability (99.999999999%).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the key features of Amazon S3?

A
  • Lifecycle management
  • Cross-region replication
  • Fine-grained access control
  • Versioning
  • Encryption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What types of storage classes does Google Cloud Storage provide?

A
  • Standard
  • Nearline
  • Coldline
  • Archive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Azure Blob Storage optimized for?

A

Storing massive amounts of unstructured data such as text and binary data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

List the three access tiers supported by Azure Blob Storage.

A
  • Hot
  • Cool
  • Archive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is HDFS?

A

A scalable, fault-tolerant distributed file system designed for batch processing with MapReduce.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does Ceph provide?

A

Object, block, and file system storage in a single platform.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the main advantage of using Lustre?

A

High performance for large-scale cluster computing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does NoSQL stand for?

A

Not only SQL.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Amazon DynamoDB?

A

A fully managed NoSQL database service that supports key-value and document data models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a unique feature of Apache Cassandra?

A

Highly scalable with no single point of failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is MongoDB Atlas?

A

A fully managed cloud version of MongoDB with document-based NoSQL capabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fill in the blank: The CAP theorem addresses trade-offs between consistency, availability, and _______.

A

partition tolerance

17
Q

What are the types of consistency models?

A
  • Strong Consistency
  • Eventual Consistency
  • Causal Consistency
18
Q

What is master-slave replication?

A

One node handles writes, while others replicate data.

19
Q

What is Google BigQuery?

A

A serverless, highly scalable data warehouse for running SQL-like queries on large datasets.

20
Q

What is a unique feature of Snowflake?

A

Cloud-native data warehouse with separate compute and storage.

21
Q

What is the purpose of Apache Kafka?

A

A distributed event streaming platform for real-time data feeds.

22
Q

What strategies are included in disaster recovery?

A
  • Cold standby
  • Warm standby
  • Hot standby
23
Q

What are the components of storage security in cloud storage?

A
  • Encryption
  • Access Control
  • Immutable storage
  • Compliance
24
Q

True or False: Distributed storage systems are foundational to the reliability and performance of cloud-based solutions.