Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam DSA-C02 Topic 1 Question 39 Discussion

Actual exam question for Snowflake's DSA-C02 exam
Question #: 39
Topic #: 1
[All DSA-C02 Questions]

Mark the correct steps for saving the contents of a DataFrame to a Snowflake table as part of Moving Data from Spark to Snowflake?

Show Suggested Answer Hide Answer
Suggested Answer: C

Moving Data from Spark to Snowflake

The steps for saving the contents of a DataFrame to a Snowflake table are similar to writing from Snowflake to Spark:

1. Use the write() method of the DataFrame to construct a DataFrameWriter.

2. Specify SNOWFLAKE_SOURCE_NAME using the format() method.

3. Specify the connector options using either the option() or options() method.

4. Use the dbtable option to specify the table to which data is written.

5. Use the mode() method to specify the save mode for the content.

Examples

1. df.write

2. .format(SNOWFLAKE_SOURCE_NAME)

3. .options(sfOptions)

4. .option('dbtable', 't2')

5. .mode(SaveMode.Overwrite)

6. .save()


Contribute your Thoughts:

Nelida
3 days ago
Snowflake, huh? I wonder if they have a special 'snow mode' for writing data. Maybe it'll make everything look like it's covered in a layer of frost. Wouldn't that be cool?
upvoted 0 times
...
Laticia
6 days ago
Ah, yes, the good old Spark to Snowflake data migration. I've done this dance a few times before. Option C seems to have all the right steps.
upvoted 0 times
...
Dannette
10 days ago
I think the correct steps are in option C.
upvoted 0 times
...
Vinnie
12 days ago
Hmm, let's see... I think option C looks the most straightforward. Plus, it has the word 'correct' in it, so it must be right. Easy peasy!
upvoted 0 times
...
Ma
17 days ago
Wait, did we just get a question about saving data to Snowflake? I thought this was an exam on Spark, not a winter sports competition!
upvoted 0 times
Chi
8 days ago
C) Step 1.Use the write() method of the DataFrame to construct a DataFrameWriter. Step 2.Specify SNOWFLAKE_SOURCE_NAME using the format() method. Step 3.Specify the connector options using either the option() or options() method. Step 4.Use the dbtable option to specify the table to which data is written. Step 5.Use the mode() method to specify the save mode for the content. (Correct)
upvoted 0 times
...
Jerlene
9 days ago
A) Step 1.Use the PUT() method of the DataFrame to construct a DataFrameWriter. Step 2.Specify SNOWFLAKE_SOURCE_NAME using the NAME() method. Step 3.Use the dbtable option to specify the table to which data is written. Step 4.Specify the connector options using either the option() or options() method. Step 5.Use the save() method to specify the save mode for the content.
upvoted 0 times
...
...

Save Cancel