Month End Certification Special Limited Time 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: CFsave75

Microsoft Implementing Data Engineering Solutions Using Microsoft Fabric DP-700 Question # 21 Topic 3 Discussion

Microsoft Implementing Data Engineering Solutions Using Microsoft Fabric DP-700 Question # 21 Topic 3 Discussion

DP-700 Exam Topic 3 Question 21 Discussion:
Question #: 21
Topic #: 3

You have a Fabric lakehouse that contains the resources shown in the following table.

DP-700 Question 21

You need to use a notebook to query for customers in the United States and load the filtered data into USCustomers. The solution must minimize the number of scripts used.

Which statement should you use?


A.

customers.write.format( " parquet " ).mode( " append " ).saveAsTable( " USCustomers " )


B.

customers.write.format( " delta " ).mode( " overwrite " ).save( " Tables/USCustomers " )


C.

customers.write.format( " delta " ).mode( " overwrite " ).saveAsTable( " USCustomers " )


D.

customers.write.format( " parquet " ).mode( " append " ).save( " Tables/USCustomers " )


Get Premium DP-700 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.