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

Viewing page 10 out of 13 pages
Viewing questions 136-150 out of questions
Questions # 136:

Which Snowflake technique can be used to improve the performance of a query?

Options:

A.

Clustering


B.

Indexing


C.

Fragmenting


D.

Using INDEX__HINTS


Expert Solution
Questions # 137:

What tasks can be completed using the copy command? (Select TWO)

Options:

A.

Columns can be aggregated


B.

Columns can be joined with an existing table


C.

Columns can be reordered


D.

Columns can be omitted


E.

Data can be loaded without the need to spin up a virtual warehouse


Expert Solution
Questions # 138:

What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)

Options:

A.

Data can be filtered by an optional where clause


B.

Incoming data can be joined with other tables


C.

Columns can be reordered


D.

Columns can be omitted


E.

Row level access can be defined


Expert Solution
Questions # 139:

What is the MOST performant file format for loading data in Snowflake?

Options:

A.

CSV (Unzipped)


B.

Parquet


C.

CSV (Gzipped)


D.

ORC


Expert Solution
Questions # 140:

Which stage type can be altered and dropped?

Options:

A.

Database stage


B.

External stage


C.

Table stage


D.

User stage


Expert Solution
Questions # 141:

A user unloaded a Snowflake table called mytable to an internal stage called mystage.

Which command can be used to view the list of files that has been uploaded to the staged?

Options:

A.

list @mytable;


B.

list @%raytable;


C.

list @ %m.ystage;


D.

list @mystage;


Expert Solution
Questions # 142:

What happens when a virtual warehouse is resized?

Options:

A.

When increasing the size of an active warehouse the compute resource for all running and queued queries on the warehouse are affected


B.

When reducing the size of a warehouse the compute resources are removed only when they are no longer being used to execute any current statements.


C.

The warehouse will be suspended while the new compute resource is provisioned and will resume automatically once provisioning is complete.


D.

Users who are trying to use the warehouse will receive an error message until the resizing is complete


Expert Solution
Questions # 143:

Which of the following objects can be shared through secure data sharing?

Options:

A.

Masking policy


B.

Stored procedure


C.

Task


D.

External table


Expert Solution
Questions # 144:

A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:

COPY INTO my__table FROM @my__stage;

The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.

If the user runs the same copy into command what will happen?

Options:

A.

All data from all of the files on the stage will be appended to the table


B.

Only data about new customers from the new files will be appended to the table


C.

The operation will fail with the error uncertain files in stage.


D.

All data from only the newly-added files will be appended to the table.


Expert Solution
Questions # 145:

What can be used to view warehouse usage over time? (Select Two).

Options:

A.

The load HISTORY view


B.

The Query history view


C.

The show warehouses command


D.

The WAREHOUSE_METERING__HISTORY View


E.

The billing and usage tab in the Snowflake web Ul


Expert Solution
Questions # 146:

Which cache type is used to cache data output from SQL queries?

Options:

A.

Metadata cache


B.

Result cache


C.

Remote cache


D.

Local file cache


Expert Solution
Questions # 147:

User-level network policies can be created by which of the following roles? (Select TWO).

Options:

A.

ROLEADMIN


B.

ACCOUNTADMIN


C.

SYSADMIN


D.

SECURITYADMIN


E.

USERADMIN


Expert Solution
Questions # 148:

When unloading to a stage, which of the following is a recommended practice or approach?

Options:

A.

Set SINGLE: = true for larger files


B.

Use OBJECT_CONSTRUCT ( * ) when using Parquet


C.

Avoid the use of the CAST function


D.

Define an individual file format


Expert Solution
Questions # 149:

What SQL command would be used to view all roles that were granted to user.1?

Options:

A.

show grants to user USER1;


B.

show grants of user USER1;


C.

describe user USER1;


D.

show grants on user USER1;


Expert Solution
Questions # 150:

Which of the following describes external functions in Snowflake?

Options:

A.

They are a type of User-defined Function (UDF).


B.

They contain their own SQL code.


C.

They call code that is stored inside of Snowflake.


D.

They can return multiple rows for each row received


Expert Solution
Viewing page 10 out of 13 pages
Viewing questions 136-150 out of questions