Question 16

You are developing a Snowflake Native Application that relies on external Python packages. You've successfully added the necessary packages to the stage associated with your application package using 'snowflake-cli' during development. However, when testing the application in a consumer account, you encounter errors indicating that these packages are not found. What are the most likely reasons for this issue and how can you resolve them?
  • Question 17

    You are packaging a Snowflake Native Application for distribution. You need to include a Python User-Defined Function (UDF) that reads data from a stage. Which of the following steps are REQUIRED to ensure the UDF functions correctly after installation in a consumer's account? (Choose two)
  • Question 18

    You are tasked with designing a Snowflake Native App that requires multiple roles with different levels of access to its functionalities. The app needs to define which roles can perform specific actions, such as viewing data, modifying data, or managing app settings. Which of the following methods are CORRECT ways to control role-based access within a Snowflake Native App? (Select all that apply)
  • Question 19

    You have listed a Snowflake Native Application on the Marketplace. Several customers have installed your application and are actively using it. You discover a critical bug that requires an immediate fix. What is the MOST effective approach to deploy this fix to all existing installations of your application with minimal disruption to the consumers?
  • Question 20

    You are building a Snowflake Native App that aggregates data across multiple consumer accounts. Your app needs to securely access data in each consumer's Snowflake account without requiring them to share their credentials directly. You are evaluating different options for secure data access. Which of the following strategies are viable and recommended to implement this, maximizing security and minimizing administrative overhead for the consumer?