QuestionQ217
Data Store ManagementA financial services company keeps financial data in Amazon Redshift. A data engineer needs to run real-time queries on the financial data to support a web-based trading application. The data engineer wants to run these queries from within the trading application.
Which solution will satisfy these requirements with the LEAST operational overhead?
- A Establish WebSocket connections to Amazon Redshift.
- B Use the Amazon Redshift Data API.
- C Set up Java Database Connectivity (JDBC) connections to Amazon Redshift.
- D Store frequently accessed data in Amazon S3. Use Amazon S3 Select to run the queries.
Community Discussion