SnowPro Core Certification — Question 1225
A Snowflake table that is loaded using a Kafka connector has a schema consisting of which two VARIANT columns? (Choose two.)
Answer options
- A. RECORD_TIMESTAMP
- B. RECORD_CONTENT
- C. RECORD_KEY
- D. RECORD_SESSION
- E. RECORD_METADATA
Correct answer: B, E
Explanation
The correct choices, RECORD_CONTENT and RECORD_METADATA, represent the data and its associated metadata loaded from Kafka into Snowflake. The other options, while related to Kafka, do not represent VARIANT columns in this specific context.