SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 157


Which of the following are examples of operations that require a Virtual Warehouse to complete, assuming no queries have been executed previously? (Choose three.)

Show Answer
Correct Answer: BCD

Operations such as COPY, SUM, and UPDATE generally require a Virtual Warehouse because they involve actual computational work on the data. COPY is a data loading operation, SUM involves calculating the total of a column which is a computational task, and UPDATE modifies existing data. MIN might not require a Virtual Warehouse if the necessary data is available in the service layer cache.

Discussion

7 comments
Sign in to comment
Sk1020Options: BCD
Oct 29, 2022

B,C,D are the answers. Min uses the Global cache / Service layer cache, hence it does not require the WH to execute query. So, A can be eliminated from answers.

SV1122
Jan 1, 2023

Was on exam Dec 31st 2022

Jiaa
Jan 11, 2023

correct answer

abbciaOptions: BCD
Mar 14, 2023

min is in the cache

MultiCloudIronManOptions: BCD
Jul 14, 2023

Correct

_yyuktaOptions: BCD
Feb 25, 2024

BCD are correct

Mallikharjuna452Options: BCD
Jul 19, 2024

B,C,D are options