DP-300 Exam Question 26

You have an Azure Databricks workspace named workspace1 in the Standard pricing tier. Workspace1
contains an all-purpose cluster named cluster1.
You need to reduce the time it takes for cluster1 to start and scale up. The solution must minimize costs.
What should you do first?
  • DP-300 Exam Question 27

    You are designing an enterprise data warehouse in Azure Synapse Analytics that will store website traffic analytics in a star schema.
    You plan to have a fact table for website visits. The table will be approximately 5 GB.
    You need to recommend which distribution type and index type to use for the table. The solution must provide the fastest query performance.
    What should you recommend? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-300 Exam Question 28

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have an Azure Synapse Analytics dedicated SQL pool that contains a table named Table1.
    You have files that are ingested and loaded into an Azure Data Lake Storage Gen2 container named container1.
    You plan to insert data from the files into Table1 and transform the dat
    a. Each row of data in the files will produce one row in the serving layer of Table1.
    You need to ensure that when the source data files are loaded to container1, the DateTime is stored as an additional column in Table1.
    Solution: In an Azure Synapse Analytics pipeline, you use a Get Metadata activity that retrieves the DateTime of the files.
    Does this meet the goal?
  • DP-300 Exam Question 29

    You have an Azure SQL database.
    You discover that the plan cache is full of compiled plans that were used only once.
    You run the select * from sys.database_scoped_configurations Transact-SQL command and receive the results shown in the following table.

    You need relieve the memory pressure.
    What should you configure?
  • DP-300 Exam Question 30

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have an Azure Data Lake Storage account that contains a staging zone.
    You need to design a daily process to ingest incremental data from the staging zone, transform the data by executing an R script, and then insert the transformed data into a data warehouse in Azure Synapse Analytics.
    Solution: You schedule an Azure Databricks job that executes an R notebook, and then inserts the data into the data warehouse.
    Does this meet the goal?