hiexam
snowflake · SnowPro-Advanced-Data-Engineer · Q603 · multiple_response · topic_1

Which methods can be used to create a DataFrame object in Snowpark? (Choose three.)

Which methods can be used to create a DataFrame object in Snowpark? (Choose three.)
  • A.session.jdbc_connection()
  • B.session.read.json()
  • C.session.table()
  • D.DataFrame.write()
  • E.session.builder()
  • F.session.sql()
Explanation
Selected Answer: BCF df = session.sql("select 1/2") https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/latest/api/snowflake.snowpark.DataFrame

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.