Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Snowflake DEA-C01 Practice Exam with Questions & Answers | Set: 2

Questions 11

A company built a sales reporting system with Python, connecting to Snowflake using the Python Connector. Based on the user's selections, the system generates the SQL queries needed to fetch the data for the report First it gets the customers that meet the given query parameters (on average 1000 customer records for each report run) and then it loops the customer records sequentially Inside that loop it runs the generated SQL clause for the current customer to get the detailed data for that customer number from the sales data table

When the Data Engineer tested the individual SQL clauses they were fast enough (1 second to get the customers 0 5 second to get the sales data for one customer) but the total runtime of the report is too long

How can this situation be improved?

Options:
A.

Increase the size of the virtual warehouse

B.

Increase the number of maximum clusters of the virtual warehouse

C.

Define a clustering key for the sales data table

D.

Rewrite the report to eliminate the use of the loop construct

Snowflake DEA-C01 Premium Access
Questions 12

A stream called TRANSACTIONS_STM is created on top of a transactions table in a continuous pipeline running in Snowflake. After a couple of months, the TRANSACTIONS table is renamed transactiok3_raw to comply with new naming standards

What will happen to the TRANSACTIONS _STM object?

Options:
A.

TRANSACTIONS _STMwill keep working as expected

B.

TRANSACTIONS _STMwill be stale and will need to be re-created

C.

TRANSACTIONS _STMwill be automatically renamedTRANSACTIONS _RAW_STM.

D.

Reading from the traksactioks_3T>: stream will succeed for some time after the expected STALE_TIME.

Questions 13

What is a characteristic of the operations of streams in Snowflake?

Options:
A.

Whenever a stream is queried, the offset is automatically advanced.

B.

When a stream is used to update a target table the offset is advanced to the current time.

C.

Querying a stream returns all change records and table rows from the current offset to the current time.

D.

Each committed and uncommitted transaction on the source table automatically puts a change record in the stream.

Questions 14

Which Snowflake objects does the Snowflake Kafka connector use? (Select THREE).

Options:
A.

Pipe

B.

Serverless task

C.

Internal user stage

D.

Internal table stage

E.

Internal named stage

F.

Storage integration

Questions 15

A new customer table is created by a data pipeline in a Snowflake schema where MANAGED ACCESSenabled.

…. Can gran access to the CUSTOMER table? (Select THREE.)

Options:
A.

The role that owns the schema

B.

The role that owns the database

C.

The role that owns the customer table

D.

The SYSADMIN role

E.

The SECURITYADMIN role

F.

The USERADMIN role with the manage grants privilege

Questions 16

A Data Engineer is trying to load the following rows from a CSV file into a table in Snowflake with the following structure:

DEA-C01 Question 16

....engineer is using the following COPY INTO statement:

DEA-C01 Question 16

However, the following error is received.

DEA-C01 Question 16

Which file format option should be used to resolve the error and successfully load all the data into the table?

Options:
A.

ESC&PE_UNENGLO9ED_FIELD = '\\'

B.

ERROR_ON_COLUMN_COUKT_MISMATCH = FALSE

C.

FIELD_DELIMITER = ","

D.

FIELD OPTIONALLY ENCLOSED BY = " "

Questions 17

The following chart represents the performance of a virtual warehouse over time:

DEA-C01 Question 17

A DataEngineer notices that the warehouse is queueing queries The warehouse is size X-Smallthe minimum and maximum cluster counts are set to 1 the scaling policy is set to i and auto-suspend is set to 10 minutes.

How canthe performance be improved?

Options:
A.

Change the cluster settings

B.

Increase the size of the warehouse

C.

Change the scaling policy to economy

D.

Change auto-suspend to a longer time frame

Questions 18

Which query will show a list of the 20 most recent executions of a specified task kttask, that have been scheduled within the last hour that have ended or are stillrunning’s.

A)

DEA-C01 Question 18

B)

DEA-C01 Question 18

C)

DEA-C01 Question 18

D)

DEA-C01 Question 18

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 19

Which methods can be used to create a DataFrame object in Snowpark? (Select THREE)

Options:
A.

session.jdbc_connection()

B.

session.read.json{)

C.

session,table()

D.

DataFraas.writeO

E.

session.builder()

F.

session.sql()