SnowPro Advanced: Architect — Question 73

How can the Snowpipe REST API be used to keep a log of data load history?

Answer options

Correct answer: C

Explanation

The correct option, C, specifies calling insertReport every 8 minutes for a 10-minute time frame, which is an effective interval for tracking data loads. Options A and D suggest longer intervals that may miss important data loads, while B proposes a continuous scan that may not efficiently log data load history as needed.