Question 56

You are building a Snowflake Native App that needs to store configuration settings specific to each consumer account. These settings will influence the behavior of the application. Which of the following methods is the MOST secure and recommended approach for managing these configuration settings within the Snowflake Native App Framework?
  • Question 57

    A Snowflake Native App provider is using a Snowpark Python UDF to process data before writing it to an event table for consumption by consumer applications. The UDF fails intermittently with a 'Java heap space' error. Which of the following strategies are MOST effective in mitigating this error?
  • Question 58

    You are designing a Snowflake Native Application that processes customer dat a. To comply with data residency requirements, you need to ensure that the application logic runs within the customer's Snowflake account, but the application code is owned and managed by your organization. Which of the following approaches BEST achieves this requirement while providing version control and updates?
  • Question 59

    A Native Application developer, Alice, is building a data processing pipeline within her Snowflake Native App that includes a scheduled task. The task executes a stored procedure which needs to access data from a table owned by the consumer account. The application package version '1.0.0' has been released to a consumer. The task has been created and suspended. Which of the following SQL commands are required for Alice, as the application provider, to grant the necessary privileges on the consumer's environment to enable the task to execute successfully when it is resumed? Select ALL that apply.
  • Question 60

    Consider the following scenario: You're developing a Snowflake Native Application that uses external functions to call an API endpoint. The API endpoint experiences intermittent outages. You need to implement a robust mechanism to handle these outages gracefully and log the errors appropriately. Which of the following approaches are BEST suited to achieve this within the constraints of a Snowflake Native Application?