Free SNOWPRO-ADVANCED-ARCHITECT Snowflake SNOWPRO-ADVANCED-ARCHITECT Practice Test Question

Loading demo links...

Showing 10–12 of 20 questions

Question 10 (Topic 1)

Assuming all Snowflake accounts are using an Enterprise edition or higher, in which development and testing scenarios would copying of data be required, and zero-copy cloning not be suitable? (Choose two.)

Select an option, then click Submit answer.

  • Developers create their own datasets to work against transformed versions of the live data.
  • Production and development run in different databases in the same account, and Developers need to see production-like data but with specific columns masked.
  • Data is in a production Snowflake account that needs to be provided to Developers in a separate development/testing Snowflake account in the same cloud region.
  • Developers create their own copies of a standard test database previously created for them in the development account, for their initial development and unit testing.
  • The release process requires pre-production testing of changes with data of production scale and complexity. For security reasons, pre-production also runs in the production account.
Question 11 (Topic 1)

An Architect is investigating a performance issue with an existing architecture and found a query where the Query Profile indicates a high number of bytes spilled to remote storage. The query includes a where clause that filters out a high percentage of records. What actions can be taken to reduce the spillage to remote storage and improve the query performance? (Choose two.)

Select an option, then click Submit answer.

  • Increase the size of the virtual warehouse.
  • Increase the maximum number of clusters for the virtual warehouse.
  • Define a clustering key on columns used for selective filtering with a high clustering depth.
  • Ensure primary keys and foreign keys are defined for large tables referenced by the query.
  • Decrease the data retention period for tables referenced by the query.
Question 12 (Topic 1)

An Architect created a database using the role DB_OWNER and a schema with managed access within this database using the role SCHEMA_OWNER. The team created a table inside this schema using the role OBJECT_OWNER. Which role will be required to grant privileges on the table to other roles?

Select an option, then click Submit answer.

  • DB_OWNER
  • OBJECT_OWNER
  • SECURITYADMIN
  • SYSADMIN