Question 31

The security team is exploring whether or not the Databricks secrets module can be leveraged for connecting to an external database.
After testing the code with all Python variables being defined with strings, they upload the password to the secrets module and configure the correct permissions for the currently active user. They then modify their code to the following (leaving all other variables unchanged).

Which statement describes what will happen when the above code is executed?
  • Question 32

    The business intelligence team has a dashboard configured to track various summary metrics for retail stories.
    This includes total sales for the previous day alongside totals and averages for a variety of time periods. The fields required to populate this dashboard have the following schema:

    For Demand forecasting, the Lakehouse contains a validated table of all itemized sales updated incrementally in near real-time. This table named products_per_order, includes the following fields:

    Because reporting on long-term sales trends is less volatile, analysts using the new dashboard only require data to be refreshed once daily. Because the dashboard will be queried interactively by many users throughout a normal business day, it should return results quickly and reduce total compute associated with each materialization.
    Which solution meets the expectations of the end users while controlling and limiting possible costs?
  • Question 33

    When evaluating the Ganglia Metrics for a given cluster with 3 executor nodes, which indicator would signal proper utilization of the VM's resources?
  • Question 34

    A Delta Lake table was created with the below query:

    Realizing that the original query had a typographical error, the below code was executed:
    ALTER TABLE prod.sales_by_stor RENAME TO prod.sales_by_store
    Which result will occur after running the second command?
  • Question 35

    Which of the statements is correct when choosing between lakehouse and Datawarehouse?