nerdexam
Snowflake

COF-C02 · Question #31

What happens when an external or an internal stage is dropped? (Select TWO).

The correct answer is A. When dropping an external stage, the files are not removed and only the stage is dropped D. When dropping an internal stage, the files are deleted with the stage and the files are not. Snowflake treats external and internal stages very differently when dropped. For external stages, only the stage definition (the metadata pointer) is removed from Snowflake - the actual files in the external cloud storage (S3, Azure Blob, GCS) are left completely untouched…

Data Loading and Unloading

Question

What happens when an external or an internal stage is dropped? (Select TWO).

Options

  • AWhen dropping an external stage, the files are not removed and only the stage is dropped
  • BWhen dropping an external stage, both the stage and the files within the stage are removed
  • CWhen dropping an internal stage, the files are deleted with the stage and the files are recoverable
  • DWhen dropping an internal stage, the files are deleted with the stage and the files are not
  • EWhen dropping an internal stage, only selected files are deleted with the stage and are not

How the community answered

(37 responses)
  • A
    95% (35)
  • C
    3% (1)
  • E
    3% (1)

Explanation

Snowflake treats external and internal stages very differently when dropped. For external stages, only the stage definition (the metadata pointer) is removed from Snowflake - the actual files in the external cloud storage (S3, Azure Blob, GCS) are left completely untouched because Snowflake does not own that storage. For internal stages, Snowflake owns the underlying storage, so dropping the stage permanently deletes all staged files along with it. These files do NOT go through Time Travel or Fail-safe and are therefore unrecoverable. Option C is wrong because it incorrectly states the files are recoverable. Option E is wrong because all files in an internal stage are deleted, not just 'selected' ones.

Topics

#Stage Management#External Stages#Internal Stages#DROP STAGE

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice