SnowPro Core Certification — Question 414

A user has an application that writes a new file to a cloud storage location every 5 minutes.

What would be the MOST efficient way to get the files into Snowflake?

Answer options

Correct answer: D

Explanation

The correct answer is D because using Snowpipe with auto-ingest allows for real-time data loading into Snowflake as files are added to the cloud storage location. Options A, B, and C involve manual or periodic methods that are less efficient compared to the automatic ingestion provided by Snowpipe, which minimizes latency and ensures timely data availability.