ExamGecko
Home / Snowflake / SnowPro Core
Ask Question

Snowflake SnowPro Core Practice Test - Questions Answers, Page 21

Question list
Search

Question 201

Report
Export
Collapse

Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.

Which SQL command should be used to delete the files?

PURGE
PURGE
MODIFY
MODIFY
REMOVE
REMOVE
DELETE
DELETE
Suggested answer: C

Explanation:

The SQL command used to delete files from a Snowflake internal stage is REMOVE.This command can be used to remove files from either an internal or external stage within Snowflake

asked 23/09/2024
Lietuvis Kau
32 questions

Question 202

Report
Export
Collapse

How should a virtual warehouse be configured if a user wants to ensure that additional multi-clusters are resumed with no delay?

Configure the warehouse to a size larger than generally required
Configure the warehouse to a size larger than generally required
Set the minimum and maximum clusters to autoscale
Set the minimum and maximum clusters to autoscale
Use the standard warehouse scaling policy
Use the standard warehouse scaling policy
Use the economy warehouse scaling policy
Use the economy warehouse scaling policy
Suggested answer: A

Explanation:

To ensure that additional multi-clusters are resumed with no delay, a virtual warehouse should be configured to a size larger than generally required.This configuration allows for immediate availability of additional resources when needed, without waiting for new clusters to start up

Topic 3, Exam pool C

asked 23/09/2024
ayodele fakayode
35 questions

Question 203

Report
Export
Collapse

Where is Snowflake metadata stored?

Within the data files
Within the data files
In the virtual warehouse layer
In the virtual warehouse layer
In the cloud services layer
In the cloud services layer
In the remote storage layer
In the remote storage layer
Suggested answer: C

Explanation:

Snowflake's architecture is divided into three layers: database storage, query processing, and cloud services. The metadata, which includes information about the structure of the data, the SQL operations performed, and the service-level policies, is stored in the cloud services layer. This layer acts as the brain of the Snowflake environment, managing metadata, query optimization, and transaction coordination.

asked 23/09/2024
Zuzana Combs
26 questions

Question 204

Report
Export
Collapse

Network policies can be applied to which of the following Snowflake objects? (Choose two.)

Roles
Roles
Databases
Databases
Warehouses
Warehouses
Users
Users
Accounts
Accounts
Suggested answer: D, E

Explanation:

Network policies in Snowflake can be applied to users and accounts.These policies control inbound access to the Snowflake service and internal stages, allowing or denying access based on the originating network identifiers12.

asked 23/09/2024
Mauro Daniele
37 questions

Question 205

Report
Export
Collapse

Which of the following practices are recommended when creating a user in Snowflake? (Choose two.)

Configure the user to be initially disabled.
Configure the user to be initially disabled.
Force an immediate password change.
Force an immediate password change.
Set a default role for the user.
Set a default role for the user.
Set the number of minutes to unlock to 15 minutes.
Set the number of minutes to unlock to 15 minutes.
Set the user's access to expire within a specified timeframe.
Set the user's access to expire within a specified timeframe.
Suggested answer: B, C
asked 23/09/2024
Amanda Ferrucho
26 questions

Question 206

Report
Export
Collapse

Which statement MOST accurately describes clustering in Snowflake?

The database ACCOUNTADMIN must define the clustering methodology for each Snowflake table.
The database ACCOUNTADMIN must define the clustering methodology for each Snowflake table.
Clustering is the way data is grouped together and stored within Snowflake micro-partitions.
Clustering is the way data is grouped together and stored within Snowflake micro-partitions.
The clustering key must be included in the COPY command when loading data into Snowflake.
The clustering key must be included in the COPY command when loading data into Snowflake.
Clustering can be disabled within a Snowflake account.
Clustering can be disabled within a Snowflake account.
Suggested answer: B

Explanation:

Clustering in Snowflake refers to the organization of data within micro-partitions, which are contiguous units of storage within Snowflake tables.Clustering keys can be defined to co-locate similar rows in the same micro-partitions, improving scan efficiency and query performance12.

asked 23/09/2024
Alexander Voronetsky
42 questions

Question 207

Report
Export
Collapse

Which privilege is required for a role to be able to resume a suspended warehouse if auto-resume is not enabled?

USAGE
USAGE
OPERATE
OPERATE
MONITOR
MONITOR
MODIFY
MODIFY
Suggested answer: B

Explanation:

The OPERATE privilege is required for a role to resume a suspended warehouse if auto-resume is not enabled.This privilege allows the role to start, stop, suspend, or resume a virtual warehouse3.

asked 23/09/2024
Helania Stevenson
51 questions

Question 208

Report
Export
Collapse

How often are the Account and Table master keys automatically rotated by Snowflake?

30 Days
30 Days
60 Days
60 Days
90 Days
90 Days
365 Days.
365 Days.
Suggested answer: A

Explanation:

Snowflake automatically rotates the Account and Table master keys when they are more than 30 days old.Active keys are retired, and new keys are created, ensuring robust security through frequent key changes1

asked 23/09/2024
Ryan Harris
42 questions

Question 209

Report
Export
Collapse

What are advantages clones have over tables created with CREATE TABLE AS SELECT statement? (Choose two.)

The clone always stays in sync with the original table.
The clone always stays in sync with the original table.
The clone has better query performance.
The clone has better query performance.
The clone is created almost instantly.
The clone is created almost instantly.
The clone will have time travel history from the original table.
The clone will have time travel history from the original table.
The clone saves space by not duplicating storage.
The clone saves space by not duplicating storage.
Suggested answer: C, E

Explanation:

Clones in Snowflake have the advantage of being created almost instantly and saving space by not duplicating storage.This is due to Snowflake's zero-copy cloning feature, which allows for the creation of object clones without the additional storage costs typically associated with data duplication23. Clones are independent of the original table and do not stay in sync with it, nor do they inherently have better query performance.However, they do inherit the time travel history from the original table at the time of cloning

asked 23/09/2024
xingrui li
36 questions

Question 210

Report
Export
Collapse

Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)

Bytes sent over network
Bytes sent over network
Percentage scanned from cache
Percentage scanned from cache
Partitions total
Partitions total
Bytes spilled to local storage
Bytes spilled to local storage
Partitions scanned
Partitions scanned
Suggested answer: C, E

Explanation:

Efficient pruning in Snowflake is indicated by the number of partitions scanned out of the total available.If a small percentage of partitions are scanned, it suggests that the pruning process is effectively narrowing down the data, which can lead to improved query performance

asked 23/09/2024
gregory koontz
42 questions
Total 627 questions
Go to page: of 63