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

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 288 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 288
Topic #: 1
[All SnowPro Core Questions]

Which of the following operations require the use of a running virtual warehouse? (Choose two.)

  • A. Downloading data from an internal stage
  • B. Listing files in a stage
  • C. Executing a stored procedure
  • D. Altering a table
  • E. Querying data from a materialized view
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
SnowProCertDec22
Highly Voted 1 year, 11 months ago
Selected Answer: CE
C & E https://docs.snowflake.com/en/user-guide/warehouses.html
upvoted 14 times
...
Mallikharjuna452
Most Recent 3 months, 4 weeks ago
C and E are correct
upvoted 1 times
...
_yyukta
8 months, 3 weeks ago
Selected Answer: CE
CE are correct
upvoted 1 times
...
Afzy
1 year ago
C and E is the answer
upvoted 1 times
...
Marge23
1 year, 2 months ago
Selected Answer: AD
Performing DML operations, such as: Updating rows in tables (DELETE , INSERT , UPDATE). Loading data into tables (COPY INTO <table>). Unloading data from tables (COPY INTO <location>) https://docs.snowflake.com/en/user-guide/warehouses
upvoted 1 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: CE
Correct
upvoted 1 times
...
c0d3g
1 year, 4 months ago
Selected Answer: CE
These 3 do not require active Warehouse: Downloading data from an internal stage Listing files in a stage Creating and Altering table.
upvoted 2 times
...
tarekff
1 year, 6 months ago
Selected Answer: AD
Performing DML operations, such as: Updating rows in tables (DELETE , INSERT , UPDATE). (Answer D) Loading data into tables (COPY INTO <table>). Unloading data from tables (COPY INTO <location>). (Answer A) a warehouse must be running and in use for the session.
upvoted 2 times
Rajivnb
1 year, 1 month ago
Cannot be D. Altering table does not require a compute. Alter table is not altering data. its altering the definition. like changing Column type, removing a column or adding a new column. basically CREATE, ALTER. not the DML. A also cannot be correct. They said downloading data. it did not say clearly that Loading/Unloading data. downloading could be a downloading a file from internal stage to local machine.
upvoted 1 times
...
...
vini15
1 year, 7 months ago
Answer is correct C&D Materialised views are pre computed it does require warehouse.
upvoted 3 times
...
Omkarshingare
1 year, 7 months ago
C & D IS CORRECT
upvoted 1 times
...
N89
1 year, 9 months ago
Selected Answer: CD
Not sure if materialized view will require a running cluster as data is already computed and may reside in cache. But alter table will definitely require a running cluster.
upvoted 1 times
...
SnowProCertDec22
1 year, 11 months ago
C & E https://docs.snowflake.com/en/user-guide/warehouses.html
upvoted 3 times
...
Kate0204
1 year, 11 months ago
Hmmm not sure about this, maybe E
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 ...