Verified against the official Snowflake COF-C03 Exam Study Guide (last updated 2026-07-08) — subtopics below follow the guide's own numbering (1.1-1.6). Biggest domain by far — protect your best study time for this one.
snow): command-line tool for connecting, running SQL, managing Snowpark/
Native App projects, DevOps-style object management.CURRENT_ROLE(), CURRENT_WAREHOUSE(), etc. — session
context. Parameter hierarchy: account → user → session → object-level settings, each level
can override the one above. Parameter precedence: the most specific level set wins (e.g. a
session-level ALTER SESSION SET beats the account default for that session only).MAX_CLUSTER_COUNT > 10
(only possible on XS/S/M, given the size-based caps above), multiple clusters can start
simultaneously, not just one at a time. Shuts down least-loaded clusters "after a sustained
period of low load," once their current queries finish — no fixed timing given.SHOW/metadata-only
querying (little warehouse compute to offset against) could actually see a Cloud Services charge.ALTER WAREHOUSE ... SET MAX_CLUSTER_COUNT = ..., not the out-of-the-box behavior; Snowsight's
UI picker still tops out at 10 either way.Officially in scope (guide section 1.6) — not a maybe:
AI_-prefixed set of these functions in
November 2025 (AI_COMPLETE, AI_CLASSIFY, AI_TRANSLATE, AI_SENTIMENT,
AI_SUMMARIZE_AGG, etc.), superseding the older SNOWFLAKE.CORTEX.*/bare
SUMMARIZE/TRANSLATE/SENTIMENT naming. The exam guide may still reference the older names in
places — know both, but treat the AI_-prefixed names as current.Know what each one is and why it exists at a functional level — implementation depth is unlikely to be tested heavily given this is Core (not the Data Engineer/ML specialty tracks).