
This is a regular “data quiz”. Follow it on LinkedIn. Test your knowledge or learn something new.
Today Question:
In AWS, data flows are often processed using:
A) Lambda
B) S3
C) Glue
D) All of the above
Correct Answer: D
Explanation
In AWS, data flows are processed using a combination of several services. S3 serves as a data storage layer, Lambda enables serverless and event-driven processing, and Glue provides ETL orchestration and data transformations. These services together form a flexible and scalable data pipeline where data is ingested, transformed, and stored in analytical or operational databases. This approach enables modular and efficient data processing without managing servers or traditional ETL infrastructure.
