DP-100 Exam Question 66

You have a dataset that includes confidential data. You use the dataset to train a model.
You must use a differential privacy parameter to keep the data of individuals safe and private.
You need to reduce the effect of user data on aggregated results.
What should you do?
  • DP-100 Exam Question 67

    You are using Azure Machine Learning to monitor a trained and deployed model. You implement Event Grid to respond to Azure Machine Learning events.
    Model performance has degraded due to model input data changes.
    You need to trigger a remediation ML pipeline based on an Azure Machine Learning event.
    Which event should you use?
  • DP-100 Exam Question 68

    You have a Python data frame named salesData in the following format:

    The data frame must be unpivoted to a long data format as follows:

    You need to use the pandas.melt() function in Python to perform the transformation.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 69

    You are creating data wrangling and model training solutions in an Azure Machine Learning workspace.
    You must use the same Python notebook to perform both data wrangling and model training.
    You need to use the Azure Machine Learning Python SDK v2 to define and configure the Synapse Spark pool asynchronously in the workspace as dedicated compute How should you complete the rode segment? To answer, select the appropriate options in the answer area.
    NOTE: Lach correct selection is worth one point.

    DP-100 Exam Question 70

    You manage an Azure Machine Learning workspace.
    You choose the urijolder data type as an output of a pipeline component.
    You need to define the data access mode that is supported by your configuration.
    Which mode should you define?