Pass the Microsoft Microsoft Certified: Azure Data Engineer Associate DP-203 Questions and answers with CertsForce

Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions
Questions # 21:

You have an Azure Synapse serverless SQL pool.

You need to read JSON documents from a file by using the OPENROWSET function.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question # 21


Expert Solution
Questions # 22:

You have a data warehouse.

You need to implement a slowly changing dimension (SCD) named Product that will include three columns named ProductName, ProductColor, and ProductSize. The solution must meet the following requirements:

• Prevent changes to the values stored in ProductName.

• Retain all the current and previous values in ProductColor.

• Retain only the current and the last values in ProductSize.

Which type of SCD should you implement for each column? To answer, drag the appropriate types to the correct columns.

Question # 22


Expert Solution
Questions # 23:

You implement an enterprise data warehouse in Azure Synapse Analytics.

You have a large fact table that is 10 terabytes (TB) in size.

Incoming queries use the primary key SaleKey column to retrieve data as displayed in the following table:

Question # 23

You need to distribute the large fact table across multiple nodes to optimize performance of the table.

Which technology should you use?

Options:

A.

hash distributed table with clustered index


B.

hash distributed table with clustered Columnstore index


C.

round robin distributed table with clustered index


D.

round robin distributed table with clustered Columnstore index


E.

heap table with distribution replicate


Expert Solution
Questions # 24:

You have an Azure data solution that contains an enterprise data warehouse in Azure Synapse Analytics named DW1.

Several users execute ad hoc queries to DW1 concurrently.

You regularly perform automated data loads to DW1.

You need to ensure that the automated data loads have enough memory available to complete quickly and successfully when the adhoc queries run.

What should you do?

Options:

A.

Hash distribute the large fact tables in DW1 before performing the automated data loads.


B.

Assign a smaller resource class to the automated data load queries.


C.

Assign a larger resource class to the automated data load queries.


D.

Create sampled statistics for every column in each table of DW1.


Expert Solution
Questions # 25:

You have a Microsoft SQL Server database that uses a third normal form schema.

You plan to migrate the data in the database to a star schema in an Azure Synapse Analytics dedicated SQI pool.

You need to design the dimension tables. The solution must optimize read operations.

What should you include in the solution? to answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question # 25


Expert Solution
Questions # 26:

You have a table in an Azure Synapse Analytics dedicated SQL pool. The table was created by using the following Transact-SQL statement.

Question # 26

You need to alter the table to meet the following requirements:

Ensure that users can identify the current manager of employees.

Support creating an employee reporting hierarchy for your entire company.

Provide fast lookup of the managers’ attributes such as name and job title.

Which column should you add to the table?

Options:

A.

[ManagerEmployeeID] [int] NULL


B.

[ManagerEmployeeID] [smallint] NULL


C.

[ManagerEmployeeKey] [int] NULL


D.

[ManagerName] [varchar](200) NULL


Expert Solution
Questions # 27:

You need to implement a Type 3 slowly changing dimension (SCD) for product category data in an Azure Synapse Analytics dedicated SQL pool.

You have a table that was created by using the following Transact-SQL statement.

Question # 27

Which two columns should you add to the table? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

[EffectiveScarcDate] [datetime] NOT NULL,


B.

[CurrentProduccCacegory] [nvarchar] (100) NOT NULL,


C.

[EffectiveEndDace] [dacecime] NULL,


D.

[ProductCategory] [nvarchar] (100) NOT NULL,


E.

[OriginalProduccCacegory] [nvarchar] (100) NOT NULL,


Expert Solution
Questions # 28:

You need to schedule an Azure Data Factory pipeline to execute when a new file arrives in an Azure Data Lake Storage Gen2 container.

Which type of trigger should you use?

Options:

A.

on-demand


B.

tumbling window


C.

schedule


D.

storage event


Expert Solution
Questions # 29:

You have an Azure Data Factory instance that contains two pipelines named Pipeline1 and Pipeline2.

Pipeline1 has the activities shown in the following exhibit.

Question # 29

Pipeline2 has the activities shown in the following exhibit.

Question # 29

You execute Pipeline2, and Stored procedure1 in Pipeline1 fails.

What is the status of the pipeline runs?

Options:

A.

Pipeline1 and Pipeline2 succeeded.


B.

Pipeline1 and Pipeline2 failed.


C.

Pipeline1 succeeded and Pipeline2 failed.


D.

Pipeline1 failed and Pipeline2 succeeded.


Expert Solution
Questions # 30:

You are designing the folder structure for an Azure Data Lake Storage Gen2 container.

Users will query data by using a variety of services including Azure Databricks and Azure Synapse Analytics serverless SQL pools. The data will be secured by subject area. Most queries will include data from the current year or current month.

Which folder structure should you recommend to support fast queries and simplified folder security?

Options:

A.

/{SubjectArea}/{DataSource}/{DD}/{MM}/{YYYY}/{FileData}_{YYYY}_{MM}_{DD}.csv


B.

/{DD}/{MM}/{YYYY}/{SubjectArea}/{DataSource}/{FileData}_{YYYY}_{MM}_{DD}.csv


C.

/{YYYY}/{MM}/{DD}/{SubjectArea}/{DataSource}/{FileData}_{YYYY}_{MM}_{DD}.csv


D.

/{SubjectArea}/{DataSource}/{YYYY}/{MM}/{DD}/{FileData}_{YYYY}_{MM}_{DD}.csv


Expert Solution
Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions