SnowPro Advanced: Data Engineer — Question 80
When using a stored procedure in Snowflake, how many threads can the Snowflake API run concurrently?
Answer options
- A. 1
- B. 8
- C. An unlimited number
- D. The number is dependent on the size of the virtual warehouse.
Correct answer: A
Explanation
The correct answer is A, as Snowflake allows only one thread to run concurrently for a stored procedure. Options B and C are incorrect because they suggest multiple threads can run simultaneously, which is not the case. Option D is also wrong as it implies variability based on warehouse size, which does not apply to the threading limitation of stored procedures.