Question 26

You have a Fabric tenant that contains a new semantic model in OneLake.
You use a Fabric notebook to read the data into a Spark DataFrame.
You need to evaluate the data to calculate the min, max, mean, and standard deviation values for all the string and numeric columns.
Solution: You use the following PySpark expression:
df.show()
Does this meet the goal?
  • Question 27

    You have a Fabric notebook that has the Python code and output shown in the following exhibit.


    Which type of analytics are you performing?
  • Question 28

    You have a Microsoft Power Bl report named Report1 that uses a Fabric semantic model.
    Users discover that Report1 renders slowly.
    You open Performance analyzer and identify that a visual named Orders By Date is the slowest to render. The duration breakdown for Orders By Date is shown in the following table.

    What will provide the greatest reduction in the rendering duration of Report1?
  • Question 29

    You have a data warehouse that contains a table named Stage. Customers. Stage-Customers contains all the customer record updates from a customer relationship management (CRM) system. There can be multiple updates per customer You need to write a T-SQL query that will return the customer ID, name, postal code, and the last updated time of the most recent row for each customer ID.
    How should you complete the code? To answer, select the appropriate options in the answer area, NOTE Each correct selection is worth one point.

    Question 30

    You have a Fabric tenant that contains a new semantic model in OneLake.
    You use a Fabric notebook to read the data into a Spark DataFrame.
    You need to evaluate the data to calculate the min, max, mean, and standard deviation values for all the string and numeric columns.
    Solution: You use the following PySpark expression:
    df.show()
    Does this meet the goal?