Question 1

You to need assign permissions for the data store in the AnalyticsPOC workspace. The solution must meet the security requirements.
Which additional permissions should you assign when you share the data store? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 2

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.explain()
Does this meet the goal?
  • Question 3

    You have a Fabric tenant.
    You are creating a Fabric Data Factory pipeline.
    You have a stored procedure that returns the number of active customers and their average sales for the current month.
    You need to add an activity that will execute the stored procedure in a warehouse. The returned values must be available to the downstream activities of the pipeline.
    Which type of activity should you add?
  • Question 4

    You have a Fabric tenant that contains a lakehouse named lakehouse1. Lakehouse1 contains an unpartitioned table named Table1.
    You plan to copy data to Table1 and partition the table based on a date column in the source data.
    You create a Copy activity to copy the data to Table1.
    You need to specify the partition column in the Destination settings of the Copy activity.
    What should you do first?
  • Question 5

    You have a Fabric tenant that contains a lakehouse named lakehouse1. Lakehouse1 contains a table named Table1.
    You are creating a new data pipeline.
    You plan to copy external data to Table1. The schema of the external data changes regularly.
    You need the copy operation to meet the following requirements:
    * Replace Table1 with the schema of the external data.
    * Replace all the data in Table1 with the rows in the external data.
    You add a Copy data activity to the pipeline. What should you do for the Copy data activity?