Exam DSA-C03 Topic 1 Question 209 Discussion

Actual exam question for Snowflake's DSA-C03 exam
Question #: 209
Topic #: 1
You are developing a Python stored procedure in Snowflake to predict sales for a retail company. You want to incorporate external data (e.g., weather forecasts) into your model. Which of the following methods are valid and efficient ways to access and use external data within your Snowflake Python stored procedure?

Suggested Answer: A,B,C,E Vote an answer

Options A, B, C and E are all valid methods. Calling external APIs (A) requires network policy configuration. Loading data into tables (B) is a standard approach. Using external functions (C) allows pre-processing. Option D is highly impractical for large or frequently updated datasets. Snowflake Pipes (E) are an effective way to continually ingest external data into Snowflake.

by Amelia at Aug 18, 2026, 10:19 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
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.

0
0
0
10