It does not retain any privileges granted on the source object.
B.
It replicates all granted privileges on the corresponding source objects.
C.
It replicates all granted privileges on the corresponding child objects.
D.
It replicates all granted privileges on the corresponding child schema objects.
Answer:
A
Explanation:
Explanation:
When a database is cloned in Snowflake, it does not retain any privileges that were granted on the source object. The clone will need to have privileges reassigned as necessary for users to access it. References: [COF-C02] SnowPro Core Certification Exam Study Guide
Question 177
What does Snowflake's search optimization service support?
Options:
A.
External tables
B.
Materialized views
C.
Tables and views that are not protected by row access policies
D.
Casts on table columns (except for fixed-point numbers cast to strings)
Answer:
C
Explanation:
Explanation:
Snowflake’s search optimization service supports tables and views that are not protected by row access policies. It is designed to improve the performance of certain types of queries on tables, including selective point lookup queries and queries on fields in VARIANT, OBJECT, and ARRAY (semi-structured) columns1.
Question 178
Which parameter prevents streams on tables from becoming stale?
Options:
A.
MAXDATAEXTENSIONTIMEINDAYS
B.
MTN_DATA_RETENTION_TTME_TN_DAYS
C.
LOCK_TIMEOUT
D.
STALE_AFTER
Answer:
A
Explanation:
Explanation:
The parameter that prevents streams on tables from becoming stale is MAXDATAEXTENSIONTIMEINDAYS. This parameter specifies the maximum number of days for which Snowflake can extend the data retention period for the table to prevent streams on the table from becoming stale4.
Question 179
Which of the following describes the Snowflake Cloud Services layer?
Options:
A.
Coordinates activities in the Snowflake account
B.
Executes queries submitted by the Snowflake account users
C.
Manages quotas on the Snowflake account storage
D.
Manages the virtual warehouse cache to speed up queries
Answer:
A
Explanation:
Explanation:
The Snowflake Cloud Services layer coordinates activities within the Snowflake account. It is responsible for tasks such as authentication, infrastructure management, metadata management, query parsing and optimization, and access control. References: Based on general cloud database architecture knowledge.