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 8 out of 17 pages
Viewing questions 141-160 out of questions
Questions # 141:

How long is the Fail-safe period for temporary and transient tables?

Options:

A.

There is no Fail-safe period for these tables.


B.

1 day


C.

7 days


D.

31 days


E.

90 days


Expert Solution
Questions # 142:

Which SQL command can be used to verify the privileges that are granted to a role?

Options:

A.

SHOW GRANTS ON ROLE < Role Name >


B.

SHOW ROLES < Role Name >


C.

SHOW GRANTS TO ROLE < Role Name >


D.

SHOW GRANTS FOR ROLE < Role Name >


Expert Solution
Questions # 143:

Which data types can be used in Snowflake to store semi-structured data? (Select TWO)

Options:

A.

ARRAY


B.

BLOB


C.

CLOB


D.

JSON


E.

VARIANT


Expert Solution
Questions # 144:

How can a Snowflake user validate data that is unloaded using the COPY INTO < location > command?

Options:

A.

Load the data into a CSV file.


B.

Load the data into a relational table.


C.

Use the VALlDATlON_MODE - SQL statement.


D.

Use the validation mode = return rows statement.


Expert Solution
Questions # 145:

Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)

Options:

A.

Tri-Secret Secure


B.

Time Travel


C.

Fail-safe


D.

Data encryption


E.

External stages


Expert Solution
Questions # 146:

What is the default character set used when loading CSV files into Snowflake?

Options:

A.

UTF-8


B.

UTF-16


C.

ISO S859-1


D.

ANSI_X3.A


Expert Solution
Questions # 147:

How long is Snowpipe data load history retained?

Options:

A.

As configured in the create pipe settings


B.

Until the pipe is dropped


C.

64 days


D.

14 days


Expert Solution
Questions # 148:

In which scenarios would a user have to pay Cloud Services costs? (Select TWO).

Options:

A.

Compute Credits = 50 Credits Cloud Services = 10


B.

Compute Credits = 80 Credits Cloud Services = 5


C.

Compute Credits = 10 Credits Cloud Services = 9


D.

Compute Credits = 120 Credits Cloud Services = 10


E.

Compute Credits = 200 Credits Cloud Services = 26


Expert Solution
Questions # 149:

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

When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?

Options:

A.

10-50 MB


B.

100-250 MB


C.

300-500 MB


D.

1000-1500 MB


Expert Solution
Questions # 151:

Which of the following are best practices for loading data into Snowflake? (Choose three.)

Options:

A.

Aim to produce data files that are between 100 MB and 250 MB in size, compressed.


B.

Load data from files in a cloud storage service in a different region or cloud platform from the service or region containing the Snowflake account, to save on cost.


C.

Enclose fields that contain delimiter characters in single or double quotes.


D.

Split large files into a greater number of smaller files to distribute the load among the compute resources in an active warehouse.


E.

When planning which warehouse(s) to use for data loading, start with the largest warehouse possible.


F.

Partition the staged data into large folders with random paths, allowing Snowflake to determine the best way to load each file.


Expert Solution
Questions # 152:

When is the result set cache no longer available? (Select TWO)

Options:

A.

When another warehouse is used to execute the query


B.

When another user executes the query


C.

When the underlying data has changed


D.

When the warehouse used to execute the query is suspended


E.

When it has been 24 hours since the last query


Expert Solution
Questions # 153:

Which statement about billing applies to Snowflake credits?

Options:

A.

Credits are billed per-minute with a 60-minute minimum


B.

Credits are used to pay for cloud data storage usage


C.

Credits are consumed based on the number of credits billed for each hour that a warehouse runs


D.

Credits are consumed based on the warehouse size and the time the warehouse is running


Expert Solution
Questions # 154:

Which Snowflake function is maintained separately from the data and helps to support features such as Time Travel, Secure Data Sharing, and pruning?

Options:

A.

Column compression


B.

Data clustering


C.

Micro-partitioning


D.

Metadata management


Expert Solution
Questions # 155:

What are characteristics of Snowflake network policies? (Select TWO).

Options:

A.

They can be set for any Snowflake Edition.


B.

They can be applied to roles.


C.

They restrict or enable access to specific IP addresses.


D.

They are activated using ALTER DATABASE SQL commands.


E.

They can only be managed using the ORGADMIN role.


Expert Solution
Questions # 156:

When unloading data with the COPY into < location > command, what is the purpose of the PARTITION BY < expression > parameter option?

Options:

A.

To sort the contents of the output file by the specified expression.


B.

To delimit the records in the output file using the specified expression.


C.

To include a new column in the output using the specified window function expression.


D.

To split the output into multiple files, one for each distinct value of the specified expression.


Expert Solution
Questions # 157:

What are benefits of using reader accounts when sharing data in Snowflake? (Select TWO)

Options:

A.

Consumers can create and apply masking policies to unloaded data.


B.

Consumers can use resource monitors to track and limit costs.


C.

Consumers can use a single reader account to access data from multiple data providers.


D.

Providers can share data with consumers who do not have Snowflake accounts.


E.

Consumers can unload data using the COPY INTO < location > command.


Expert Solution
Questions # 158:

What are the main differences between the account usage views and the information schema views? (Select TWO).

Options:

A.

No active warehouse to needed to query account usage views but one is needed to query information schema views.


B.

Account usage views do not contain data about tables but information schema views do.


C.

Account issue views contain dropped objects but information schema views do not.


D.

Data retention for account usage views is 1 year but is 7 days to 6 months for information schema views, depending on the view.


E.

Information schema views are read-only but account usage views are not.


Expert Solution
Questions # 159:

What command is used to export or unload data from Snowflake?

Options:

A.

PUT @mystage


B.

GET @mystage


C.

COPY INTO @mystage


D.

INSERT @mystage


Expert Solution
Questions # 160:

How can a relational table be unloaded into a JSON file?

Options:

A.

Use the OBJECT_CONSTRUCT function with the COPY INTO < location > command.


B.

Use the COPY INTO < location > command with the file format set as JSON.


C.

Use the PUT command with the file format set as JSON.


D.

Use the GET command with the file format set as JSON.


Expert Solution
Viewing page 8 out of 17 pages
Viewing questions 141-160 out of questions