Redshift Flashcards

This deck aims to help retain concepts related to the Redshift service. (12 cards)

1
Q

What AWS service represents a fully managed, petabyte-scale data warehouse designed for analytical workloads and optimized for efficiently querying and analyzing large datasets?

A

Amazon Redshift

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

What type of data processing system is optimized for performing high-speed, multidimensional analysis on large volumes of data, often from a data warehouse?

A

OLAP (Online Analytical Processing) - implemented by services like Amazon Redshift (column-based)

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

What type of data processing system is designed to handle a large number of concurrent real-time transactions, such as online banking, e-commerce purchases, and order entry?

A

OLTP (Online Transaction Processing) - implemented by services like Amazon RDS (row-based, optimized for transactional workloads)

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

What Amazon Redshift feature allows direct querying of data stored in Amazon S3?

A

Redshift Spectrum

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

What Amazon Redshift feature allows direct querying of data from other databases?

A

Federated Query

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

What AWS service does Amazon Redshift integrate with for data visualizations?

A

Amazon QuickSight

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

What connection interfaces does Amazon Redshift support for SQL clients?

A

JDBC and ODBC (also supports PostgreSQL-compatible clients and the Redshift Data API)

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

Is Amazon Redshift a serverless product?

A

No, it is a provisioned service

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

Is Amazon Redshift highly available by design?

A

No, it runs within a VPC in a single Availability Zone

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

What Amazon Redshift feature enables traffic routing based on VPC configuration, including security groups, ACLs, DNS, gateways, and VPC endpoints?

A

Enhanced VPC Routing

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

What architecture does Amazon Redshift use for query processing and data storage?

A

Leader node / Compute nodes architecture:
- Leader node - used for query ingestion, planning, and aggregation
- Compute nodes - used to execute queries on data

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

What types of backups does Amazon Redshift support?

A
  • Automatic backups (automated snapshots): incremental, taken every ~8 hours, retention configurable 1–35 days
  • Manual backups (manual snapshots): incremental, taken on demand and retained until deleted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly