ExamGecko
Home Home / Snowflake / COF-C02

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

Question list
Search
Search

What column type does a Kafka connector store formatted information in a single column?

A.
ARRAY
A.
ARRAY
Answers
B.
OBJECT
B.
OBJECT
Answers
C.
VARCHAR
C.
VARCHAR
Answers
D.
VARIANT
D.
VARIANT
Answers
Suggested answer: D

Explanation:

The Kafka connector stores formatted information in a single column of type VARIANT.This column type is used to store semi-structured data like JSON or Avro, which allows for flexibility in the data structure

When unloading data to an external stage, what is the MAXIMUM file size supported?

A.
1 GB
A.
1 GB
Answers
B.
5 GB
B.
5 GB
Answers
C.
10 GB
C.
10 GB
Answers
D.
16 GB
D.
16 GB
Answers
Suggested answer: B

Explanation:

When unloading data to an external stage, the maximum file size supported is 5 GB.This limit ensures efficient data transfer and management within Snowflake's architecture

By definition, a secure view is exposed only to users with what privilege?

A.
IMPORT SHARE
A.
IMPORT SHARE
Answers
B.
OWNERSHIP
B.
OWNERSHIP
Answers
C.
REFERENCES
C.
REFERENCES
Answers
D.
USAGE
D.
USAGE
Answers
Suggested answer: B

Explanation:

A secure view in Snowflake is exposed only to users with the OWNERSHIP privilege.This privilege ensures that only authorized users who own the view, or roles that include ownership, can access the secure view

What is a characteristic of the Snowflake Query Profile?

A.
It can provide statistics on a maximum number of 100 queries per week.
A.
It can provide statistics on a maximum number of 100 queries per week.
Answers
B.
It provides a graphic representation of the main components of the query processing.
B.
It provides a graphic representation of the main components of the query processing.
Answers
C.
It provides detailed statistics about which queries are using the greatest number of compute resources.
C.
It provides detailed statistics about which queries are using the greatest number of compute resources.
Answers
D.
It can be used by third-party software using the Query Profile API.
D.
It can be used by third-party software using the Query Profile API.
Answers
Suggested answer: B

Explanation:

The Snowflake Query Profile provides a graphic representation of the main components of the query processing.This visual aid helps users understand the execution details and performance characteristics of their queries4.

What statistical information in a Query Profile indicates that the query is too large to fit in memory? (Select TWO).

A.
Bytes spilled to local cache.
A.
Bytes spilled to local cache.
Answers
B.
Bytes spilled to local storage.
B.
Bytes spilled to local storage.
Answers
C.
Bytes spilled to remote cache.
C.
Bytes spilled to remote cache.
Answers
D.
Bytes spilled to remote storage.
D.
Bytes spilled to remote storage.
Answers
E.
Bytes spilled to remote metastore.
E.
Bytes spilled to remote metastore.
Answers
Suggested answer: A, B

Explanation:

In a Query Profile, the statistical information that indicates a query is too large to fit in memory includes bytes spilled to local cache and bytes spilled to local storage.These metrics suggest that the working data set of the query exceeded the memory available on the warehouse nodes, causing intermediate results to be written to disk

What is the MAXIMUM Time Travel retention period for a transient table?

A.
O days
A.
O days
Answers
B.
1 day
B.
1 day
Answers
C.
7 days
C.
7 days
Answers
D.
90 days
D.
90 days
Answers
Suggested answer: B

Explanation:

The maximum Time Travel retention period for a transient table in Snowflake is 1 day.This is the default and maximum duration for which Snowflake maintains the historical data for transient tables, allowing users to query data as it appeared at any point within the past 24 hours2.

Which query contains a Snowflake hosted file URL in a directory table for a stage named bronzestage?

A.
list @bronzestage;
A.
list @bronzestage;
Answers
B.
select * from directory(@bronzestage);
B.
select * from directory(@bronzestage);
Answers
C.
select metadata$filename from @bronzestage;
C.
select metadata$filename from @bronzestage;
Answers
D.
select * from table(information_schema.stage_directory_file_registration_history( stage name=>'bronzestage1));
D.
select * from table(information_schema.stage_directory_file_registration_history( stage name=>'bronzestage1));
Answers
Suggested answer: B

Explanation:

The query that contains a Snowflake hosted file URL in a directory table for a stage named bronzestage isselect * from directory(@bronzestage).This query retrieves a list of all files on the stage along with metadata, including the Snowflake file URL for each file3.

Which Snowflake edition enables data sharing only through Snowflake Support?

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

Explanation:

The Snowflake edition that enables data sharing only through Snowflake Support is the Virtual Private Snowflake (VPS).By default, VPS does not permit data sharing outside of the VPS environment, but it can be enabled through Snowflake Support4.

When would Snowsight automatically detect if a target account is in a different region and enable cross-cloud auto-fulfillment?

A.
When using a paid listing on the Snowflake Marketplace
A.
When using a paid listing on the Snowflake Marketplace
Answers
B.
When using a private listing on the Snowflake Marketplace
B.
When using a private listing on the Snowflake Marketplace
Answers
C.
When using a personalized listing on the Snowflake Marketplace
C.
When using a personalized listing on the Snowflake Marketplace
Answers
D.
When using a Direct Share with another account
D.
When using a Direct Share with another account
Answers
Suggested answer: A

Explanation:

Snowsight automatically detects if a target account is in a different region and enables cross-cloud auto-fulfillment when using a paid listing on the Snowflake Marketplace.This feature allows Snowflake to manage the replication of data products to consumer regions as needed, without manual intervention1.

Which languages requite that User-Defined Function (UDF) handlers be written inline? (Select TWO).

A.
Java
A.
Java
Answers
B.
Javascript
B.
Javascript
Answers
C.
Scala
C.
Scala
Answers
D.
Python
D.
Python
Answers
E.
SQL
E.
SQL
Answers
Suggested answer: B, E

Explanation:

User-Defined Function (UDF) handlers must be written inline for Javascript and SQL.These languages allow the UDF logic to be included directly within the SQL statement that creates the UDF2.

Total 716 questions
Go to page: of 72