Which privilege is required on a virtual warehouse to abort any existing executing queries?
USAGE
OPERATE
MODIFY
MONITOR
The privilege required on a virtual warehouse to abort any existing executing queries isOPERATE. TheOPERATEprivilege on a virtual warehouse allows a user to perform operational tasks on the warehouse, including starting, stopping, and restarting the warehouse, as well as aborting running queries. This level of control is essential for managing resource utilization and ensuring that the virtual warehouse operates efficiently.
Which Snowflake table supports unstructured data?
Directory
Transient
Temporary
Permanent
While Snowflake primarily deals with structured and semi-structured data, it also has the capability to handle unstructured data. Unstructured data can be stored in Snowflake using variants of SQL data types in tables, which can be permanent tables. These permanent tables, while traditionally used for structured or semi-structured data (like JSON, Avro, or Parquet), can also accommodate unstructured data in the form of binary formats or strings, offering flexibility in data storage and analysis. However, the management and querying of unstructured data in Snowflake may require additional considerations compared to structured data.
In Snowpipe, what is the default behavior of the ON_ERROR copy option?
CONTINUE
SKIP_FILE
SKIP_FILE_ < num >
ABORT_STATEMENT
The correct answer is B. SKIP_FILE .
Important correction:
The provided answer A. CONTINUE is not correct for Snowpipe.
For regular bulk loading with COPY INTO < table > , the default ON_ERROR behavior is commonly associated with ABORT_STATEMENT. However, Snowpipe has different behavior. In Snowpipe, the default ON_ERROR option is SKIP_FILE .
Why B is correct:
With ON_ERROR = SKIP_FILE, if Snowpipe encounters an error while loading a file, the file is skipped instead of causing the entire continuous loading process to fail.
Why the other options are incorrect:
A. CONTINUE continues loading and skips individual error rows, but it is not the default Snowpipe behavior.
C. SKIP_FILE_ < num > skips a file after a specified number of errors, but it is not the default.
D. ABORT_STATEMENT is associated with standard COPY INTO < table > behavior, not the default Snowpipe behavior.
Official Snowflake documentation reference:
Snowflake documentation for Snowpipe explains that the default ON_ERROR copy option for Snowpipe is SKIP_FILE.
|
PDF + Testing Engine
|
|---|
|
$49.5 |
|
Testing Engine
|
|---|
|
$37.5 |
|
PDF (Q&A)
|
|---|
|
$31.5 |
Snowflake Free Exams |
|---|
|
Copyright © 2026 Examstrack. All Rights Reserved
TESTED 19 Jul 2026
