exam questions

Exam SnowPro Advanced Data Engineer All Questions

View all questions & answers for the SnowPro Advanced Data Engineer exam

Exam SnowPro Advanced Data Engineer topic 1 question 30 discussion

Actual exam question from Snowflake's SnowPro Advanced Data Engineer
Question #: 30
Topic #: 1
[All SnowPro Advanced Data Engineer Questions]

A Data Engineer is implementing a near real-time ingestion pipeline to load data into Snowflake using the Snowflake Kafka connector. There will be three Kafka topics created.
Which Snowflake objects are created automatically when the Kafka connector starts? (Choose three.)

  • A. Tables
  • B. Tasks
  • C. Pipes
  • D. Internal stages
  • E. External stages
  • F. Materialized views
Show Suggested Answer Hide Answer
Suggested Answer: ACD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
prshntdxt7
11 months, 2 weeks ago
Selected Answer: ACD
The three Snowflake objects created automatically when the Snowflake Kafka connector starts are: Tables (A): The connector creates tables to store the actual data ingested from Kafka. These tables can be used to query and analyze the data. Pipes (C): Pipes are automatically created to move data from the staging area (staging table) to the final destination tables in Snowflake. Pipes are part of Snowflake's data loading mechanism. Internal stages (D): The connector may create internal stages to facilitate the movement of data between the Kafka topics and the staging tables or final destination tables in Snowflake. Therefore, the correct choices are A (Tables), C (Pipes), and D (Internal stages).
upvoted 2 times
...
stopthisnow
1 year, 1 month ago
Selected Answer: ACD
Kafka topics can be mapped to existing Snowflake tables in the Kafka configuration. If the topics are not mapped, then the Kafka connector creates a new table for each topic using the topic name. https://docs.snowflake.com/en/user-guide/kafka-connector-overview#:~:text=Kafka%20topics%20can%20be%20mapped%20to%20existing%20Snowflake%20tables%20in%20the%20Kafka%20configuration.%20If%20the%20topics%20are%20not%20mapped%2C%20then%20the%20Kafka%20connector%20creates%20a%20new%20table%20for%20each%20topic%20using%20the%20topic%20name.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...