Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

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

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

Which statements are true concerning Snowflake ' s underlying cloud infrastructure? (Select THREE),

Options:

A.

Snowflake data and services are deployed in a single availability zone within a cloud provider ' s region.


B.

Snowflake data and services are available in a single cloud provider and a single region, the use of multiple cloud providers is not supported.


C.

Snowflake can be deployed in a customer ' s private cloud using the customer ' s own compute and storage resources for Snowflake compute and storage


D.

Snowflake uses the core compute and storage services of each cloud provider for its own compute and storage


E.

All three layers of Snowflake ' s architecture (storage, compute, and cloud services) are deployed and managed entirely on a selected cloud platform


F.

Snowflake data and services are deployed in at least three availability zones within a cloud provider ' s region


Expert Solution
Questions # 2:

Which Snowflake partner specializes in data catalog solutions?

Options:

A.

Alation


B.

DataRobot


C.

dbt


D.

Tableau


Expert Solution
Questions # 3:

What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?

Options:

A.

30 days


B.

7 days


C.

48 hours


D.

24 hours


Expert Solution
Questions # 4:

The Snowflake Search Optimization Services supports improved performance of which kind of query?

Options:

A.

Queries against large tables where frequent DML occurs


B.

Queries against tables larger than 1 TB


C.

Selective point lookup queries


D.

Queries against a subset of columns in a table


Expert Solution
Questions # 5:

What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?

Options:

A.

The Pipe load history is reset to empty.


B.

The REFRESH command is executed.


C.

The stage will be purged.


D.

The destination table is truncated.


Expert Solution
Questions # 6:

What is true about sharing data in Snowflake? (Choose two.)

Options:

A.

The Data Consumer pays for data storage as well as for data computing.


B.

The shared data is copied into the Data Consumer account, so the Consumer can modify it without impacting the base data of the Provider.


C.

A Snowflake account can both provide and consume shared data.


D.

The Provider is charged for compute resources used by the Data Consumer to query the shared data.


E.

The Data Consumer pays only for compute resources to query the shared data.


Expert Solution
Questions # 7:

Which of the following statements describes a schema in Snowflake?

Options:

A.

A logical grouping of objects that belongs to a single database


B.

A logical grouping of objects that belongs to multiple databases


C.

A named Snowflake object that includes all the information required to share a database


D.

A uniquely identified Snowflake account within a business entity


Expert Solution
Questions # 8:

Which Snowflake SQL statement would be used to determine which users and roles have access to a role called MY_ROLE?

Options:

A.

SHOW GRANTS OF ROLE MY_ROLE


B.

SHOW GRANTS TO ROLE MY_ROLE


C.

SHOW GRANTS FOR ROLE MY_ROLE


D.

SHOW GRANTS ON ROLE MY_ROLE


Expert Solution
Questions # 9:

Which Snowflake feature or tool helps troubleshoot issues in SQL query expressions that commonly cause performance bottlenecks?

Options:

A.

Persisted query results


B.

QUERY_HISTORY View


C.

Query acceleration service


D.

Query Profile


Expert Solution
Questions # 10:

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
Questions # 11:

Which of the following commands cannot be used within a reader account?

Options:

A.

CREATE SHARE


B.

ALTER WAREHOUSE


C.

DROP ROLE


D.

SHOW SCHEMAS


E.

DESCRBE TABLE


Expert Solution
Questions # 12:

A company strongly encourages all Snowflake users to self-enroll in Snowflake ' s default Multi-Factor Authentication (MFA) service to provide increased login security for users connecting to Snowflake.

Which application will the Snowflake users need to install on their devices in order to connect with MFA?

Options:

A.

Okta Verify


B.

Duo Mobile


C.

Microsoft Authenticator


D.

Google Authenticator


Expert Solution
Questions # 13:

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

Which statements will provide this access?

Options:

A.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO ROLE MYROLE;


B.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER USER1;


C.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER1;


D.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO MYROLE;


Expert Solution
Questions # 14:

How often are encryption keys automatically rotated by Snowflake?

Options:

A.

30 Days


B.

60 Days


C.

90 Days


D.

365 Days


Expert Solution
Questions # 15:

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_NAMEFROM ACCOUNT_USAGE.USERS;


B.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM table(information_schema.login_history_by_user())


C.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAGE.ACCESS_HISTORY;


D.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAGE.LOGIN_HISTORY;


Expert Solution
Questions # 16:

Which role has the ability to create a share from a shared database by default?

Options:

A.

ACCOUNTADMIN


B.

SECURITYADMIN


C.

SYSADMIN


D.

ORGADMIN


Expert Solution
Questions # 17:

Which service or feature in Snowflake is used to improve the performance of certain types of lookup and analytical queries that use an extensive set of WHERE conditions?

Options:

A.

Data classification


B.

Query acceleration service


C.

Search optimization service


D.

Tagging


Expert Solution
Questions # 18:

There are two Snowflake accounts in the same cloud provider region: one is production and the other is non-production. How can data be easily transferred from the production account to the non-production account?

Options:

A.

Clone the data from the production account to the non-production account.


B.

Create a data share from the production account to the non-production account.


C.

Create a subscription in the production account and have it publish to the non-production account.


D.

Create a reader account using the production account and link the reader account to the non-production account.


Expert Solution
Questions # 19:

What are characteristic of Snowsight worksheet? (Select TWO.)

Options:

A.

Worksheets can be grouped under folder, and a folder of folders.


B.

Each worksheet is a unique Snowflake session.


C.

Users are limited to running only one on a worksheet.


D.

The Snowflake session ends when a user switches worksheets.


E.

Users can import worksheets and share them with other users.


Expert Solution
Questions # 20:

A Snowflake user is writing a User-Defined Function (UDF) that includes some unqualified object names.

How will those object names be resolved during execution?

Options:

A.

Snowflake will resolve them according to the SEARCH_PATH parameter.


B.

Snowflake will only check the schema the UDF belongs to.


C.

Snowflake will first check the current schema, and then the schema the previous query used


D.

Snowflake will first check the current schema, and them the PUBLIC schema of the current database.


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