Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Advanced Architect All Questions

View all questions & answers for the SnowPro Advanced Architect exam

Exam SnowPro Advanced Architect topic 1 question 75 discussion

Actual exam question from Snowflake's SnowPro Advanced Architect
Question #: 75
Topic #: 1
[All SnowPro Advanced Architect Questions]

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

  • A. Call insertReport every 20 minutes, fetching the last 10,000 entries.
  • B. Call loadHistoryScan every minute for the maximum time range.
  • C. Call insertReport every 8 minutes for a 10-minute time range.
  • D. Call loadHistoryScan every 10 minutes for a 15-minute time range.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
MSIDDIQUI18
6 days, 21 hours ago
Correct Answer: C "loadHistoryScan" Snowflake REST API endpoint is rate limited to avoid excessive calls. To help avoid exceeding the rate limit (error code 429), we recommend relying more heavily on insertReport than loadHistoryScan.
upvoted 1 times
...
akellaanurag
3 weeks, 1 day ago
Correct answer is C Important This endpoint is rate limited to avoid excessive calls. To help avoid exceeding the rate limit (error code 429), we recommend relying more heavily on insertReport than loadHistoryScan. When calling loadHistoryScan, specify the most narrow time range that includes a set of data loads. For example, reading the last 10 minutes of history every 8 minutes would work well. Trying to read the last 24 hours of history every minute will result in 429 errors indicating a rate limit has been reached. The rate limits are designed to allow each history record to be read a handful of times.
upvoted 2 times
...
Acaer
2 months, 4 weeks ago
Selected Answer: C
By calling this command repeatedly, it is possible to see the full history of events on a pipe over time. Note that the command must be called often enough to not miss events. Events are retained for a maximum of 10 minutes. https://docs.snowflake.com/en/user-guide/data-load-snowpipe-rest-apis#endpoint-insertreport
upvoted 2 times
...
cui_li
8 months ago
Answer should be C. "..To help avoid exceeding the rate limit (error code 429), we recommend relying more heavily on insertReport than loadHistoryScan.." https://docs.snowflake.com/en/user-guide/data-load-snowpipe-rest-apis
upvoted 2 times
...
Atomic_Gecko
8 months, 2 weeks ago
C is correct - insertReport should be favored over loadHistory as excessive usage of the latter tends to lead to API throttling
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...