ExamGecko
Home / Snowflake / SnowPro Core / List of questions
Ask Question

Snowflake SnowPro Core Practice Test - Questions Answers, Page 37

Question list
Search

Question 361

Report
Export
Collapse

For which use cases is running a virtual warehouse required? (Select TWO).

When creating a table
When creating a table
When loading data into a table
When loading data into a table
When unloading data from a table
When unloading data from a table
When executing a show command
When executing a show command
When executing a list command
When executing a list command
Suggested answer: B, C

Explanation:

Running a virtual warehouse is required when loading data into a table and when unloading data from a table because these operations require compute resources that are provided by the virtual warehouse23.

asked 23/09/2024
Michele Valvason
40 questions

Question 362

Report
Export
Collapse

What does SnowCD help Snowflake users to do?

Copy data into files.
Copy data into files.
Manage different databases and schemas.
Manage different databases and schemas.
Troubleshoot network connections to Snowflake.
Troubleshoot network connections to Snowflake.
Write SELECT queries to retrieve data from external tables.
Write SELECT queries to retrieve data from external tables.
Suggested answer: C

Explanation:

SnowCD is a connectivity diagnostic tool that helps users troubleshoot network connections to Snowflake.It performs a series of checks to evaluate the network connection and provides suggestions for resolving any issues4.

asked 23/09/2024
Robert Smith
36 questions

Question 363

Report
Export
Collapse

A user with which privileges can create or manage other users in a Snowflake account? (Select TWO).

GRANT
GRANT
SELECT
SELECT
MODIFY
MODIFY
OWNERSHIP
OWNERSHIP
CREATE USER
CREATE USER
Suggested answer: D, E

Explanation:

A user with the OWNERSHIP privilege on a user object or the CREATE USER privilege on the account can create or manage other users in a Snowflake account56.

asked 23/09/2024
Patricia Escobar
37 questions

Question 364

Report
Export
Collapse

How is unstructured data retrieved from data storage?

SQL functions like the GET command can be used to copy the unstructured data to a location on the client.
SQL functions like the GET command can be used to copy the unstructured data to a location on the client.
SQL functions can be used to create different types of URLs pointing to the unstructured data. These URLs can be used to download the data to a client.
SQL functions can be used to create different types of URLs pointing to the unstructured data. These URLs can be used to download the data to a client.
SQL functions can be used to retrieve the data from the query results cache. When the query results are output to a client, the unstructured data will be output to the client as files.
SQL functions can be used to retrieve the data from the query results cache. When the query results are output to a client, the unstructured data will be output to the client as files.
SQL functions can call on different web extensions designed to display different types of files as a web page. The web extensions will allow the files to be downloaded to the client.
SQL functions can call on different web extensions designed to display different types of files as a web page. The web extensions will allow the files to be downloaded to the client.
Suggested answer: B

Explanation:

Unstructured data stored in Snowflake can be retrieved by using SQL functions to generate URLs that point to the data.These URLs can then be used to download the data directly to a client

asked 23/09/2024
Paul LOUIS DIT PICARD
36 questions

Question 365

Report
Export
Collapse

Which Snowflake view is used to support compliance auditing?

ACCESS_HISTORY
ACCESS_HISTORY
COPY_HISTORY
COPY_HISTORY
QUERY_HISTORY
QUERY_HISTORY
ROW ACCESS POLICIES
ROW ACCESS POLICIES
Suggested answer: A

Explanation:

TheACCESS_HISTORYview in Snowflake is utilized to support compliance auditing. It provides detailed information on data access within Snowflake, including reads and writes by user queries.This view is essential for regulatory compliance auditing as it offers insights into the usage of tables and columns, and maintains a direct link between the user, the query, and the accessed data1.

asked 23/09/2024
Salvatore Buscio
28 questions

Question 366

Report
Export
Collapse

What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?

It removes null values from all columns in the data.
It removes null values from all columns in the data.
It converts null values to empty strings during loading.
It converts null values to empty strings during loading.
It skips rows with null values during the loading process.
It skips rows with null values during the loading process.
It removes object or array elements containing null values.
It removes object or array elements containing null values.
Suggested answer: D

