IS_ROLE_IN_SESSION is a function in Snowflake that checks if a specified role is active in the current session. This is commonly used in conjunction with dynamic data masking to determine if a user has the necessary role to view unmasked data.
A Data Engineer defines the following masking policy:
The policy must be applied to the full_name column in the customer table:
Which query will apply the masking policy on the full_name column?
b -
Within a Snowflake account. permissions have been defined with custom roles and role hierarchies.
To set up column-level masking using a role in the hierarchy of the current user, what command would be used?
d
IS_ROLE_IN_SESSION is a function in Snowflake that checks if a specified role is active in the current session. This is commonly used in conjunction with dynamic data masking to determine if a user has the necessary role to view unmasked data.
A Data Engineer needs to know the details regarding the micro-partition layout for a table named Invoice using a built-in function.
Which query will provide this information?
a
Assuming that the session parameter USE_CACHED_RESULT is set to false, what are characteristics of Snowflake virtual warehouses in terms of the use of Snowpark?
a
Which system role is recommended for a custom role hierarchy to be ultimately assigned to?
c
What kind of Snowflake integration is required when defining an external function in Snowflake?
a
Which methods will trigger an action that will evaluate a DataFrame? (Choose two.)
be
The JSON below is stored in a VARIANT column named V in a table named jCustRaw:
Which query will return one row per team member (stored in the teamMembers array) along with all of the attributes of each team member?
b
A Data Engineer is investigating a query that is taking a long time to return. The Query Profile shows the following:
What step should the Engineer take to increase the query performance?
b
Which functions will compute a 'fingerprint' over an entire table, query result, or window to quickly detect changes to table contents or query results? (Choose two.)
bd
should be A