ExamGecko
Home Home / Snowflake / COF-C02

Snowflake COF-C02 Practice Test - Questions Answers, Page 49

Question list
Search
Search

Which data type can be used to store geospatial data in Snowflake?

A.
Variant
A.
Variant
Answers
B.
Object
B.
Object
Answers
C.
Geometry
C.
Geometry
Answers
D.
Geography
D.
Geography
Answers
Suggested answer: D

Explanation:

Snowflake supports two geospatial data types:GEOGRAPHYandGEOMETRY. TheGEOGRAPHYdata type is used to store geospatial data that models the Earth as a perfect sphere, which is suitable for global geospatial data. This data type follows the WGS 84 standard and is used for storing points, lines, and polygons on the Earth's surface. TheGEOMETRYdata type, on the other hand, represents features in a planar (Euclidean, Cartesian) coordinate system and is typically used for local spatial reference systems.Since the question specifically asks about geospatial data, which commonly refers to Earth-related spatial data, the correct answer isGEOGRAPHY3.References:[COF-C02] SnowPro Core Certification Exam Study Guide

What can be used to view warehouse usage over time? (Select Two).

A.
The load HISTORY view
A.
The load HISTORY view
Answers
B.
The Query history view
B.
The Query history view
Answers
C.
The show warehouses command
C.
The show warehouses command
Answers
D.
The WAREHOUSE_METERING__HISTORY View
D.
The WAREHOUSE_METERING__HISTORY View
Answers
E.
The billing and usage tab in the Snowflake web Ul
E.
The billing and usage tab in the Snowflake web Ul
Answers
Suggested answer: B, D

Explanation:

To view warehouse usage over time, the Query history view and the WAREHOUSE_METERING__HISTORY View can be utilized.The Query history view allows users to monitor the performance of their queries and the load on their warehouses over a specified period1.The WAREHOUSE_METERING__HISTORY View provides detailed information about the workload on a warehouse within a specified date range, including average running and queued loads2.References:[COF-C02] SnowPro Core Certification Exam Study Guide

Which Snowflake feature is used for both querying and restoring data?

A.
Cluster keys
A.
Cluster keys
Answers
B.
Time Travel
B.
Time Travel
Answers
C.
Fail-safe
C.
Fail-safe
Answers
D.
Cloning
D.
Cloning
Answers
Suggested answer: B

Explanation:

Snowflake's Time Travel feature is used for both querying historical data in tables and restoring and cloning historical data in databases, schemas, and tables3. It allows users to access historical data within a defined period (1 day by default, up to 90 days for Snowflake Enterprise Edition) and is a key feature for data recovery and management.References:[COF-C02] SnowPro Core Certification Exam Study Guide

A company strongly encourages all Snowflake users to self-enroll in Snowflake's default Multi-Factor Authentication (MFA) service to provide increased login security for users connecting to Snowflake.

Which application will the Snowflake users need to install on their devices in order to connect with MFA?

A.
Okta Verify
A.
Okta Verify
Answers
B.
Duo Mobile
B.
Duo Mobile
Answers
C.
Microsoft Authenticator
C.
Microsoft Authenticator
Answers
D.
Google Authenticator
D.
Google Authenticator
Answers
Suggested answer: B

Explanation:

Snowflake's default Multi-Factor Authentication (MFA) service is powered by Duo Security. Users are required to install the Duo Mobile application on their devices to use MFA for increased login security when connecting to Snowflake.This service is managed entirely by Snowflake, and users do not need to sign up separately with Duo1.

Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?

A.
Pipes
A.
Pipes
Answers
B.
Streams
B.
Streams
Answers
C.
Tasks
C.
Tasks
Answers
D.
Procedures
D.
Procedures
Answers
Suggested answer: B

Explanation:

In Snowflake, Streams are the objects that track Data Manipulation Language (DML) changes made to tables, such as inserts, updates, and deletes. Streams record these changes along with metadata about each change, enabling actions to be taken using the changed data.This process is known as change data capture (CDC)2.

What is the Fail-safe period for a transient table in the Snowflake Enterprise edition and higher?

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

Explanation:

