ExamGecko
Home Home / Snowflake / SnowPro Core

Snowflake SnowPro Core Practice Test - Questions Answers, Page 32

Question list
Search
Search

Which Snowflake URL type is used by directory tables?

A.
File
A.
File
Answers
B.
Pre-signed
B.
Pre-signed
Answers
C.
Scoped
C.
Scoped
Answers
D.
Virtual-hosted style
D.
Virtual-hosted style
Answers
Suggested answer: C

Explanation:

The Snowflake URL type used by directory tables is the scoped URL.This type of URL provides access to files in a stage with metadata, such as the Snowflake file URL, for each file

For the ALLOWED VALUES tag property, what is the MAXIMUM number of possible string values for a single tag?

A.
10
A.
10
Answers
B.
50
B.
50
Answers
C.
64
C.
64
Answers
D.
256
D.
256
Answers
Suggested answer: D

Explanation:

For the ALLOWED VALUES tag property, the maximum number of possible string values for a single tag is 256.This allows for a wide range of values to be assigned to a tag when it is set on an object

What does Snowflake's search optimization service support?

A.
External tables
A.
External tables
Answers
B.
Materialized views
B.
Materialized views
Answers
C.
Tables and views that are not protected by row access policies
C.
Tables and views that are not protected by row access policies
Answers
D.
Casts on table columns (except for fixed-point numbers cast to strings)
D.
Casts on table columns (except for fixed-point numbers cast to strings)
Answers
Suggested answer: C

Explanation:

Snowflake's search optimization service supports tables and views that are not protected by row access policies.It is designed to improve the performance of certain types of queries on tables, including selective point lookup queries and queries on fields in VARIANT, OBJECT, and ARRAY (semi-structured) columns1.

What action can a user take to address query concurrency issues?

A.
Enable the query acceleration service.
A.
Enable the query acceleration service.
Answers
B.
Enable the search optimization service.
B.
Enable the search optimization service.
Answers
C.
Add additional clusters to the virtual warehouse
C.
Add additional clusters to the virtual warehouse
Answers
D.
Resize the virtual warehouse to a larger instance size.
D.
Resize the virtual warehouse to a larger instance size.
Answers
Suggested answer: C

Explanation:

To address query concurrency issues, a user can add additional clusters to the virtual warehouse.This allows for the distribution of queries across multiple clusters, reducing the load on any single cluster and improving overall query performance2.

How long can a data consumer who has a pre-signed URL access data files using Snowflake?

A.
Indefinitely
A.
Indefinitely
Answers
B.
Until the result_cache expires
B.
Until the result_cache expires
Answers
C.
Until the retention_time is met
C.
Until the retention_time is met
Answers
D.
Until the expiration time is exceeded
D.
Until the expiration time is exceeded
Answers
Suggested answer: D

Explanation:

A data consumer who has a pre-signed URL can access data files using Snowflake until the expiration time is exceeded.The expiration time is set when the pre-signed URL is generated and determines how long the URL remains valid3.

Which pages are included in the Activity area of Snowsight? (Select TWO).

A.
Contacts
A.
Contacts
Answers
B.
Sharing settings
B.
Sharing settings
Answers
C.
Copy History
C.
Copy History
Answers
D.
Query History
D.
Query History
Answers
E.
Automatic Clustering History
E.
Automatic Clustering History
Answers
Suggested answer: D, E

Explanation:

The Activity area of Snowsight includes the Query History page, which allows users to monitor and view details about queries executed in their account, including performance data1.It also includes the Automatic Clustering History, which provides insights into the automatic clustering operations performed on tables2.

Which kind of Snowflake table stores file-level metadata for each file in a stage?

A.
Directory
A.
Directory
Answers
B.
External
B.
External
Answers
C.
Temporary
C.
Temporary
Answers
D.
Transient
D.
Transient
Answers
Suggested answer: A

Explanation:

The kind of Snowflake table that stores file-level metadata for each file in a stage is a directory table.A directory table is an implicit object layered on a stage and stores file-level metadata about the data files in the stage3.

Which parameter prevents streams on tables from becoming stale?

A.
MAXDATAEXTENSIONTIMEINDAYS
A.
MAXDATAEXTENSIONTIMEINDAYS
Answers
B.
MTN_DATA_RETENTION_TTME_TN_DAYS
B.
MTN_DATA_RETENTION_TTME_TN_DAYS
Answers
C.
LOCK_TIMEOUT
C.
LOCK_TIMEOUT
Answers
D.
STALE_AFTER
D.
STALE_AFTER
Answers
Suggested answer: A

Explanation:

The parameter that prevents streams on tables from becoming stale is MAXDATAEXTENSIONTIMEINDAYS.This parameter specifies the maximum number of days for which Snowflake can extend the data retention period for the table to prevent streams on the table from becoming stale4.

A user needs to create a materialized view in the schema MYDB.MYSCHEM

A.
Which statements will provide this access?
A.
Which statements will provide this access?
Answers
B.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO ROLE MYROLE;
B.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO ROLE MYROLE;
Answers
C.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER USER1;
C.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER USER1;
Answers
D.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB. K'-'SCHEMA TO USER! ;
D.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB. K'-'SCHEMA TO USER! ;
Answers
E.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO MYROLE;
E.
GRANT ROLE MYROLE TO USER USER1; GRANT CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO MYROLE;
Answers
Suggested answer: A

Explanation:

To provide a user with the necessary access to create a materialized view in a schema, the user must be granted a role that has the CREATE MATERIALIZED VIEW privilege on that schema.First, the role is granted to the user, and then the privilege is granted to the role

Which objects together comprise a namespace in Snowflake? (Select TWO).

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

Explanation:

In Snowflake, a namespace is comprised of a database and a schema.The combination of a database and schema uniquely identifies database objects within an account

Total 627 questions
Go to page: of 63