Free SnowPro Advanced: Administrator Certification ADA-C01 Exam Practice Test

UNLOCK FULL
ADA-C01 Exam Features
In Just $59 You can Access
  • All Official Question Types
  • Interactive Web-Based Practice Test Software
  • No Installation or 3rd Party Software Required
  • Customize your practice sessions (Free Demo)
  • 24/7 Customer Support
Page: 1 / 15
Total Questions: 71
  • When a role is dropped, which role inherits ownership of objects owned by the dropped role?

    Answer: B Next Question
  • What are characteristics of data replication in Snowflake? (Select THREE).

    Answer: A,E,F Next Question
  • An Administrator has been asked to support the company's application team need to build a loyalty program for its customers. The customer table contains PersonalIdentifiable Information (PII), and the application team's role is DEVELOPER.CREATE TABLE customer_data ( customer_first_name string, customer_last_name string, customer_address string, customer_email string,... some other columns,);The application team would like to access the customer data, but the email field must be obfuscated.How can the Administrator protect the sensitive information, while maintaining the usability of the data?

    Answer: D Next Question
  • A Snowflake account is configured with SCIM provisioning for user accounts and has bi-directional synchronization for user identities. An Administrator with access to SECURITYADMIN uses the Snowflake UI to create a user by issuing the following commands:use role USERADMIN;create or replace role DEVELOPER_ROLE;create user PTORRES PASSWORD = 'hello world!' MUST_CHANGE_PASSWORD = FALSE default_role = DEVELOPER_ROLE;The new user named PTORRES successfully logs in, but sees a default role of PUBLIC in the web UI. When attempted, the following command fails:use DEVELOPER_ROLE;Why does this command fail?

    Answer: C Next Question
  • An organization's sales team leverages this Snowflake query a few times a day: SELECT CUSTOMER ID, CUSTOMER_NAME, ADDRESS, PHONE NOFROM CUSTOMERSWHERE LAST UPDATED BETWEEN TO_DATE (CURRENT_TIMESTAMP) AND (TO_DATE (CURRENT_TIMESTAMP) -7);What can the Snowflake Administrator do to optimize the use of persisted query results whenever possible?

    Answer: D Next Question
  • 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?

    Answer: C Next Question
  • Which Snowflake objects can be managed using SCIM integration? (Select TWO).

    Answer: B,D Next Question
  • Which command can temporarily disable Multi-factor Authentication (MFA) for the Snowflake username user1 for 24 hours?

    Answer: A Next Question
  • Which type of listing in the Snowflake Marketplace can be added and queried immediately?

    Answer: B Next 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?

    Answer: C Next Question
Page: 1 / 15
Total Questions: 71