When a virtual warehouse in Snowflake is resized, specifically when it is increased in size, the additional compute resources become immediately available to all running and queued queries. Thismeans that the performance of these queries can improve due to the increased resources. Conversely, when the size of a warehouseis reduced, the compute resources are not removed until they are no longer being used by any current operations1.
[References:, [COF-C03] SnowPro Core Certification Exam Study Guide, Snowflake Documentation on Virtual Warehouses2, , ]
Question 17
True or False: A Virtual Warehouse can be resized while suspended.
Virtual Warehouses in Snowflake can indeed be resized while they are suspended. Resizing a warehouse involves changing the number of compute resources (servers) allocated to it, which can be done to adjust performance and cost. When a warehouse is suspended, it is not currently running any queries, but its definition and metadata remain intact, allowing for modifications like resizing.
Secure data sharing in Snowflake allows users to share various objects between Snowflake accounts without physically copying the data, thus not consuming additional storage. Among the options provided, external tables can be shared through secure data sharing. External tables are used to query data directly from files in a stage without loading the data into Snowflake tables, making them suitable for sharing across different Snowflake accounts.
[References:, Snowflake Documentation on Secure Data Sharing, SnowPro™ Core Certification Companion: Hands-on Preparation and Practice, , , ]
Carson
Yeah, definitely. I would definitely recommend Cramkey Dumps to anyone who is preparing for an exam.
RufusJul 21, 2026
Me too. They're a lifesaver!
Nylah
I've been looking for good study material for my upcoming certification exam. Need help.
DollyJul 6, 2026
Then you should definitely give Cramkey Dumps a try. They have a huge database of questions and answers, making it easy to study and prepare for the exam. And the best part is, you can be sure the information is accurate and relevant.
Pippa
I was so happy to see that almost all the questions on the exam were exactly what I found in their Dumps.
AnastasiaJul 24, 2026
You are right…It was amazing! The Cramkey Dumps were so comprehensive and well-organized, it made studying for the exam a breeze.
Ayesha
They are study materials that are designed to help students prepare for exams and certification tests. They are basically a collection of questions and answers that are likely to appear on the test.
AydenJul 14, 2026
That sounds interesting. Why are they useful? Planning this week, hopefully help me. Can you give me PDF if you have ?
Josephine
I want to ask about their study material and Customer support? Can anybody guide me?
ZaydJul 24, 2026
Yes, the dumps or study material provided by them are authentic and up to date. They have a dedicated team to assist students and make sure they have a positive experience.
Question 19
Which of the following commands cannot be used within a reader account?
In Snowflake, a reader account is a type of account that is intended for consuming shared data rather than performing any data management or DDL operations. The CREATE SHARE command is used to share data from your account with another account, which is not a capability provided to reader accounts. Reader accounts are typically restricted from creating shares, as their primary purpose is to read shared data rather than to share it themselves.
[References:, Snowflake Documentation on Reader Accounts, SnowPro® Core Certification Study Guide, , , ]