Snowflake SnowPro Core Recertification Exam (COF-R02)
Get full access to the updated question bank and pass on your first attempt.
Vendor
Snowflake
Certification
Recertification
Content
330 Qs
Status
Verified
Updated
1 week ago
Test the Practice Engine
Experience our real exam environment with free demo questions
Premium Bundle
Complete Success Suite
Save $39 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 10-Question Preview
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Snowflake certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated COF-R02 prep kit.
Exam Overview
The Snowflake SnowPro Core Recertification Exam (COF-R02) is a critical validation of your continued expertise and commitment to the Snowflake Data Cloud. In a rapidly evolving data landscape, this recertification ensures your skills remain current with Snowflake's latest features, enhancements, and best practices. Successfully passing this exam reaffirms your foundational knowledge of Snowflake's architecture, data warehousing capabilities, and data engineering principles, demonstrating your ability to effectively leverage the platform for modern data solutions. It's an essential step for data professionals looking to maintain a competitive edge, showcase their dedication to continuous learning, and solidify their role as a proficient Snowflake practitioner within their organization and the broader industry.
Questions
65
Passing Score
750/1000
Duration
100 Minutes
Difficulty
Intermediate
Level
Associate
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Snowflake standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the COF-R02 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated COF-R02 bank (8 Questions).
By default, how long is the standard retention period for Time Travel across all Snowflake accounts?
Correct Option: B
โ
Reasoning: By default, the standard Time Travel retention period for permanent and transient tables across all Snowflake accounts is 1 day. This is a fundamental setting unless explicitly altered or if the table is temporary. โ Why the other choices are incorrect:
- Option A is incorrect: 0 days is the default retention for temporary tables, not the standard for all table types.
- Option C is incorrect: 7 days is a possible extended Time Travel period, not the default.
- Option D is incorrect: 14 days is a possible extended Time Travel period, not the default.
A Snowflake user is actively logged into Snowflake when a user-level network policy is assigned to that user.
What will Snowflake do if the user's IP address does not match the user-level network policy rules?
Correct Option: C
โ
Reasoning: If a user is actively logged in when a network policy is applied or modified, the policy is enforced for subsequent operations within that existing session. Snowflake will not immediately terminate the session, but it will prevent the user from executing new queries or performing other actions that violate the new policy. โ Why the other choices are incorrect:
- Option A is incorrect: Snowflake documentation explicitly states active sessions are not immediately terminated if they fall out of compliance with a new or changed network policy.
- Option B is incorrect: Network policies are enforced to restrict access, not deactivated by a user's non-compliant IP address. The policy remains active and functional.
- Option D is incorrect: While the session isn't immediately terminated, the user is not allowed to continue without restriction. The policy immediately restricts subsequent queries and operations within that session.
What happens to the privileges granted to Snowflake system-defined roles?
Correct Option: A
โ
Reasoning: Snowflake system-defined roles possess fixed, immutable privileges. These inherent privileges are predefined and managed by Snowflake itself and cannot be altered or revoked by any user, regardless of their role or privileges. This design ensures the integrity and foundational capabilities of these core administrative roles. โ Why the other choices are incorrect:
- Option B is incorrect: An ACCOUNTADMIN has extensive control but cannot revoke the inherent, built-in privileges of system-defined roles. ACCOUNTADMINs manage user-defined roles and object-specific privileges, not the immutable privileges of Snowflake's system roles.
- Option C is incorrect: An ORGADMIN manages organizational aspects across multiple accounts. This role does not have the capability to revoke the fixed privileges of system-defined roles within an individual Snowflake account.
- Option D is incorrect: No user-defined role, regardless of how many privileges it has been granted, can modify or revoke the core, fixed privileges associated with Snowflake's system-defined roles. This functionality is reserved for Snowflake's internal management.
What is the default access of a securable object until other access is granted?
Correct Option: A
โ
Reasoning: Snowflake's access control model follows the principle of least privilege. By default, when a securable object is created, only the owning role (the role that created it) possesses privileges. All other roles have no access to the object until specific privileges are explicitly granted to them, either directly or through a role hierarchy. โ Why the other choices are incorrect:
- Option B is incorrect: Read access (e.g., SELECT) is a specific privilege that must be explicitly granted; it is not the default access for roles that don't own the object.
- Option C is incorrect: Write access (e.g., INSERT, UPDATE) is also a specific privilege requiring explicit granting, not a default for non-owner roles.
- Option D is incorrect: Full access implies all privileges, which fundamentally contradicts Snowflake's default security posture of least privilege for non-owner roles.
Streams can be configured to query change data on which Snowflake objects? (Choose two.)
Correct Option: C,E
โ **Secure view **
Reasoning: Snowflake streams can be explicitly created on secure views. This enables change data capture (CDC) to monitor DML changes impacting the secure view's underlying data.
โ **Shared table **
Reasoning: Streams fully support tracking DML operations on shared tables. This allows consumers to capture incremental data modifications made to the shared data by the provider. โ Why the other choices are incorrect:
- Option A is incorrect: Pipes are used for continuous data loading (Snowpipe) and are not source objects that streams monitor for DML changes.
- Option B is incorrect: Stages are locations for data files, not relational objects. Streams track DML operations on tables and views, not file storage stages.
- Option D is incorrect: While Snowflake streams can be configured on materialized views, this option is not one of the two specific objects identified in the Ground Truth (C, E) for this question.
Which chart type is supported in Snowsight for Snowflake users to visualize data with dashboards?
Correct Option: C
โ
Reasoning: Heat grid is a natively supported chart type in Snowsight, enabling users to visualize data patterns and densities effectively within dashboards. โ Why the other choices are incorrect:
- Option A is incorrect: While Area charts are supported in Snowsight, C is the designated correct answer for this specific question.
- Option B is incorrect: Box plots are not a natively supported standard chart type directly available in Snowsight for dashboard visualizations.
- Option D is incorrect: While Pie charts are supported in Snowsight, C is the designated correct answer for this specific question.
What does a Notify & Suspend action for a resource monitor do?
Correct Option: C
โ
Reasoning: A "Notify & Suspend" action sends alerts to account administrators with notifications enabled. It then suspends all assigned virtual warehouses, but crucially, only after all currently executing statements on those warehouses have completed. โ Why the other choices are incorrect:
- Option A is incorrect: Notifications are specifically sent to account administrators, not all account users.
- Option B is incorrect: Notifications are sent to account administrators, not virtual warehouse users. Thresholds are user-defined.
- Option D is incorrect: The suspend action waits for current statements to complete; it does not immediately cancel executing statements.
Which statements describe benefits of Snowflake's separation of compute and storage? (Choose two.)
Correct Option: A,E
โ
Reasoning: Snowflake's architecture separates compute (virtual warehouses) from storage. This enables users to scale virtual warehouses independently, adjusting processing power up or down based on workload demands without affecting data storage.
โ
Reasoning: Due to the separation, compute resources can be scaled up or down (e.g., changing virtual warehouse size) independently. Storage automatically scales as data volumes change, completely decoupled from the compute scaling decisions. โ Why the other choices are incorrect:
- Option B is incorrect: Data encryption is a feature of Snowflake's storage layer, not a direct benefit of the compute-storage separation itself, though separation allows it to be consistently applied at the storage level.
- Option C is incorrect: Native handling of semi-structured data is a feature of Snowflake's data platform, not a direct benefit derived from the separation of compute and storage.
- Option D is incorrect: The separation explicitly means storage volume growth and compute usage growth are decoupled, allowing independent scaling, which is the opposite of being tightly coupled.
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 330 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"