ExamGecko
Home Home / Snowflake / DEA-C01

Snowflake DEA-C01 Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

SYSTEM$CLUSTERING_INFORMATION functions returns clustering information, including average clustering depth, for a table based on one or more columns in the table. The function returns a JSON object containing average_overlaps name/value pairs. Does High average_overlaps indicates well organized Clustering?

A.
YES
A.
YES
Answers
B.
NO
B.
NO
Answers
Suggested answer: B

Explanation:

Higher the avg_overlap indicates poorly organized clustering.

The smaller the average depth, the better clustered the table is with regards to the specified column?

A.
TRUE
A.
TRUE
Answers
B.
FALSE
B.
FALSE
Answers
Suggested answer: A

Data Engineer, ran the below clustering depth analysis function:

select system$clustering_depth('TPCH_CUSTOMERS', '(C1, C6)', 'C9 = 30'); on TPCH_CUSTOMERS table, will return which of the following?

A.
An error: this function does not accept lists of columns as a third parameter.
A.
An error: this function does not accept lists of columns as a third parameter.
Answers
B.
An error: this function does not accept predicates ('C9 = 30') as parameter.
B.
An error: this function does not accept predicates ('C9 = 30') as parameter.
Answers
C.
Calculate the clustering depth for a table using mentioned columns in the table.
C.
Calculate the clustering depth for a table using mentioned columns in the table.
Answers
D.
Calculate the clustering depth for a table using the clustering key defined for the table.
D.
Calculate the clustering depth for a table using the clustering key defined for the table.
Answers
Suggested answer: C

Mark the Correct Statements:

Statement 1. Snowflake's zero-copy cloning feature provides a convenient way to quickly take a "snapshot" of any table, schema, or database.

Statement 2. Data Engineer can use zero-copy cloning feature for creating instant backups that do not incur any additional costs (until changes are made to the cloned object).

A.
Statement 1
A.
Statement 1
Answers
B.
Statement 2
B.
Statement 2
Answers
C.
Both are False.
C.
Both are False.
Answers
D.
Statement 1 & 2 are correct.
D.
Statement 1 & 2 are correct.
Answers
Suggested answer: C

Explanation:

Snowflake's zero-copy cloning feature provides a convenient way to quickly take a "snapshot" of any table, schema, or database and create a derived copy of that object which initially shares the underlying storage. This can be extremely useful for creating instant backups that do not incur any additional costs (until changes are made to the cloned object).

For example, when a clone is created of a table, the clone utilizes no data storage because it shares all the existing micro-partitions of the original table at the time it was cloned; however, rows can then be added, deleted, or updated in the clone independently from the original table. Each change to the clone results in new micro-partitions that are owned exclusively by the clone and are protected through CDP.

Clones can be cloned, with no limitations on the number or iterations of clones that can be created (e.g. you can create a clone of a clone of a clone, and so on), which results in a n-level hierarchy of cloned objects, each with their own portion of shared and independent data storage?

A.
TRUE
A.
TRUE
Answers
B.
FALSE
B.
FALSE
Answers
Suggested answer: A

Mark the Correct Statements:

Statement 1. Enable failover for a primary database to one or more accounts in your organization using an ALTER DATABASE … ENABLE FAILOVER TO ACCOUNTS statement.

Statement 2. Enabling failover for a primary database can be done by Data Engineer either before or after a replica of the primary database has been created in a specified account.

A.
Statement 1
A.
Statement 1
Answers
B.
Statement 2
B.
Statement 2
Answers
C.
Both are False.
C.
Both are False.
Answers
D.
Both are Correct.
D.
Both are Correct.
Answers
Suggested answer: D

Which Role inherits the privileges of the USERADMIN role via the system role hierarchy?

A.
SYSADMIN
A.
SYSADMIN
Answers
B.
SECURITYADMIN
B.
SECURITYADMIN
Answers
C.
PUBLIC
C.
PUBLIC
Answers
D.
CUSTOM ROLE
D.
CUSTOM ROLE
Answers
Suggested answer: B

Which privilege are required on an object (i.e. user or role) with USERADMIN Role can modify the object properties?

A.
OPEARTE
A.
OPEARTE
Answers
B.
MANAGE GRANTS
B.
MANAGE GRANTS
Answers
C.
OWNERSHIP
C.
OWNERSHIP
Answers
D.
MODIFY
D.
MODIFY
Answers
Suggested answer: C

Does sensitive data in Snowflake is modified in an existing table while applying Masking policies?

A.
YES
A.
YES
Answers
B.
NO
B.
NO
Answers
Suggested answer: B

Explanation:

Snowflake supports masking policies as a schema-level object to protect sensitive data from unauthorized access while allowing authorized users to access sensitive data at query runtime. This means that sensitive data in Snowflake is not modified in an existing table (i.e. no static masking).

Rather, when users execute a query in which a masking policy applies, the masking policy condi-tions determine whether unauthorized users see masked, partially masked, obfuscated, or tokenized data.

Can Masking policies be applied to virtual columns?

A.
TRUE
A.
TRUE
Answers
B.
FALSE
B.
FALSE
Answers
Suggested answer: B
Total 130 questions
Go to page: of 13