SnowPro Advanced Architect Exam QuestionsBrowse all questions from this exam

SnowPro Advanced Architect Exam - Question 62


What does a Snowflake Architect need to consider when implementing a Snowflake Connector for Kafka?

Show Answer
Correct Answer: D

When implementing a Snowflake Connector for Kafka, it is crucial to understand that the connector will automatically create necessary objects for data ingestion. Specifically, it creates one table and one pipe for each topic. If the connector is unable to create these objects, it will result in an exception. Therefore, proper permissions and configurations must be ensured to avoid operational issues.

Discussion

5 comments
Sign in to comment
Atomic_Gecko
Feb 29, 2024

Should be A. Default retention time is 7 days, only key/pair auth is supported and the connector will create a pipe, table and stage

cui_li
Apr 1, 2024

Ye should be A. https://docs.snowflake.com/en/user-guide/kafka-connector-overview

cui_li
Apr 1, 2024

Correction: The answer should be D. The connector creates the following objects for each topic: One internal stage to temporarily store data files for each topic. One pipe to ingest the data files for each topic partition. One table for each topic. If the table specified for each topic does not exist, the connector creates i

MSIDDIQUI18
Oct 29, 2024

I think answer is "A": Each Kafka message is passed to Snowflake in JSON format or Avro format. Only issue with "D" answer is the last part of statement, does Snowflake raising the Exception, if unable to connector cannot create the table or the pipe.

ywan1600Option: A
Mar 10, 2025

The answer should be A