NAS-C01 試験問題を無料オンラインアクセス
| 試験コード: | NAS-C01 |
| 試験名称: | SnowPro Specialty - Native Apps |
| 認定資格: | Snowflake |
| 無料問題数: | 378 |
| 更新日: | 2026-06-17 |
You are packaging a Snowflake Native App that includes a file. During the packaging process, you encounter an error stating that a required Python package, 'pandas', is not found. However, you have included a 'requirements.txt' file in the application bundle with 'pandas' listed as a dependency. What is the MOST likely cause of this error, and what steps can you take to resolve it?
A consumer installs a Snowflake Native Application from the Marketplace. The application requires access to a specific table, 'CUSTOMER DATA' , in the consumer's account. Which of the following steps are essential for the consumer to properly grant the application the necessary permissions, following least privilege principles, and ensuring the application functions as intended? Assume the application developer has properly requested the table grant in the setup script.
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?
You are building a Snowflake Native Application that needs to store configuration data within the application package. This configuration data needs to be accessible by all components of the application, but should not be directly exposed to the consumer. What is the RECOMMENDED approach to securely store and access this configuration data?
A Native Application package contains a secure view that exposes customer dat a. The application provider wants to ensure that only the application itself, and not the consumer's roles, can access the underlying table. They have granted OWNERSHIP on the table to the application. Which of the following SQL statements would be MOST effective in managing privileges so that the application package can securely access customer data and consumers cannot directly access it via their own roles?