nerdexam
Amazon

DEA-C01 · Question #97

A retail company uses Amazon Aurora PostgreSQL to process and store live transactional data. The company uses an Amazon Redshift cluster for a data warehouse. An extract, transform, and load (ETL) job

The correct answer is A. Configure the Amazon Redshift Federated Query feature to query live transactional data that is in C. Schedule a monthly job to copy data that is older than 15 months to Amazon S3 by using the. Choice A ensures that live transactional data from PostgreSQL can be accessed directly within Redshift queries. Choice C archives historical data in Amazon S3, reducing storage costs in Redshift while still making the data accessible via Redshift Spectrum.

Data Store Management

Question

A retail company uses Amazon Aurora PostgreSQL to process and store live transactional data. The company uses an Amazon Redshift cluster for a data warehouse. An extract, transform, and load (ETL) job runs every morning to update the Redshift cluster with new data from the PostgreSQL database. The company has grown rapidly and needs to cost optimize the Redshift cluster. A data engineer needs to create a solution to archive historical data. The data engineer must be able to run analytics queries that effectively combine data from live transactional data in PostgreSQL, current data in Redshift, and archived historical data. The solution must keep only the most recent 15 months of data in Amazon Redshift to reduce costs. Which combination of steps will meet these requirements? (Choose two.)

Options

  • AConfigure the Amazon Redshift Federated Query feature to query live transactional data that is in
  • BConfigure Amazon Redshift Spectrum to query live transactional data that is in the PostgreSQL
  • CSchedule a monthly job to copy data that is older than 15 months to Amazon S3 by using the
  • DSchedule a monthly job to copy data that is older than 15 months to Amazon S3 Glacier Flexible
  • ECreate a materialized view in Amazon Redshift that combines live, current, and historical data

How the community answered

(40 responses)
  • A
    70% (28)
  • B
    15% (6)
  • D
    5% (2)
  • E
    10% (4)

Explanation

Choice A ensures that live transactional data from PostgreSQL can be accessed directly within Redshift queries. Choice C archives historical data in Amazon S3, reducing storage costs in Redshift while still making the data accessible via Redshift Spectrum.

Topics

#Redshift Cost Optimization#Redshift Federated Query#Data Archiving#Hybrid Querying

Community Discussion

No community discussion yet for this question.

Full DEA-C01 Practice