DEA-C01 Exam QuestionsBrowse all questions from this exam

DEA-C01 Exam - Question 7


A financial services company stores financial data in Amazon Redshift. A data engineer wants to run real-time queries on the financial data to support a web-based trading application. The data engineer wants to run the queries from within the trading application.

Which solution will meet these requirements with the LEAST operational overhead?

Show Answer
Correct Answer: B

To run real-time queries on financial data stored in Amazon Redshift with the least operational overhead, the best solution is to use the Amazon Redshift Data API. This API allows you to execute SQL queries directly from within your trading application over HTTPS, which eliminates the need to manage and maintain complex connection setups such as WebSocket or JDBC. This significantly reduces the operational overhead and provides an efficient, scalable way to interact with your data in real-time.

Discussion

7 comments
Sign in to comment
milofficialOption: B
Jan 18, 2024

Real time queries with S3 are obviously BS. B it is: https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html

TonyStark0122
Feb 1, 2024

B. Use the Amazon Redshift Data API. Explanation: The Amazon Redshift Data API is a lightweight, HTTPS-based API that provides an alternative to using JDBC or ODBC drivers for running queries against Amazon Redshift. It allows you to execute SQL queries directly from within your application without the need for managing connections or drivers. This reduces operational overhead as there's no need to manage and maintain WebSocket or JDBC connections.

DevoteamAnalytixOption: B
May 3, 2024

"The Amazon Redshift Data API enables you to painlessly access data from Amazon Redshift with all types of traditional, cloud-native, and containerized, serverless web service-based applications and event-driven applications." https://aws.amazon.com/de/blogs/big-data/using-the-amazon-redshift-data-api-to-interact-with-amazon-redshift-clusters/#:~:text=The%20Amazon%20Redshift%20Data%20API%20is%20not%20a%20replacement%20for,supported%20by%20the%20AWS%20SDK.

GiorgioGssOption: B
Mar 11, 2024

Even if you don't know nothing about them, you will still choose B because it seems the "LEAST operational overhead" :)

k350SecopsOption: B
May 10, 2024

Inside application with minimal effort then using API would be correct

Alcee
Feb 24, 2024

B. DATA API

04e06cbOption: B
Jul 7, 2024

B is correct