Cheat Sheet · Data & Analytics

SnowPro Core (COF-C03) Cheat Sheet

intermediate

A free SnowPro Core (COF-C03) cheat sheet: the six topic areas, architecture, virtual warehouses, loading, Time Travel and RBAC for fast revision.

By The Exam Atlas Editorial Team · Verified 2026-06-06

A final-revision summary for SnowPro Core (COF-C03). Study aid only - no notes in the proctored exam.

The six topic areas

Snowflake does not publish a fixed percentage weight for each area, so prepare broadly across all six.

#Topic area
1Snowflake AI Data Cloud features and architecture
2Account access and security
3Performance concepts
4Data loading and unloading
5Data transformations
6Data protection and data sharing

The three-layer architecture

LayerWhat it does
StorageHolds data as compressed, columnar micro-partitions in cloud storage
ComputeVirtual warehouses that run queries and loads (billed in credits)
Cloud servicesAuthentication, metadata, optimisation and security - the “brain”

Performance and cost

TermIdea
Scale up vs outBigger warehouse (single query) vs more clusters (concurrency)
Micro-partition pruningSkipping partitions that cannot match - the basis of speed
Clustering keyCo-locates related rows so pruning works on large tables
Results cacheIdentical query results returned for 24 hours, no warehouse used
Warehouse cacheLocal cache on a running warehouse for repeated queries
CreditsCompute billing by warehouse size and run time

Data loading and unloading

TermIdea
StageFile location: internal (Snowflake) or external (e.g. S3)
COPY INTOBulk load files from a stage into a table - or unload out
SnowpipeContinuous, automated loading as files arrive
File formatNamed parsing options (CSV, JSON, and more)

Data transformations

TermIdea
VARIANTColumn type that stores JSON / semi-structured data
FLATTENExpands nested arrays or objects into rows
ViewsVirtual tables; secure views hide detail for sharing
UDFs and proceduresCustom functions and server-side procedural logic

Security - RBAC

TermIdea
RBACPrivileges go to roles; roles go to users and other roles
System rolesACCOUNTADMIN, SYSADMIN, SECURITYADMIN, PUBLIC
Network policyAllow or block access by IP range
Dynamic data maskingColumn-level masking based on the querying role

Data protection and sharing

TermIdea
Time TravelQuery or restore data within a retention window (you control it)
Fail-safeSeparate Snowflake-managed 7-day recovery after Time Travel ends
Zero-copy cloneInstant copy sharing storage until data changes
Secure data sharingLive, read-only access to objects - no data copied
Reader accountLets a non-customer read shared data

Exam facts at a glance

ItemValue
Exam codeCOF-C03 (replaced COF-C02 in early 2026)
Questions~100 (confirm on the official page)
Duration~115 minutes (confirm on the official page)
Passing score750 / 1000 (scaled)
FormatMultiple-choice and multiple-select; proctored; Pearson VUE
Validity2 years (recertify to keep current)
Cost~US$175 per attempt (confirm on the official page)

Time Travel vs Fail-safe - do not confuse them

Time Travel is user-controlled and lets you query or restore data within a configurable retention window. Fail-safe is a separate, Snowflake-managed seven-day period that begins after Time Travel ends, and only Snowflake can use it to recover data. They are two distinct mechanisms, not one feature.

FAQ

Can I use notes in the SnowPro Core exam?
No. It is proctored and delivered through Pearson VUE, online or at a test centre. Use this sheet for final revision before exam day only.

Sources