ExamGecko
Home / Snowflake / COF-C02
Ask Question

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

Question list
Search

Question 201

Report
Export
Collapse

Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)

Bytes sent over network
Bytes sent over network
Percentage scanned from cache
Percentage scanned from cache
Partitions total
Partitions total
Bytes spilled to local storage
Bytes spilled to local storage
Partitions scanned
Partitions scanned
Suggested answer: C, E

Explanation:

Efficient pruning in Snowflake is indicated by the number of partitions scanned out of the total available.If a small percentage of partitions are scanned, it suggests that the pruning process is effectively narrowing down the data, which can lead to improved query performance

asked 23/09/2024
Lin Joel
23 questions

Question 202

Report
Export
Collapse

Which TABLE function helps to convert semi-structured data to a relational representation?

CHECK_JSON
CHECK_JSON
TO_JSON
TO_JSON
FLATTEN
FLATTEN
PARSE_JSON
PARSE_JSON
Suggested answer: C

Explanation:

The FLATTEN table function in Snowflake is used to convert semi-structured data, such as JSON or XML, into a relational format.It expands nested arrays or objects into multiple rows, making the data suitable for relational querying3.

asked 23/09/2024
Jefferson Salvio
39 questions

Question 203

Report
Export
Collapse

Which URL type allows users to access unstructured data without authenticating into Snowflake or passing an authorization token?

Pre-signed URL
Pre-signed URL
Scoped URL
Scoped URL
Signed URL
Signed URL
File URL
File URL
Suggested answer: A

Explanation:

Pre-signed URLs in Snowflake allow users to access unstructured data without the need for authentication into Snowflake or passing an authorization token.These URLs are open and can be directly accessed or downloaded by any user or application, making them ideal for business intelligence applications or reporting tools that need to display unstructured file contents

asked 23/09/2024
Norm Scott
31 questions

Question 204

Report
Export
Collapse

What is the recommended compressed file size range for continuous data loads using Snowpipe?

8-16 MB
8-16 MB
16-24 MB
16-24 MB
10-99 MB
10-99 MB
100-250 MB
100-250 MB
Suggested answer: D

Explanation:

For continuous data loads using Snowpipe, the recommended compressed file size range is between 100-250 MB.This size range is suggested to optimize the number of parallel operations for a load and to avoid size limitations, ensuring efficient and cost-effective data loading

asked 23/09/2024
Rostyslav Skrypnyk
48 questions

Question 205

Report
Export
Collapse

Which of the following statements describes a schema in Snowflake?

A logical grouping of objects that belongs to a single database
A logical grouping of objects that belongs to a single database
A logical grouping of objects that belongs to multiple databases
A logical grouping of objects that belongs to multiple databases
A named Snowflake object that includes all the information required to share a database
A named Snowflake object that includes all the information required to share a database
A uniquely identified Snowflake account within a business entity
A uniquely identified Snowflake account within a business entity
Suggested answer: A

Explanation:

A schema in Snowflake is a logical grouping of database objects, such as tables and views, that belongs to a single database.Each schema is part of a namespace in Snowflake, which is inferred from the current database and schema in use for the session5

asked 23/09/2024
Muhammad Waheed
41 questions

Question 206

Report
Export
Collapse

What is a responsibility of Snowflake's virtual warehouses?

Infrastructure management
Infrastructure management
Metadata management
Metadata management
Query execution
Query execution
Query parsing and optimization
Query parsing and optimization
Permanent storage of micro-partitions
Permanent storage of micro-partitions
Suggested answer: C

Explanation:

Snowflake's virtual warehouses are responsible for query execution.They are clusters of compute resources that execute SQL statements, perform DML operations, and load data into tables

asked 23/09/2024
Michael Serda
36 questions

Question 207

Report
Export
Collapse

Which of the following are handled by the cloud services layer of the Snowflake architecture? (Choose two.)

Query execution
Query execution
Data loading
Data loading
Time Travel data
Time Travel data
Security
Security
Authentication and access control
Authentication and access control
Suggested answer: D, E

Explanation:

The cloud services layer of Snowflake architecture handles various aspects including security functions, authentication of user sessions, and access control, ensuring that only authorized users can access the data and services23.

asked 23/09/2024
Nuno Silva
38 questions

Question 208

Report
Export
Collapse

Credit charges for Snowflake virtual warehouses are calculated based on which of the following considerations? (Choose two.)

The number of queries executed
The number of queries executed
The number of active users assigned to the warehouse
The number of active users assigned to the warehouse
The size of the virtual warehouse
The size of the virtual warehouse
The length of time the warehouse is running
The length of time the warehouse is running
The duration of the queries that are executed
The duration of the queries that are executed
Suggested answer: C, D

Explanation:

Credit charges for Snowflake virtual warehouses are calculated based on the size of the virtual warehouse and the length of time the warehouse is running.The size determines the compute resources available, and charges are incurred for the time these resources are utilized

asked 23/09/2024
Aboudou-Razakou KONI
34 questions

Question 209

Report
Export
Collapse

What file formats does Snowflake support for loading semi-structured data? (Choose three.)

TSV
TSV
JSON
JSON
PDF
PDF
Avro
Avro
Parquet
Parquet
JPEG
JPEG
Suggested answer: B, D, E

Explanation:

Snowflake supports several semi-structured data formats for loading data.The supported formats include JSON, Avro, and Parquet12. These formats allow for efficient storage and querying of data that does not conform to a traditional relational database schema.

asked 23/09/2024
ISRAEL PEREZ GARCIA
34 questions

Question 210

Report
Export
Collapse

Which Snowflake feature will allow small volumes of data to continuously load into Snowflake and will incrementally make the data available for analysis?

COPY INTO
COPY INTO
CREATE PIPE
CREATE PIPE
INSERT INTO
INSERT INTO
TABLE STREAM
TABLE STREAM
Suggested answer: B

Explanation:

The Snowflake feature that allows for small volumes of data to be continuously loaded into Snowflake and incrementally made available for analysis is Snowpipe.Snowpipe is designed for near-real-time data loading, enabling data to be loaded as soon as it's available in the storage layer3

asked 23/09/2024
Louis Reeves
44 questions
Total 716 questions
Go to page: of 72