MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: A Snowflake Administrator needs to persist all virtual warehouse configurations for auditing and backups.Given a table already exists with the following schema:Table Name:VWH_METAColumn 1:SNAPSHOT_TIME TIMESTAMP_NTZColumn 2:CONFIG VARIANTWhich commands should be executed to persist the warehouse data at the time of execution in JSON format in the table VWH META?
Question2: A retailer uses a TRANSACTIONS table (100M rows, 1.2 TB) that has been clustered by the STORE_ID column (varchar(50)). The vast majority of analyses on this table are grouped by STORE_ID to look at store performance.There are 1000 stores operated by the retailer but most sales come from only 20 stores. The Administrator notes that most queries are currently experiencing poor pruning, with large amounts of bytes processed by even simple queries.Why is this occurring?
Question3: When a role is dropped, which role inherits ownership of objects owned by the dropped role?
Question4: An Administrator has a table named SALES_DATA which needs some edits, but the Administrator does not want to change the main table data. The Administrator decides to make a transient copy of this table and wants the transient table to have all the same permissions as the original table.How can the Administrator create the transient table so it inherits the same permissions as the original table, and what considerations need to be made concerning the requirements? (Select TWO).
Question5: A team is provisioning new lower environments from the production database using cloning. All production objects and references reside in the database, and do not have external references.What set of object references needs to be re-pointed before granting access for usage?
Question6: 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? (Select TWO).
Question7: A company has implemented Snowflake replication between two Snowflake accounts, both of which are running on a Snowflake Enterprise edition. The replication is for the database APP_DB containing only one schema, APP_SCHEMA. The company's Time Travel retention policy is currently set for 30 days for both accounts. An Administrator has been asked to extend the Time Travel retention policy to 60 days on the secondary database only.How can this requirement be met?
Question8: What are benefits of using Snowflake organizations? (Select TWO).
Question9: 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?
Question10: An Administrator receives data from a Snowflake partner. The partner is sharing a dataset that contains multiple secure views. The Administrator would like to configure the data so that only certain roles can see certain secure views.How can this be accomplished?
Question11: In which scenario will use of an external table simplify a data pipeline?
Question12: An Administrator has a warehouse which is intended to have a credit quota set for 3000 for each calendar year.The Administrator needs to create a resource monitor thatwill perform the following tasks:1. At 80% usage notify the account Administrators.2. At 100% usage suspend the warehouse and notify the account Administrators.3. At 120% stop all running executions, suspend the warehouse, and notify the account Administrators.Which SQL command will meet these requirements?
Question13: 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 Personal Identifiable 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?
Question14: A Snowflake Administrator has a multi-cluster virtual warehouse and is using the Snowflake Business Critical edition. The minimum number of clusters is set to 2 and the maximum number of clusters is set to 10. This configuration works well for the standard workload, rarely exceeding 5 running clusters. However, once a month the Administrator notes that there are a few complex long-running queries that are causing increased queue time and the warehouse reaches its maximum limit at 10 clusters.Which solutions will address the issues happening once a month? (Select TWO).
Question15: 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?
Question16: An Administrator has a user who needs to be able to suspend and resume a task based on the current virtual warehouse load, but this user should not be able to modify the task or start a new run.What privileges should be granted to the user to meet these requirements? (Select TWO).
Question17: A user has enrolled in Multi-factor Authentication (MFA) for connecting to Snowflake. The user informs the Snowflake Administrator that they lost their mobile phone the previous evening.Which step should the Administrator take to allow the user to log in to the system, without revoking their MFA enrollment?
Question18: 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?
Question19: In general, the monthly billing for database replication is proportional to which variables? (Select TWO).
Question20: Which command can temporarily disable Multi-factor Authentication (MFA) for the Snowflake username user1 for 24 hours?
Question21: An Administrator is evaluating a complex query using the EXPLAIN command. The Globalstats operation indicates 500 partitionsAssigned.The Administrator then runs the query to completion and opens the Query Profile. They notice that the partitions scanned value is 429.Why might the actual partitions scanned be lower than the estimate from the EXPLAIN output?
Question22: Which commands can be performed by a user with the ORGADMIN role but not the ACCOUNTADMIN role? (Select TWO).
Question23: Which function is the role SECURITYADMIN responsible for that is not granted to role USERADMIN?
Question24: The following commands were executed:Grant usage on database PROD to role PROD_ANALYST;Grant usage on database PROD to role PROD_SUPERVISOR;Grant ALL PRIVILEGES on schema PROD. WORKING to role PROD_ANALYST;Grant ALL PRIVILEGES on schema PROD. WORKING to role PROD_SUPERVISOR;Grant role PROD ANALYST to user A;Grant role PROD SUPERVISOR to user B;What authority does each user have on the WORKING schema?
Question25: A Snowflake Administrator wants to create a virtual warehouse that supports several dashboards, issuing various queries on the same database.For this warehouse, why should the Administrator consider setting AUTO_SUSPEND to 0 or NULL?
Question26: The following SQL command was executed:Use role SECURITYADMIN;Grant ownershipOn future tablesIn schema PROD. WORKINGTo role PROD_WORKING_OWNER;Grant role PROD_WORKING_OWNER to role SYSADMIN;Use role ACCOUNTADMIN;Create table PROD.WORKING.XYZ (value number) ;Which role(s) can alter or drop table XYZ?
Question27: A virtual warehouse report_wh is configured with AUTO_RESUME=TRUE and AUTO_SUSPEND=300. A user has been granted the role accountant.An application with the accountant role should use this warehouse to run financial reports, and should keep track of compute credits used by the warehouse.What minimal privileges on the warehouse should be granted to the role to meet the requirements for the application? (Select TWO).
Question28: A Snowflake user runs a complex SQL query on a dedicated virtual warehouse that reads a large amount of data from micro-partitions. The same user wants to run another query that uses the same data set.Which action would provide optimal performance for the second SQL query?