The Fail-safe period for a transient table in Snowflake, regardless of the edition (including Enterprise edition and higher), is 0 days. Fail-safe is a data protection feature that provides additional retention beyond the Time Travel period for recovering data in case of accidental deletion or corruption. However, transient tables are designed for temporary or short-term use and do not benefit from the Fail-safe feature, meaning that once their Time Travel period expires, data cannot be recovered.

References:

Snowflake Documentation: Understanding Fail-safe

Which view can be used to determine if a table has frequent row updates or deletes?

A.
TABLES
A.
TABLES
Answers
B.
TABLE_STORAGE_METRICS
B.
TABLE_STORAGE_METRICS
Answers
C.
STORAGE_DAILY_HISTORY
C.
STORAGE_DAILY_HISTORY
Answers
D.
STORAGE USAGE
D.
STORAGE USAGE
Answers
Suggested answer: B

Explanation:

The TABLE_STORAGE_METRICS view can be used to determine if a table has frequent row updates or deletes. This view provides detailed metrics on the storage utilization of tables within Snowflake, including metrics that reflect the impact of DML operations such as updates and deletes on table storage. For example, metrics related to the number of active and deleted rows can help identify tables that experience high levels of row modifications, indicating frequent updates or deletions.

References:

Snowflake Documentation: TABLE_STORAGE_METRICS View

While clustering a table, columns with which data types can be used as clustering keys? (Select TWO).

A.
BINARY
A.
BINARY
Answers
B.
GEOGRAPHY
B.
GEOGRAPHY
Answers
C.
GEOMETRY
C.
GEOMETRY
Answers
D.
OBJECT
D.
OBJECT
Answers
E.
VARIANT
E.
VARIANT
Answers
Suggested answer: A, C

Explanation:

A clustering key can be defined when a table is created by appending a CLUSTER Where each clustering key consists of one or more table columns/expressions, which can be of any data type, except GEOGRAPHY, VARIANT, OBJECT, or ARRAY https://docs.snowflake.com/en/user-guide/tables-clustering-keys

What does the worksheet and database explorer feature in Snowsight allow users to do?

A.
Add or remove users from a worksheet.
A.
Add or remove users from a worksheet.
Answers
B.
Move a worksheet to a folder or a dashboard.
B.
Move a worksheet to a folder or a dashboard.
Answers
C.
Combine multiple worksheets into a single worksheet.
C.
Combine multiple worksheets into a single worksheet.
Answers
D.
Tag frequently accessed worksheets for ease of access.
D.
Tag frequently accessed worksheets for ease of access.
Answers
Suggested answer: D

Explanation:

The worksheet and database explorer feature in Snowsight allows users to tag frequently accessed worksheets for ease of access. This functionality helps users organize and quickly navigate to the worksheets they use most often, enhancing productivity and streamlining the data exploration and analysis process within Snowsight, Snowflake's web-based query and visualization interface.

References:

Snowflake Documentation: Snowsight (UI for Snowflake)

What are characteristics of reader accounts in Snowflake? (Select TWO).

A.
Reader account users cannot add new data to the account.
A.
Reader account users cannot add new data to the account.
Answers
B.
Reader account users can share data to other reader accounts.
B.
Reader account users can share data to other reader accounts.
Answers
C.
A single reader account can consume data from multiple provider accounts.
C.
A single reader account can consume data from multiple provider accounts.
Answers
D.
Data consumers are responsible for reader account setup and data usage costs.
D.
Data consumers are responsible for reader account setup and data usage costs.
Answers
E.
Reader accounts enable data consumers to access and query data shared by the provider.
E.
Reader accounts enable data consumers to access and query data shared by the provider.
Answers
Suggested answer: A, E

Explanation:

Characteristics of reader accounts in Snowflake include:

A . Reader account users cannot add new data to the account: Reader accounts are intended for data consumption only. Users of these accounts can query and analyze the data shared with them but cannot upload or add new data to the account.

E . Reader accounts enable data consumers to access and query data shared by the provider: One of the primary purposes of reader accounts is to allow data consumers to access and perform queries on the data shared by another Snowflake account, facilitating secure and controlled data sharing.

References:

Snowflake Documentation: Reader Accounts

Total 716 questions
Go to page: of 72