Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam SnowPro Advanced Data Engineer topic 1 question 10 discussion

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

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()
Show Suggested Answer Hide Answer
Suggested Answer: BCF 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
rbeam
1 month ago
Selected Answer: BCF
https://docs.snowflake.com/en/developer-guide/snowpark/python/working-with-dataframes
upvoted 1 times
...
stopthisnow
6 months ago
Selected Answer: BCF
df = session.sql("select 1/2") https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/latest/api/snowflake.snowpark.DataFrame
upvoted 4 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 ...