SnowPro Advanced: Architect — Question 194

A media company needs a data pipeline that will ingest customer review data into a Snowflake table, and apply some transformations. The company also needs to use Amazon Comprehend to do sentiment analysis and make the de-identified final data set available publicly for advertising companies who use different cloud providers in different regions.
The data pipeline needs to run continuously ang efficiently as new records arrive in the object storage leveraging event notifications. Also, the operational complexity, maintenance of the infrastructure, including platform upgrades and security, and the development effort should be minimal.
Which design will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the best choice as it utilizes Snowpipe for continuous data ingestion and employs streams and tasks for orchestration, which aligns with the requirement for minimal operational complexity. The other options either rely on less efficient methods of ingestion or introduce unnecessary complexity with external functions or additional processing steps that do not meet the stated requirements as effectively.