Skip to content
DEP
Data Ingestion & Acquisition
medium
Question 4 of 14

A data engineer needs to perform a one-time batch load of Parquet files from an S3 bucket into an existing Delta table. Previously loaded files must not be re-ingested on future runs of the same command. Which approach is most appropriate?

AUsing spark.read.parquet(path).write.format(\delta\).mode(\append\).save(table_path)
BUsing the COPY INTO SQL command
CUsing spark.readStream.format(\cloudFiles\) with a trigger
DUsing MERGE INTO with the Parquet files as the source

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion