Exam SnowPro Advanced Data Engineer All QuestionsBrowse all questions from this exam
Question 49

A CSV file, around 1 TB in size, is generated daily on an on-premise server. A corresponding table, internal stage, and file format have already been created in Snowflake to facilitate the data loading process.

How can the process of bringing the CSV file into Snowflake be automated using the LEAST amount of operational overhead?

    Correct Answer: C

    To automate the process of bringing the daily generated CSV file into Snowflake with the least amount of operational overhead, scheduling a SQL file on the on-premise server using SnowSQL to execute a PUT to the internal stage followed by creating a pipe in Snowflake for auto-ingestion is the most efficient approach. Snowpipe auto-ingest ensures that new files are automatically loaded into Snowflake as soon as they are available in the internal stage, reducing manual intervention and operational steps compared to other options.

Discussion
aws_rajeshOption: C

Option C, considering "LEAST amount of operational overhead" requirement in the question

stopthisnowOption: B

B seems like a good option