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, , , ]
Lois
I passed my exam with wonderful score. Their dumps are 100% valid and I felt confident during the exam.
ErnieMay 31, 2026
Absolutely. The best part is, the answers in the dumps were correct. So, I felt confident and well-prepared for the exam.
Walter
Yayyy!!! I passed my exam with the help of Cramkey Dumps. Highly appreciated!!!!
AngusJun 1, 2026
YES….. I saw the same questions in the exam.
Mylo
Excellent dumps with authentic information… I passed my exam with brilliant score.
DominikJun 16, 2026
That's amazing! I've been looking for good study material that will help me prepare for my upcoming certification exam. Now, I will try it.
Freddy
I passed my exam with flying colors and I'm confident who will try it surely ace the exam.
AleksanderJun 12, 2026
Thanks for the recommendation! I'll check it out.
Alessia
Amazing Dumps. Found almost all questions in actual exam whih I prepared from these valuable dumps. Recommended!!!!
BelleJun 3, 2026
That's impressive. I've been struggling with finding good study material for my certification. Maybe I should give Cramkey Dumps a try.
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, , , ]