Question 96
You are developing a Snowflake Native Application that includes a Python module for data transformation. This module relies on the pandas' and 'requests' libraries. You are using an 'environment.yml' file to manage dependencies. Which of the following 'environment.yml' configurations is the MOST secure and correct way to define these dependencies for your application? Assume you want to install these packages directly from conda-forge channel.
Question 97
A data engineer, Alice, is developing a Snowflake Native Application. She wants to implement event sharing to notify consumers when certain data thresholds are breached within the application's managed tables. What is the MOST effective and secure approach for implementing this event sharing mechanism, ensuring that consumers can subscribe to these events without direct access to the application's internal tables?
Question 98
A Snowflake Native Application relies on a warehouse named 'ANALYTICS WH' for processing dat a. The application provider wants to implement a cost-effective strategy for managing the warehouse, ensuring it's only active when needed. Which of the following combinations of warehouse parameters will lead to the most efficient cost management?
Question 99
You are preparing to publish a Snowflake Native Application on the Snowflake Marketplace. Your application requires several external functions (UDFs) that need to be securely called. Which of the following steps are crucial to correctly configure these external functions within your application package to ensure they function as expected after installation by consumers?
Question 100
You are developing a Snowflake Native Application that uses Streamlit to provide a user interface for data analysts. The application accesses sensitive customer data residing in a managed database. To enhance security, you want to implement row-level security (RLS) based on the user's role. You have the following Streamlit code snippet:

Which of the following actions should you take to implement RLS in the Snowflake Native App, ensuring only authorized users can view specific rows of 'customer_data'? Assume the already contains necessary credentials. Choose the most secure and efficient method.

Which of the following actions should you take to implement RLS in the Snowflake Native App, ensuring only authorized users can view specific rows of 'customer_data'? Assume the already contains necessary credentials. Choose the most secure and efficient method.
