Snowflake SnowPro Core Exam Practice Questions (P. 3)
- Full Access (1152 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
Which of the following statements describes a benefit of Snowflake's separation of compute and storage? (Choose all that apply.)
- AGrowth of storage and compute are tightly coupled together
- BStorage expands without the requirement to add more computeMost Voted
- CCompute can be scaled up or down without the requirement to add more storageMost Voted
- DMultiple compute clusters can access stored data without contentionMost Voted
Correct Answer:
BCD
BCD

In Snowflake, separating storage from compute allows flexibility and cost-efficiency. Specifically, storage can grow independent of compute resources, allowing for economical data scalability. Additionally, compute can be adjusted based on processing needs without altering storage, offering seamless performance scaling. Furthermore, the architecture supports multiple compute clusters accessing the same data without interference, enhancing concurrent data operations and analytics. These elements provide a highly adaptable platform catering to varying organizational needs.
send
light_mode
delete
Question #22
True or False: It is possible to unload structured data to semi-structured formats such as JSON and Parquet.
- ATrueMost Voted
- BFalse
Correct Answer:
A
Reference:
https://docs.snowflake.com/en/user-guide/data-unload-prepare.html
A
Reference:
https://docs.snowflake.com/en/user-guide/data-unload-prepare.html
send
light_mode
delete
Question #23
In which layer of its architecture does Snowflake store its metadata statistics?
- AStorage Layer
- BCompute Layer
- CDatabase Layer
- DCloud Services LayerMost Voted
Correct Answer:
D
Reference:
https://hevodata.com/blog/snowflake-architecture-cloud-data-warehouse/
D
Reference:
https://hevodata.com/blog/snowflake-architecture-cloud-data-warehouse/
send
light_mode
delete
Question #24
True or False: Data in fail-safe can be deleted by a user or the Snowflake team before it expires.
- ATrue
- BFalseMost Voted
Correct Answer:
B
Reference:
https://blog.knoldus.com/ksnow-time-travel-and-fail-safe-in-snowflake/
B
Reference:
https://blog.knoldus.com/ksnow-time-travel-and-fail-safe-in-snowflake/
send
light_mode
delete
Question #25
True or False: Snowflake's data warehouse was built from the ground up for the cloud in lieu of using an existing database or a platform, like Hadoop, as a base.
- ATrueMost Voted
- BFalse
Correct Answer:
B
Reference:
https://docs.snowflake.com/en/user-guide/intro-key-concepts.html
B
Reference:
https://docs.snowflake.com/en/user-guide/intro-key-concepts.html
send
light_mode
delete
Question #26
Which of the following statements are true of Virtual Warehouses? (Choose all that apply.)
- ACustomers can change the size of the Warehouse after creationMost Voted
- BA Warehouse can be resized while runningMost Voted
- CA Warehouse can be configured to suspend after a period of inactivity
- DA Warehouse can be configured to auto-resume when new queries are submitted
Correct Answer:
BC
Reference:
https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html
BC
Reference:
https://docs.snowflake.com/en/user-guide/warehouses-multicluster.html
send
light_mode
delete
Question #27
The PUT command: (Choose two.)
- AAutomatically creates a File Format object
- BAutomatically uses the last Stage created
- CAutomatically compresses files using GzipMost Voted
- DAutomatically encrypts filesMost Voted
Correct Answer:
CD
Reference:
https://docs.snowflake.com/en/sql-reference/sql/put.html
CD
Reference:
https://docs.snowflake.com/en/sql-reference/sql/put.html
send
light_mode
delete
Question #28
Which type of table corresponds to a single Snowflake session?
- ATemporaryMost Voted
- BTransient
- CProvisional
- DPermanent
Correct Answer:
A
A

Temporary tables in Snowflake are specifically designed to exist solely within the session they were created. They disappear once the session ends, ensuring data privacy and session-specific calculations without affecting the broader database environment. This makes them perfectly suited for scenarios requiring temporary data storage that is session-bound.
send
light_mode
delete
Question #29
Which interfaces can be used to create and/or manage Virtual Warehouses?
- AThe Snowflake Web Interface (UI)
- BSQL commands
- CData integration tools
- DAll of the aboveMost Voted
Correct Answer:
B
Reference:
https://docs.snowflake.com/en/user-guide/warehouses.html
B
Reference:
https://docs.snowflake.com/en/user-guide/warehouses.html
send
light_mode
delete
Question #30
When a Pipe is recreated using the CREATE OR REPLACE PIPE command:
- AThe Pipe load history is reset to emptyMost Voted
- BThe REFRESH parameter is set to TRUE
- CPreviously loaded files will be ignored
- DAll of the above
Correct Answer:
B
B

When a pipe is recreated using the CREATE OR REPLACE PIPE command, contrary to the initial assumption, the REFRESH parameter is not involved. Instead, the load history of the pipe is reset. This is crucial because any previous load operations' history is removed, potentially affecting subsequent operations if files were not appropriately managed in the staging area. Therefore, when recreating a pipe, considering the management of previously and newly staged files is vital to prevent data duplication. This understanding aligns with Snowflake’s official documentation.
send
light_mode
delete
All Pages