Question 86

You are designing a Snowflake Native Application package. You need to include a specific version of a Javascript UDF that calculates a complex statistical metric. You want to ensure that even if you update the application in the future, older installations continue to use the original Javascript UDF version. You also want to ensure that the javascript code is obfuscated. How do you design the application package directory structure and the UDF creation to achieve this? (Assume the UDF javascript source is named 'metric_vl .js' and is placed in the correct location within the application source code directory). The relevant 'manifest.yml' excerpt is:

  • Question 87

    You are packaging a Snowflake Native Application that utilizes an external function to enrich dat a. This external function requires access to an API endpoint. You've created an API integration in the consumer's account to manage access. How should you grant the necessary privileges to your application to utilize this API integration?
  • Question 88

    You are responsible for deploying a Snowflake Native Application that processes sensitive financial dat a. Your team is concerned about data leakage and unauthorized access. Which of the following security measures should you implement to mitigate these risks and comply with Snowflake Marketplace best practices? (Select THREE)
  • Question 89

    You are developing a Snowflake Native App that uses JavaScript stored procedures. During consumer testing, you observe inconsistent behavior: sometimes the app works perfectly, other times it throws intermittent 'JavaScript out of memory' errors. You suspect a memory leak in your JavaScript code. Which of the following actions could help you diagnose and resolve this issue effectively?
  • Question 90

    A data science team is developing a Native App on Snowflake that requires access to data from multiple customer accounts (Reader Accounts). They need to ensure strict data governance and minimize the risk of data leakage. Which of the following approaches provides the MOST secure and scalable solution for accessing and managing this cross-account data?