SnowPro Advanced: Data Engineer — Question 113

A company has deployed a data pipeline that streams customer transaction data from an on-premises PostgreSQL database to Snowflake for real-time analytics. A Data Engineer needs to configure a connector that will continuously and reliably transfer data to Snowflake.

Which connector configuration will meet these requirements, while providing MINIMAL latency, and OPTIMAL performance?

Answer options

Correct answer: D

Explanation

The correct answer is D because configuring the Snowflake Connector for Kafka on a Kafka Connect cluster allows for efficient streaming of data with minimal latency and optimal performance. Options A and C do not leverage the full capabilities of Kafka, which is designed for high throughput data streaming, while option B does not provide the same level of continuous integration and performance as the Kafka setup.