Pass the Snowflake SnowPro Core Certification SnowPro-Core Questions and answers with CertsForce

Viewing page 8 out of 13 pages
Viewing questions 106-120 out of questions
Questions # 106:

Which of the following describes the Snowflake Cloud Services layer?

Options:

A.

Coordinates activities in the Snowflake account


B.

Executes queries submitted by the Snowflake account users


C.

Manages quotas on the Snowflake account storage


D.

Manages the virtual warehouse cache to speed up queries


Expert Solution
Questions # 107:

Which commands should be used to grant the privilege allowing a role to select data from all current tables and any tables that will be created later in a schema? (Choose two.)

Options:

A.

grant USAGE on all tables in schema DB1.SCHEMA to role MYROLE;


B.

grant USAGE on future tables in schema DB1.SCHEMA to role MYROLE;


C.

grant SELECT on all tables in schema DB1.SCHEMA to role MYROLE;


D.

grant SELECT on future tables in schema DB1.SCHEMA to role MYROLE;


E.

grant SELECT on all tables in database DB1 to role MYROLE;


F.

grant SELECT on future tables in database DB1 to role MYROLE;


Expert Solution
Questions # 108:

What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?

Options:

A.

The warehouse size does not change until all queries currently running in the warehouse have completed.


B.

The warehouse size does not change until all queries currently in the warehouse queue have completed.


C.

The warehouse size does not change until the warehouse is suspended and restarted.


D.

It does not return from the command until the warehouse has finished changing its size.


Expert Solution
Questions # 109:

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

Options:

A.

Bytes spilled to local cache.


B.

Bytes spilled to local storage.


C.

Bytes spilled to remote cache.


D.

Bytes spilled to remote storage.


E.

Bytes spilled to remote metastore.


Expert Solution
Questions # 110:

A materialized view should be created when which of the following occurs? (Choose two.)

Options:

A.

There is minimal cost associated with running the query.


B.

The query consumes many compute resources every time it runs.


C.

The base table gets updated frequently.


D.

The query is highly optimized and does not consume many compute resources.


E.

The results of the query do not change often and are used frequently.


Expert Solution
Questions # 111:

Using variables in Snowflake is denoted by using which SQL character?

Options:

A.

@


B.

&


C.

$


D.

#


Expert Solution
Questions # 112:

What is the name of the SnowSQLfile that can store connection information?

Options:

A.

history


B.

config


C.

snowsqLcnf


D.

snowsql.pubkey


Expert Solution
Questions # 113:

Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)

Options:

A.

A directory table is a separate database object.


B.

Directory tables store data file metadata.


C.

A directory table will be automatically added to a stage.


D.

Directory tables do not have their own grantable privileges.


E.

Directory table data can not be refreshed manually.


Expert Solution
Questions # 114:

What happens when a database is cloned?

Options:

A.

It does not retain any privileges granted on the source object.


B.

It replicates all granted privileges on the corresponding source objects.


C.

It replicates all granted privileges on the corresponding child objects.


D.

It replicates all granted privileges on the corresponding child schema objects.


Expert Solution
Questions # 115:

What can a Snowflake user do in the Activity section in Snowsight?

Options:

A.

Create dashboards.


B.

Write and run SQL queries.


C.

Explore databases and objects.


D.

Explore executed query performance.


Expert Solution
Questions # 116:

What computer language can be selected when creating User-Defined Functions (UDFs) using the Snowpark API?

Options:

A.

Swift


B.

JavaScript


C.

Python


D.

SQL


Expert Solution
Questions # 117:

How long does Snowflake retain information in the ACCESS HISTORY view?

Options:

A.

7 days


B.

14 days


C.

28 days


D.

365 days


Expert Solution
Questions # 118:

Which statement describes how Snowflake supports reader accounts?

Options:

A.

A reader account can consume data from the provider account that created it and combine it with its own data.


B.

A consumer needs to become a licensed Snowflake customer as data sharing is only supported between Snowflake accounts.


C.

The users in a reader account can query data that has been shared with the reader account and can perform DML tasks.


D.

The SHOW MANAGED ACCOUNTS command will view all the reader accounts that have been created for an account.


Expert Solution
Questions # 119:

What is a responsibility of Snowflake’s virtual warehouses?

Options:

A.

Infrastructure management


B.

Metadata management


C.

Query execution


D.

Query parsing and optimization


E.

Permanent storage of micro-partitions


Expert Solution
Questions # 120:

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

Options:

A.

Query execution


B.

Data loading


C.

Time Travel data


D.

Security


E.

Authentication and access control


Expert Solution
Viewing page 8 out of 13 pages
Viewing questions 106-120 out of questions