ARA-C01 · Question #138
What is a characteristic of loading data into Snowflake using the Snowflake Connector for Kafka?
The correct answer is C. The Connector creates and manages its own stage, file format, and pipe objects. The Snowflake Connector for Kafka automatically provisions and manages its own internal Snowflake stage, file format object, and Snowpipe objects. Users do not need to create or maintain these objects manually-the connector handles them transparently as part of its ingestion…
Question
What is a characteristic of loading data into Snowflake using the Snowflake Connector for Kafka?
Options
- AThe Connector only works in Snowflake regions that use AWS infrastructure.
- BThe Connector works with all file formats, including text, JSON, Avro, Ore, Parquet, and XML.
- CThe Connector creates and manages its own stage, file format, and pipe objects.
- DLoads using the Connector will have lower latency than Snowpipe and will ingest data in real time.
How the community answered
(55 responses)- A4% (2)
- B2% (1)
- C93% (51)
- D2% (1)
Explanation
The Snowflake Connector for Kafka automatically provisions and manages its own internal Snowflake stage, file format object, and Snowpipe objects. Users do not need to create or maintain these objects manually-the connector handles them transparently as part of its ingestion pipeline. Option A is incorrect; the connector supports AWS, Azure, and GCP regions. Option B is incorrect; the connector natively supports JSON and Avro formats only, not all file formats listed. Option D is incorrect; the connector uses Snowpipe internally, so its latency is comparable to Snowpipe (micro-batch), not true real-time streaming with lower latency.
Topics
Community Discussion
No community discussion yet for this question.