Explanation:

TheSTRIP NULL_VALUESfile format option, when set toTRUE, removes object or array elements that contain null values during the loading process of semi-structured data files into Snowflake.This ensures that the data loaded into Snowflake tables does not contain these null elements, which can be useful when the ''null'' values in files indicate missing values and have no other special meaning2.

asked 23/09/2024
Sathiyaraj Arulprakasam
47 questions

Question 367

Report
Export
Collapse

Which data types can be used in Snowflake to store semi-structured data? (Select TWO)

ARRAY
ARRAY
BLOB
BLOB
CLOB
CLOB
JSON
JSON
VARIANT
VARIANT
Suggested answer: A, E

Explanation:

Snowflake supports the storage of semi-structured data using theARRAYandVARIANTdata types. TheARRAYdata type can directly containVARIANT, and thus indirectly contain any other data type, including itself.TheVARIANTdata type can store a value of any other type, includingOBJECTandARRAY, and is often used to represent semi-structured data formats like JSON, Avro, ORC, Parquet, or XML34.

asked 23/09/2024
Sze Ying Tay
36 questions

Question 368

Report
Export
Collapse

A user wants to access files stored in a stage without authenticating into Snowflake. Which type of URL should be used?

File URL
File URL
Staged URL
Staged URL
Scoped URL
Scoped URL
Pre-signed URL
Pre-signed URL
Suggested answer: D

Explanation:

APre-signed URLshould be used to access files stored in a Snowflake stage without requiring authentication into Snowflake. Pre-signed URLs are simple HTTPS URLs that provide temporary access to a file via a web browser, using a pre-signed access token.The expiration time for the access token is configurable, and this type of URL allows users or applications to directly access or download the files without needing to authenticate into Snowflake5.

asked 23/09/2024
Keith Barker
33 questions

Question 369

Report
Export
Collapse

What does a Notify & Suspend action for a resource monitor do?

Send an alert notification to all account users who have notifications enabled.
Send an alert notification to all account users who have notifications enabled.
Send an alert notification to all virtual warehouse users when thresholds over 100% have been met.
Send an alert notification to all virtual warehouse users when thresholds over 100% have been met.
Send a notification to all account administrators who have notifications enabled, and suspend all assigned warehouses after all statements being executed by the warehouses have completed.
Send a notification to all account administrators who have notifications enabled, and suspend all assigned warehouses after all statements being executed by the warehouses have completed.
Send a notification to all account administrators who have notifications enabled, and suspend all assigned warehouses immediately, canceling any statements being executed by the warehouses.
Send a notification to all account administrators who have notifications enabled, and suspend all assigned warehouses immediately, canceling any statements being executed by the warehouses.
Suggested answer: C

Explanation:

The Notify & Suspend action for a resource monitor in Snowflake sends a notification to all account administrators who have notifications enabled and suspends all assigned warehouses.However, the suspension only occurs after all currently running statements in the warehouses have been completed1.Reference:[COF-C02] SnowPro Core Certification Exam Study Guide

asked 23/09/2024
nosh shah
43 questions

Question 370

Report
Export
Collapse

What type of query will benefit from the query acceleration service?

Queries without filters or aggregation
Queries without filters or aggregation
Queries with large scans and selective filters
Queries with large scans and selective filters
Queries where the GROUP BY has high cardinality
Queries where the GROUP BY has high cardinality
Queries of tables that have search optimization service enabled
Queries of tables that have search optimization service enabled
Suggested answer: B

Explanation:

The query acceleration service in Snowflake is designed to benefit queries that involve large scans and selective filters.This service can offload portions of the query processing work to shared compute resources, which can handle these types of workloads more efficiently by performing more work in parallel and reducing the wall-clock time spent in scanning and filtering2.Reference:[COF-C02] SnowPro Core Certification Exam Study Guide

asked 23/09/2024
Keenan Bragg
41 questions
Total 627 questions
Go to page: of 63