ExamGecko
Home Home / Snowflake / SnowPro Core

Snowflake SnowPro Core Practice Test - Questions Answers, Page 19

Question list
Search
Search

Which of the following accurately describes shares?

A.
Tables, secure views, and secure UDFs can be shared
A.
Tables, secure views, and secure UDFs can be shared
Answers
B.
Shares can be shared
B.
Shares can be shared
Answers
C.
Data consumers can clone a new table from a share
C.
Data consumers can clone a new table from a share
Answers
D.
Access to a share cannot be revoked once granted
D.
Access to a share cannot be revoked once granted
Answers
Suggested answer: A

Explanation:

Shares in Snowflake are named objects that encapsulate all the information required to share databases, schemas, tables, secure views, and secure UDFs.These objects can be added to a share by granting privileges on them to the share via a database role

What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)

A.
Ensure all ACCOUNTADMIN roles use Multi-factor Authentication (MFA).
A.
Ensure all ACCOUNTADMIN roles use Multi-factor Authentication (MFA).
Answers
B.
All users granted ACCOUNTADMIN role must be owned by the ACCOUNTADMIN role.
B.
All users granted ACCOUNTADMIN role must be owned by the ACCOUNTADMIN role.
Answers
C.
The ACCOUNTADMIN role must be granted to only one user.
C.
The ACCOUNTADMIN role must be granted to only one user.
Answers
D.
Assign the ACCOUNTADMIN role to at least two users, but as few as possible.
D.
Assign the ACCOUNTADMIN role to at least two users, but as few as possible.
Answers
E.
All users granted ACCOUNTADMIN role must also be granted SECURITYADMIN role.
E.
All users granted ACCOUNTADMIN role must also be granted SECURITYADMIN role.
Answers
Suggested answer: A, D

Explanation:

Best practices for using the ACCOUNTADMIN role include ensuring that all users with this role use Multi-factor Authentication (MFA) for added security.Additionally, it is recommended to assign the ACCOUNTADMIN role to at least two users to avoid delays in case of password recovery issues, but to as few users as possible to maintain strict control over account-level operations4.

What is the minimum Snowflake edition required for row level security?

A.
Standard
A.
Standard
Answers
B.
Enterprise
B.
Enterprise
Answers
C.
Business Critical
C.
Business Critical
Answers
D.
Virtual Private Snowflake
D.
Virtual Private Snowflake
Answers
Suggested answer: B

Explanation:

Row level security in Snowflake is available starting with the Enterprise edition.This feature allows for the creation of row access policies that can control access to data at the row level within tables and views

The is the minimum Fail-safe retention time period for transient tables?

A.
1 day
A.
1 day
Answers
B.
7 days
B.
7 days
Answers
C.
12 hours
C.
12 hours
Answers
D.
0 days
D.
0 days
Answers
Suggested answer: D

Explanation:

Transient tables in Snowflake have a minimum Fail-safe retention time period of 0 days.This means that once the Time Travel retention period ends, there is no additional Fail-safe period for transient tables

Which statements are correct concerning the leveraging of third-party data from the Snowflake Data Marketplace? (Choose two.)

A.
Data is live, ready-to-query, and can be personalized.
A.
Data is live, ready-to-query, and can be personalized.
Answers
B.
Data needs to be loaded into a cloud provider as a consumer account.
B.
Data needs to be loaded into a cloud provider as a consumer account.
Answers
C.
Data is not available for copying or moving to an individual Snowflake account.
C.
Data is not available for copying or moving to an individual Snowflake account.
Answers
D.
Data is available without copying or moving.
D.
Data is available without copying or moving.
Answers
E.
Data transformations are required when combining Data Marketplace datasets with existing data in Snowflake.
E.
Data transformations are required when combining Data Marketplace datasets with existing data in Snowflake.
Answers
Suggested answer: A, D

Explanation:

When leveraging third-party data from the Snowflake Data Marketplace, the data is live, ready-to-query, and can be personalized.Additionally, the data is available without the need for copying or moving it to an individual Snowflake account, allowing for seamless integration with existing data

