Free Snowflake ADA-C02 Exam Dumps Questions & Answers
| Exam Code/Number: | ADA-C02Join the discussion |
| Exam Name: | SnowPro Advanced Administrator ADA-C02 |
| Certification: | Snowflake |
| Free Question Number: | 62 |
| Publish Date: | Aug 20, 2026 |
| # of views: | 714 |
|
|
|
If the query matches the definition, will Snowflake always dynamically rewrite the query to use a materialized view?
DatabaseA has a single schema called Schema1. This schema contains many tables and views. The ANALYST role has privileges to select from all objects in DatabaseA.Schema1. The SYSADMIN role clones DatabaseA to DatabaseA_clone.
What privileges does the ANALYST role have on tables and views in DatabaseA_clone? (Choose two.)
What are the MINIMUM grants required on the database, schema, and table for a stream to be properly created and managed?
A team of developers created a new schema for a new project. The developers are assigned the role DEV_TEAM which was set up using the following statements:
USE ROLE SECURITYADMIN;
CREATE ROLE DEV_TEAM;
GRANT USAGE, CREATE SCHEMA ON DATABASE DEV_DB01 TO ROLE DEV_TEAM;
GRANT USAGE ON WAREHOUSE DEV_WH TO ROLE DEV_TEAM;
Each team member's access is set up using the following statements:
USE ROLE SECURITYADMIN;
CREATE ROLE JDOE_PROFILE;
CREATE USER JDOE LOGIN_NAME = 'JDOE' DEFAULT ROLE='JDOE_PROFILE';
GRANT ROLE JDOE_PROFILE TO USER JDOE;
GRANT ROLE DEV_TEAM TO ROLE JDOE_PROFILE;
New tables created by any of the developers are not accessible by the team as a whole.
How can an Administrator address this problem?