Question 6
You're developing a Snowflake Native App with a Streamlit I-Jl. The app needs to read configuration data from a file named within your application package. The file contains sensitive information, and you want to ensure it's only accessible by your application's code and not directly readable by the consumer. What steps would you take to accomplish this?
Question 7
You are developing a Snowflake Native App that needs to access a secured external API to enrich customer dat a. The API requires an OAuth 2.0 token stored securely. Which of the following approaches would you use within the application manifest and Snowflake objects to securely store and access this token, minimizing exposure and adhering to best practices?
Question 8
A provider develops a Snowflake Native Application that requires access to consumer's 'ORDERS' table for data enrichment. The provider has created an object role 'app_role'. Which of the following steps are REQUIRED for the application to successfully access and query the 'ORDERS table in the consumer's environment during the installation phase?
Question 9
You are developing a Snowflake Native Application that relies on external functions (UDFs or external functions using API integration) to enrich dat a. After installing the application in a customer's account, you observe that the external functions are failing intermittently. The error messages indicate network connectivity issues. Which of the following troubleshooting steps would be MOST effective in diagnosing and resolving this problem from the provider's perspective, assuming you cannot directly access the customer's network configuration?
Question 10
A Native App provider wants to implement comprehensive monitoring of their application's behavior within consumer accounts. They decide to use Event Tables to capture various application events. Which of the following strategies is the MOST appropriate for designing and managing Event Tables for this purpose? Select ALL that apply.
