Question 91

A table named user_ltv is being used to create a view that will be used by data analysis on various teams. Users in the workspace are configured into groups, which are used for setting up data access using ACLs.
The user_ltv table has the following schema:

An analyze who is not a member of the auditing group executing the following query:

Which result will be returned by this query?
  • Question 92

    A table named user_ltv is being used to create a view that will be used by data analysts on various teams.
    Users in the workspace are configured into groups, which are used for setting up data access using ACLs.
    The user_ltv table has the following schema:
    email STRING, age INT, ltv INT
    The following view definition is executed:

    An analyst who is not a member of the marketing group executes the following query:
    SELECT * FROM email_ltv
    Which statement describes the results returned by this query?
  • Question 93

    The data engineer team is configuring environment for development testing, and production before beginning migration on a new data pipeline. The team requires extensive testing on both the code and data resulting from code execution, and the team want to develop and test against similar production data as possible.
    A junior data engineer suggests that production data can be mounted to the development testing environments, allowing pre production code to execute against production dat a. Because all users have Admin privileges in the development environment, the junior data engineer has offered to configure permissions and mount this data for the team.
    Which statement captures best practices for this situation?
  • Question 94

    You noticed a colleague is manually copying the data to the backup folder prior to running an up-date command, incase if the update command did not provide the expected outcome so he can use the backup copy to replace table, which Delta Lake feature would you recommend simplifying the process?
  • Question 95

    Which statement describes Delta Lake optimized writes?