Official Bank 0/78

Snowflake SnowPro Advanced: Administrator Certification (ADA-C01) - Snowflake Actual Exam Questions

Last updated on March 10, 2026

97% Exam Compliance
78 Total Questions
1
Question

An Administrator wants to delegate the administration of a company's data exchange to users who do not have access to the ACCOUNTADMIN role. How can this requirement be met?

Options
A

Grant imported privileges on data exchange EXCHANGE_NAME to ROLE_NAME;

B

Grant modify on data exchange EXCHANGE_NAME to ROLE_NAME;

C

Grant ownership on data exchange EXCHANGE_NAME to ROLE NAME;

D

Grant usage on data exchange EXCHANGE_NAME to ROLE_NAME;

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

For Snowflake network policies, what will occur when the account_level and user_level network policies are both defined?

Options
A

The account_level policy will override the user_level policy.

B

The user_level policy will override the account_level policy.

C

The user_level network policies will not be supported.

D

A network policy error will be generated with no definitions provided.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

What are the MINIMUM grants required on the database, schema, and table for a stream to be properly created and managed?

Options
A

Database: Usage Schema: Usage Table: Select, Create Stream

B

Database: Usage Schema: Usage Table: Select

C

Database: Usage, Create Stream Schema: Usage Table: Select

D

Database: Usage Schema: Usage, Create Stream Table: Select

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

A user accidentally truncated the data from a frequently-modified table. The Administrator has reviewed the query history and found the truncate statement which was run on 2021-12-12 15:00 with query ID 8e5d0ca9-005e-44e6-b858-a8f5b37c5726. Which of the following statements would allow the Administrator to create a copy of the table as it was exactly before the truncated statement was executed, so it can be checked for integrity before being inserted into the main table?

Options
A

CREATE TABLE RESTORE_TABLE CLONE CURRENT_TABLE BEFORE (timestamp => '2021-12-12 00:00');

B

SELECT * FROM CURRENT_TABLE before (statement => '8e5d0ca9-005e-44e6-b858- a8f5b37c5726');

C

INSERT INTO CURRENT_TABLE SELECT * FROM CURRENT_TABLE before (statement => '8e5d0ca9- 005e-44e6-b858-a8f5b37c5726');

D

CREATE TABLE RESTORE_TABLE CLONE CURRENT_TABLE before (statement => '8e5d0ca9-005e- 44e6-b858-a8f5b37c5726');

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

When adding secure views to a share in Snowflake, which function is needed to authorize users from another account to access rows in a base table?

Options
A

CURRENT_ROLE

B

CURRENT ACCOUNT

C

CURRENT_USER

D

CURRENT_CLIENT

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.