Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam SOL-C01 Topic 2 Question 139 Discussion

Actual exam question for Snowflake's SOL-C01 exam
Question #: 139
Topic #: 2
A Snowflake architect is designing a data lake solution using Snowflake's external tables. The data lake contains JSON files stored in AWS S3. The architect needs to ensure that Snowflake can automatically discover new JSON files added to the S3 bucket and make them available for querying through the external table. Which of the following approaches provides the MOST efficient and scalable solution for automatically refreshing the external table metadata?
Schedule a daily task in Snowflake to execute 'ALTER EXTERNAL TABLE REFRESH' to manually update the metadata.

Suggested Answer: C Vote an answer

Using Event Tables (Option C) is the most efficient and scalable solution. Snowflake Event Tables are designed to capture and process events directly within Snowflake, making them ideal for this scenario. The stream and task can automatically trigger the refresh whenever a new S3 event is detected. Option A (scheduled task) is less efficient. Option B (Lambda function) adds external complexity. Option D (Snowpipe) loads data into Snowflake, not updating external table metadata. Option E (automatic data clustering) does not automatically update the metadata of external tables when new files are added.

by Burgess at Jul 25, 2026, 09:00 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.