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 4 out of 17 pages
Viewing questions 61-80 out of questions
Questions # 61:

What is the recommended way to change the existing file format type in my format from CSV to JSON?

Options:

A.

ALTER FILE FORMAT my_format SET TYPE=JSON;


B.

ALTER FILE FORMAT my format SWAP TYPE WITH JSON;


C.

CREATE OR REPLACE FILE FORMAT my format TYPE-JSON;


D.

REPLACE FILE FORMAT my format TYPE-JSON;


Expert Solution
Questions # 62:

What are the benefits of the replication feature in Snowflake? (Select TWO).

Options:

A.

Disaster recovery


B.

Time Travel


C.

Fail-safe


D.

Database failover and fallback


E.

Data security


Expert Solution
Questions # 63:

Which activities are included in the Cloud Services layer? {Select TWO).

Options:

A.

Data storage


B.

Dynamic data masking


C.

Partition scanning


D.

User authentication


E.

Infrastructure management


Expert Solution
Questions # 64:

What is the Fail-safe period for a transient table in the Snowflake Enterprise edition and higher?

Options:

A.

0 days


B.

1 day


C.

7 days


D.

14 days


Expert Solution
Questions # 65:

What do the terms scale up and scale out refer to in Snowflake? (Choose two.)

Options:

A.

Scaling out adds clusters of the same size to a virtual warehouse to handle more concurrent queries.


B.

Scaling out adds clusters of varying sizes to a virtual warehouse.


C.

Scaling out adds additional database servers to an existing running cluster to handle more concurrent queries.


D.

Snowflake recommends using both scaling up and scaling out to handle more concurrent queries.


E.

Scaling up resizes a virtual warehouse so it can handle more complex workloads.


F.

Scaling up adds additional database servers to an existing running cluster to handle larger workloads.


Expert Solution
Questions # 66:

Which actions can be performed using a resource monitor in Snowflake? (Select TWO).

Options:

A.

Monitor the performance of individual queries in real-time


B.

Automatically allocate more storage space to a virtual warehouse


C.

Modify the queries being executed within a virtual warehouse.


D.

Suspend a virtual warehouse when its credit usage reaches a defined limit.


E.

Trigger a notification to account administrators when credit usage reaches a specified threshold


Expert Solution
Questions # 67:

Which command can be used to load data files into a Snowflake stage?

Options:

A.

JOIN


B.

COPY INTO


C.

PUT


D.

GET


Expert Solution
Questions # 68:

What are the correct parameters for time travel and fail-safe in the Snowflake Enterprise Edition?

Options:

A.

Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 30 days.Fail Safe retention time is 1 day.


B.

Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 365 days.Fail Safe retention time is 7 days.


C.

Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 90 days.Fail Safe retention time is 7 days.


D.

Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 90 days.Fail Safe retention time is 7 days.


E.

Default Time Travel Retention is set to 7 days.Maximum Time Travel Retention is 1 day.Fail Safe retention time is 90 days.


F.

Default Time Travel Retention is set to 90 days.Maximum Time Travel Retention is 7 days.Fail Safe retention time is 356 days.


Expert Solution
Questions # 69:

Which Snowflake URL type allows users or applications to download or access files directly from Snowflake stage without authentication?

Options:

A.

Directory


B.

File


C.

Pre-signed


D.

Scoped


Expert Solution
Questions # 70:

What type of query will benefit from the query acceleration service?

Options:

A.

Queries without filters or aggregation


B.

Queries with large scans and selective filters


C.

Queries where the GROUP BY has high cardinality


D.

Queries of tables that have search optimization service enabled


Expert Solution
Questions # 71:

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

Which parameter can be set at the account level to set the minimum number of days for which Snowflake retains historical data in Time Travel?

Options:

A.

DATA_RETENTION_TIME_IN_DAYS


B.

MAX_DATA_EXTENSION_TIME_IN_DAYS


C.

MIN_DATA_RETENTION_TIME_IN_DAYS


D.

MAX CONCURRENCY LEVEL


Expert Solution
Questions # 73:

Which Snowflake mechanism is used to limit the number of micro-partitions scanned by a query?

Options:

A.

Caching


B.

Cluster depth


C.

Query pruning


D.

Retrieval optimization


Expert Solution
Questions # 74:

What are characteristics of reader accounts in Snowflake? (Select TWO).

Options:

A.

Reader account users cannot add new data to the account.


B.

Reader account users can share data to other reader accounts.


C.

A single reader account can consume data from multiple provider accounts.


D.

Data consumers are responsible for reader account setup and data usage costs.


E.

Reader accounts enable data consumers to access and query data shared by the provider.


Expert Solution
Questions # 75:

For Directory tables, what stage allows for automatic refreshing of metadata?

Options:

A.

User stage


B.

Table stage


C.

Named internal stage


D.

Named external stage


Expert Solution
Questions # 76:

A permanent table and temporary table have the same name, TBL1, in a schema.

What will happen if a user executes select * from TBL1 ;?

Options:

A.

The temporary table will take precedence over the permanent table.


B.

The permanent table will take precedence over the temporary table.


C.

An error will say there cannot be two tables with the same name in a schema.


D.

The table that was created most recently will take precedence over the older table.


Expert Solution
Questions # 77:

A user wants to create objects within a schema but wants to restrict other users ' ability to grant privileges on these objects What configuration should be used to create the schema?

Options:

A.

Use a regular (non-managed) schema


B.

Use a managed access schema


C.

Use a transient schema.


D.

Set the Def ault_DDL_collation parameter.


Expert Solution
Questions # 78:

What is required to set a stored procedure to EXECUTE AS? (Select TWO).

Options:

A.

ACCOUNTADMIN role


B.

SCHEMA_USER


C.

Owner ' s rights


D.

Caller ' s rights


E.

USER


Expert Solution
Questions # 79:

Which strategy is recommended to improve the performance of a large, complex query?

Options:

A.

Add more storage


B.

Convert to a multi-cluster warehouse


C.

Increase the size of the warehouse


D.

Run the query during off-peak hours


Expert Solution
Questions # 80:

Which privilege is needed for a SnowFlake user to see the definition of a secure view?

Options:

A.

OWNERSHIP


B.

MODIFY


C.

CREATE


D.

USAGE


Expert Solution
Viewing page 4 out of 17 pages
Viewing questions 61-80 out of questions