Weekend Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

DEA-C01 SnowPro Advanced: Data Engineer Certification Exam Questions and Answers

Questions 4

A Data Engineer is working on a continuous data pipeline which receives data from Amazon Kinesis Firehose and loads the data into a staging table which will later be used in the data transformation process The average file size is 300-500 MB.

The Engineer needs to ensure that Snowpipe is performant while minimizing costs.

How can this be achieved?

Options:

A.

Increase the size of the virtual warehouse used by Snowpipe.

B.

Split the files before loading them andset the SIZE_LIMIT option to 250 MB.

C.

Change the file compression size and increase the frequency of the Snowpipe loads

D.

Decrease the buffer size to trigger delivery of files sized between 100 to 250 MB in Kinesis Firehose

Buy Now
Questions 5

A Data Engineer wants to create a new development database (DEV) as a clone of the permanent production database (PROD) There is a requirement to disable Fail-safe for all tables.

Which command will meet these requirements?

Options:

A.

CREATE DATABASE DEV

CLONE PROD

FAIL_SAFE=FALSE;

B.

CREATE DATABASE DEV

CLONE PROD;

C.

CREATE TRANSIENT DATABASE DEV

CLONE RPOD

D.

CREATE DATABASE DEV

CLOSE PROD

DATA_RETENTION_TIME_IN_DAYS =0L

Buy Now
Questions 6

A Data Engineer needs to ingest invoice data in PDF format into Snowflake so that the data can be queried and used in a forecasting solution.

..... recommended way to ingest this data?

Options:

A.

Use Snowpipe to ingest the files that land in an external stage into a Snowflake table

B.

Use a COPY INTO command to ingest the PDF files in an external stage into a Snowflake table with a VARIANT column.

C.

Create an external table on the PDF files that are stored in a stage and parse the data nto structured data

D.

Create a Java User-Defined Function (UDF) that leverages Java-based PDF parser libraries to parse PDF data into structured data

Buy Now
Questions 7

A Data Engineer wants to centralize grant management to maximize security. A user needs ownership on a table m a new schema However, this user should not have the ability to make grant decisions

What is the correct way to do this?

Options:

A.

Grant ownership to the user on the table

B.

Revoke grant decisions from the user on the table

C.

Revoke grant decisions from the user on the schema.

D.

Add the with managed access parameter on the schema

Buy Now
Questions 8

What is a characteristic of the use of external tokenization?

Options:

A.

Secure data sharing can be used with external tokenization

B.

External tokenization cannot be used with database replication

C.

Pre-loading of unmasked data is supported with external tokenization

D.

External tokenization allows (he preservation of analytical values after de-identification

Buy Now
Questions 9

At what isolation level are Snowflake streams?

Options:

A.

Snapshot

B.

Repeatable read

C.

Read committed

D.

Read uncommitted

Buy Now
Questions 10

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 10

B)

DEA-C01 Question 10

C)

DEA-C01 Question 10

D)

DEA-C01 Question 10

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 11

What kind of Snowflake integration is required when defining an external function in Snowflake?

Options:

A.

API integration

B.

HTTP integration

C.

Notification integration

D.

Security integration

Buy Now
Questions 12

A table is loaded using Snowpipe and truncated afterwards Later, a Data Engineer finds that the table needs to be reloaded but the metadata of the pipe will not allow the same files to be loaded again.

How can this issue be solved using the LEAST amount of operational overhead?

Options:

A.

Wait until the metadata expires and then reload the file using Snowpipe

B.

Modify the file by adding a blank row to the bottom and re-stage the file

C.

Set the FORCE=TRUE option in the Snowpipe COPY INTO command

D.

Recreate the pipe by using the create or replace pipe command

Buy Now
Questions 13

A Data Engineer wants to check the status of a pipe named my_pipe. The pipe is inside a database named test and a schema named Extract (case-sensitive).

Which querywill provide the status of the pipe?

Options:

A.

SELECT FROM SYSTEM$PIPE_STATUS (''test.'extract'.my_pipe"i:

B.

SELECT FROM SYSTEM$PIPE_STATUS (,test.,,Extracr,,.ny_pipe, i I

C.

SELE2T * FROM SYSTEM$PIPE_STATUS < ' test. "Extract", my_pipe');

D.

SELECT * FROM SYSTEM$PIPE_STATUS ("test. 'extract' .my_pipe"};

Buy Now
Questions 14

Which functions will compute a 'fingerprint' over an entire table, query result, or window to quickly detect changes to table contents or query results? (Select TWO).

Options:

A.

HASH (*)

B.

HASH_AGG(*)

C.

HASH_AGG(, )

D.

HASH_AGG_COMPARE (*)

E.

HASH COMPARE(*)

Buy Now
Questions 15

The JSON below is stored in a variant column named v in a table named jCustRaw:

DEA-C01 Question 15

Which query will return one row per team member (stored in the teamMembers array) along all of the attributes of each team member?

A)

DEA-C01 Question 15

B)

DEA-C01 Question 15

C)

DEA-C01 Question 15

D)

DEA-C01 Question 15

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 16

Given the table sales which has a clustering key of column CLOSED_DATE which table function will return the average clustering depth for the SALES_REPRESENTATIVEcolumn for the North American region?

A)

DEA-C01 Question 16

B)

DEA-C01 Question 16

C)

DEA-C01 Question 16

D)

DEA-C01 Question 16

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 17

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

Buy Now
Questions 18

How can the following relational data be transformed into semi-structured data using the LEAST amount of operational overhead?

DEA-C01 Question 18

Options:

A.

Use the to_json function

B.

Use the PAESE_JSON function to produce a variant value

C.

Use the OBJECT_CONSTRUCT function to return a Snowflake object

D.

Use the TO_VARIANT function to convert each of the relational columns to VARIANT.

Buy Now
Questions 19

Which use case would be BEST suited for the search optimization service?

Options:

A.

Analysts who need to perform aggregates over high cardinality columns

B.

Business users who need fast response times using highly selective filters

C.

Data Scientists who seek specific JOIN statements with large volumes of data

D.

Data Engineers who create clustered tables with frequent reads against clustering keys

Buy Now
Exam Code: DEA-C01
Exam Name: SnowPro Advanced: Data Engineer Certification Exam
Last Update: Oct 15, 2025
Questions: 65

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99