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

Viewing page 1 out of 14 pages
Viewing questions 1-20 out of questions
Questions # 1:

Which copy INTO command outputs the data into one file?

Options:

A.

SINGLE=TRUE


B.

MAX_FILE_NUMBER=1


C.

FILE_NUMBER=1


D.

MULTIPLE=FAISE


Expert Solution
Questions # 2:

Which of the following describes how multiple Snowflake accounts in a single organization relate to various cloud providers?

Options:

A.

Each Snowflake account can be hosted in a different cloud vendor and region.


B.

Each Snowflake account must be hosted in a different cloud vendor and region


C.

All Snowflake accounts must be hosted in the same cloud vendor and region


D.

Each Snowflake account can be hosted in a different cloud vendor, but must be in the same region.


Expert Solution
Questions # 3:

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 # 4:

What are the default Time Travel and Fail-safe retention periods for transient tables?

Options:

A.

Time Travel - 1 day. Fail-safe - 1 day


B.

Time Travel - 0 days. Fail-safe - 1 day


C.

Time Travel - 1 day. Fail-safe - 0 days


D.

Transient tables are retained in neither Fail-safe nor Time Travel


Expert Solution
Questions # 5:

Which command can be used to stage local files from which Snowflake interface?

Options:

A.

SnowSQL


B.

Snowflake classic web interface (Ul)


C.

Snowsight


D.

.NET driver


Expert Solution
Questions # 6:

Which command is used to unload data from a Snowflake table into a file in a stage?

Options:

A.

COPY INTO


B.

GET


C.

WRITE


D.

EXTRACT INTO


Expert Solution
Questions # 7:

A company's security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?

Options:

A.

SELECT LAST_SUCCESS_LOGIN, LOGIN_NAME

FROM ACCOUNT_USAGE.USERS;


B.

SELECT EVENT_TIMESTAMP, USER_NAME

FROM table(information_schema.login_history_by_user())


C.

SELECT EVENT_TIMESTAMP, USER_NAME

FROM ACCOUNT_USAGE.ACCESS_HISTORY;


D.

SELECT EVENT_TIMESTAMP, USER_NAME

FROM ACCOUNT_USAGE.LOGIN_HISTORY;


Expert Solution
Questions # 8:

Which semi-structured file formats are supported when unloading data from a table? (Select TWO).

Options:

A.

ORC


B.

XML


C.

Avro


D.

Parquet


E.

JSON


Expert Solution
Questions # 9:

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 # 10:

A sales table FCT_SALES has 100 million records.

The following Query was executed

SELECT COUNT (1) FROM FCT__SALES;

How did Snowflake fulfill this query?

Options:

A.

Query against the result set cache


B.

Query against a virtual warehouse cache


C.

Query against the most-recently created micro-partition


D.

Query against the metadata excite


Expert Solution
Questions # 11:

What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)

Options:

A.

The ability to scale up warehouses


B.

The use of warehouse auto scaling


C.

The ability to resize warehouses


D.

Use of multi-clustered warehouses


E.

The use of warehouse indexing


Expert Solution
Questions # 12:

What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?

Options:

A.

Data is hashed by the cluster key to facilitate fast searches for common data values


B.

Larger micro-partitions are created for common data values to reduce the number of partitions that must be scanned


C.

Smaller micro-partitions are created for common data values to allow for more parallelism


D.

Data may be colocated by the cluster key within the micro-partitions to improve pruning performance


Expert Solution
Questions # 13:

True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.

Options:

A.

True


B.

False


Expert Solution
Questions # 14:

What are ways to create and manage data shares in Snowflake? (Select TWO)

Options:

A.

Through the Snowflake web interface (Ul)


B.

Through the DATA_SHARE=TRUE parameter


C.

Through SQL commands


D.

Through the enable__share=true parameter


E.

Using the CREATE SHARE AS SELECT * TABLE command


Expert Solution
Questions # 15:

The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)

Options:

A.

Users


B.

Tables


C.

Databases


D.

Internal Stages


Expert Solution
Questions # 16:

Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?

Options:

A.

An FTP server with TLS encryption


B.

An HTTPS server with WebDAV


C.

A Google Cloud storage bucket


D.

A Windows server file share on Azure


Expert Solution
Questions # 17:

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 # 18:

Which of the following Snowflake capabilities are available in all Snowflake editions? (Select TWO)

Options:

A.

Customer-managed encryption keys through Tri-Secret Secure


B.

Automatic encryption of all data


C.

Up to 90 days of data recovery through Time Travel


D.

Object-level access control


E.

Column-level security to apply data masking policies to tables and views


Expert Solution
Questions # 19:

True or False: A 4X-Large Warehouse may, at times, take longer to provision than a X-Small Warehouse.

Options:

A.

True


B.

False


Expert Solution
Questions # 20:

A virtual warehouse's auto-suspend and auto-resume settings apply to which of the following?

Options:

A.

The primary cluster in the virtual warehouse


B.

The entire virtual warehouse


C.

The database in which the virtual warehouse resides


D.

The Queries currently being run on the virtual warehouse


Expert Solution
Viewing page 1 out of 14 pages
Viewing questions 1-20 out of questions