What impacts the credit consumption of maintaining a materialized view? (Choose two.)

A.
Whether or not it is also a secure view
A.
Whether or not it is also a secure view
Answers
B.
How often the underlying base table is queried
B.
How often the underlying base table is queried
Answers
C.
How often the base table changes
C.
How often the base table changes
Answers
D.
Whether the materialized view has a cluster key defined
D.
Whether the materialized view has a cluster key defined
Answers
E.
How often the materialized view is queried
E.
How often the materialized view is queried
Answers
Suggested answer: C, D

Explanation:

The credit consumption for maintaining a materialized view is impacted by how often the base table changes and whether the materialized view has a cluster key defined (D). Changes to the base table can trigger a refresh of the materialized view, consuming credits. Additionally, having a cluster key defined can optimize the performance and credit usage during the materialized view's maintenance.Reference:SnowPro Core Certification materialized view credit consumption

What COPY INTO SQL command should be used to unload data into multiple files?

A.
SINGLE=TRUE
A.
SINGLE=TRUE
Answers
B.
MULTIPLE=TRUE
B.
MULTIPLE=TRUE
Answers
C.
MULTIPLE=FALSE
C.
MULTIPLE=FALSE
Answers
D.
SINGLE=FALSE
D.
SINGLE=FALSE
Answers
Suggested answer: D

Explanation:

The COPY INTO SQL command with the optionSINGLE=FALSEis used to unload data into multiple files. This option allows the data to be split into multiple files during the unload process.Reference:SnowPro Core Certification COPY INTO SQL command unload multiple files

When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?

A.
The cloned views and the stored procedures will reference the cloned tables in the cloned database.
A.
The cloned views and the stored procedures will reference the cloned tables in the cloned database.
Answers
B.
An error will occur, as views with qualified references cannot be cloned.
B.
An error will occur, as views with qualified references cannot be cloned.
Answers
C.
An error will occur, as stored objects cannot be cloned.
C.
An error will occur, as stored objects cannot be cloned.
Answers
D.
The stored procedures and views will refer to tables in the source database.
D.
The stored procedures and views will refer to tables in the source database.
Answers
Suggested answer: A

Explanation:

When cloning a database containing stored procedures and regular views with fully qualified table references, the cloned views and stored procedures will reference the cloned tables in the cloned database (A). This ensures that the cloned database is a self-contained copy of the original, with all references pointing to objects within the same cloned database.Reference:SnowPro Core Certification cloning database stored procedures views

When loading data into Snowflake, how should the data be organized?

A.
Into single files with 100-250 MB of compressed data per file
A.
Into single files with 100-250 MB of compressed data per file
Answers
B.
Into single files with 1-100 MB of compressed data per file
B.
Into single files with 1-100 MB of compressed data per file
Answers
C.
Into files of maximum size of 1 GB of compressed data per file
C.
Into files of maximum size of 1 GB of compressed data per file
Answers
D.
Into files of maximum size of 4 GB of compressed data per file
D.
Into files of maximum size of 4 GB of compressed data per file
Answers
Suggested answer: A

Explanation:

When loading data into Snowflake, it is recommended to organize the data into single files with 100-250 MB of compressed data per file. This size range is optimal for parallel processing and can help in achieving better performance during data loading operations.Reference:[COF-C02] SnowPro Core Certification Exam Study Guide

Which of the following objects can be directly restored using the UNDROP command? (Choose two.)

A.
Schema
A.
Schema
Answers
B.
View
B.
View
Answers
C.
Internal stage
C.
Internal stage
Answers
D.
Table
D.
Table
Answers
E.
User
E.
User
Answers
F.
Role
F.
Role
Answers
Suggested answer: B, D

Explanation:

The UNDROP command in Snowflake can be used to directly restore Views and Tables. These objects, when dropped, are moved to a 'Recycle Bin' where they can be restored within a time limit before they are permanently deleted.Reference:[COF-C02] SnowPro Core Certification Exam Study Guide

Total 627 questions
Go to page: of 63