ExamGecko
Home Home / Snowflake / COF-C02

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

Question list
Search
Search

What can a Snowflake user do in the Admin area of Snowsight?

A.
Analyze query performance.
A.
Analyze query performance.
Answers
B.
Write queries and execute them.
B.
Write queries and execute them.
Answers
C.
Provide an overview of the listings in the Snowflake Marketplace.
C.
Provide an overview of the listings in the Snowflake Marketplace.
Answers
D.
Connect to Snowflake partners to explore extended functionality.
D.
Connect to Snowflake partners to explore extended functionality.
Answers
Suggested answer: A

Explanation:

In the Admin area of Snowsight, users can analyze query performance, manage Snowflake warehouses, set up and view details about resource monitors, manage users and roles, and administer Snowflake accounts in their organization2.

How can a Snowflake user optimize query performance in Snowflake? (Select TWO).

A.
Create a view.
A.
Create a view.
Answers
B.
Cluster a table.
B.
Cluster a table.
Answers
C.
Enable the search optimization service.
C.
Enable the search optimization service.
Answers
D.
Enable Time Travel.
D.
Enable Time Travel.
Answers
E.
Index a table.
E.
Index a table.
Answers
Suggested answer: B, C

Explanation:

To optimize query performance in Snowflake, users can cluster a table, which organizes the data in a way that minimizes the amount of data scanned during queries.Additionally, enabling the search optimization service can improve the performance of selective point lookup queries on large tables34.

What MINIMUM privilege is required on the external stage for any role in the GET REST API to access unstructured data files using a file URL?

A.
READ
A.
READ
Answers
B.
OWNERSHIP
B.
OWNERSHIP
Answers
C.
USAGK
C.
USAGK
Answers
D.
WRTTF
D.
WRTTF
Answers
Suggested answer: A

Explanation:

The minimum privilege required on an external stage for any role to access unstructured data files using a file URL in the GET REST API is READ. This allows the role to retrieve or download data files from the stage.

Which features could be used to improve the performance of queries that return a small subset of rows from a large table? (Select TWO).

A.
Search optimization service
A.
Search optimization service
Answers
B.
Automatic clustering
B.
Automatic clustering
Answers
C.
Row access policies
C.
Row access policies
Answers
D.
Multi-cluster virtual warehouses
D.
Multi-cluster virtual warehouses
Answers
E.
Secure views
E.
Secure views
Answers
Suggested answer: A, B

Explanation:

The search optimization service and automatic clustering are features that can improve the performance of queries returning a small subset of rows from a large table. The search optimization service is designed for low-latency point lookup queries, while automatic clustering organizes data in micro-partitions based on specific dimensions to reduce the amount of data scanned during queries.

Which Snowflake URL type allows users or applications to download or access files directly from Snowflake stage without authentication?

A.
Directory
A.
Directory
Answers
B.
File
B.
File
Answers
C.
Pre-signed
C.
Pre-signed
Answers
D.
Scoped
D.
Scoped
Answers
Suggested answer: C

Explanation:

The pre-signed URL type allows users or applications to download or access files directly from a Snowflake stage without authentication. This URL type is open and can be used without needing to authenticate into Snowflake or pass an authorization token.

At what levels can a resource monitor be configured? (Select TWO).

A.
Account
A.
Account
Answers
B.
Database
B.
Database
Answers
C.
Organization
C.
Organization
Answers
D.
Schema
D.
Schema
Answers
E.
Virtual warehouse
E.
Virtual warehouse
Answers
Suggested answer: A, E

Explanation:

Resource monitors in Snowflake can be configured at the account and virtual warehouse levels. They are used to track credit usage and control costs associated with running virtual warehouses. When certain thresholds are reached, resource monitors can trigger actions such as sending alerts or suspending warehouses to prevent excessive credit consumption.References:[COF-C02] SnowPro Core Certification Exam Study Guide

How do Snowflake data providers share data that resides in different databases?

A.
External tables
A.
External tables
Answers
B.
Secure views
B.
Secure views
Answers
C.
Materialized views
C.
Materialized views
Answers
D.
User-Defined Functions (UDFs)
D.
User-Defined Functions (UDFs)
Answers
Suggested answer: B

Explanation:

Snowflake data providers can share data residing in different databases through secure views. Secure views allow for the referencing of objects such as schemas, tables, and other views contained in one or more databases, as long as those databases belong to the same account. This enables providers to share data securely and efficiently with consumers.References:[COF-C02] SnowPro Core Certification Exam Study Guide

What can a Snowflake user do with the information included in the details section of a Query Profile?

A.
Determine the total duration of the query.
A.
Determine the total duration of the query.
Answers
B.
Determine the role of the user who ran the query.
B.
Determine the role of the user who ran the query.
Answers
C.
Determine the source system that the queried table is from.
C.
Determine the source system that the queried table is from.
Answers
D.
Determine if the query was on structured or semi-structured data.
D.
Determine if the query was on structured or semi-structured data.
Answers
Suggested answer: A

Explanation:

The details section of a Query Profile in Snowflake provides users with various statistics and information about the execution of a query. One of the key pieces of information that can be determined from this section is the total duration of the query, which helps in understanding the performance and identifying potential bottlenecks.References:[COF-C02] SnowPro Core Certification Exam Study Guide

How many network policies can be assigned to an account or specific user at a time?

A.
One
A.
One
Answers
B.
Two
B.
Two
Answers
C.
Three
C.
Three
Answers
D.
Unlimited
D.
Unlimited
Answers
Suggested answer: A

Explanation:

According to my knowledge, a security administrator can create multiple network policies, but only one network policy can be active for an account or specific user at any given time. This ensures that there is a clear and consistent policy being applied without conflicts.References:Based on my internal knowledge as of 2021.

A tabular User-Defined Function (UDF) is defined by specifying a return clause that contains which keyword?

A.
ROW_NUMBER
A.
ROW_NUMBER
Answers
B.
TABLE
B.
TABLE
Answers
C.
TABULAR
C.
TABULAR
Answers
D.
VALUES
D.
VALUES
Answers
Suggested answer: B

Explanation:

In Snowflake, a tabular User-Defined Function (UDF) is defined with a return clause that includes the keyword ''TABLE.'' This indicates that the UDF will return a set of rows, which can be used in the FROM clause of a query.References:Based on my internal knowledge as of 2021.

Total 716 questions
Go to page: of 72