Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam NAS-C01 Topic 1 Question 205 Discussion

Actual exam question for Snowflake's NAS-C01 exam
Question #: 205
Topic #: 1
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.

Suggested Answer: D Vote an answer

Using Snowflake's masking policies and secure views is the most secure and efficient method. It centralizes RLS within Snowflake, leveraging its security features. Option A is vulnerable to SQL injection if 'st.session_state.user.username' is not properly sanitized. Option B is better, but masking policies provide more granular control and data obfuscation. Option C pushes security logic to the application layer, which is less secure. Option E adds unnecessary complexity and overhead.

by Pamela at Jul 26, 2026, 05:13 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.