Microsoft

DP-203 Data Engineering on Microsoft Azure

Use original educational practice content, randomized simulator sessions, score history and explanation review for DP-203.

Les questions d’entraînement sont fournies en anglais afin de rester proches de la langue couramment utilisée dans les certifications IT.

QZ9 est une plateforme de formation indépendante. Toutes les questions d’entraînement sont originales et créées uniquement à des fins éducatives. Nous ne fournissons pas de contenu d’examen réel ni de contenu non autorisé. Microsoft, AWS, Cisco, CompTIA, PMI et les autres marques appartiennent à leurs propriétaires respectifs.

FournisseurMicrosoft
CodeDP-203
DurationDurée variable
Questions55 refs
Informations examen

Une préparation basée sur les objectifs, sans contenu non autorisé

Certification metadata is preserved from the legacy QZ9 catalog. Questions remain English-only.

Commencer le test pratique
1Trouvez votre examen
2Démarrez le simulateur
3Consultez les résultats
QZ9Plateforme de formation indépendante
Aperçu gratuit des questions

Simulateur d’examen

Les questions d’entraînement sont fournies en anglais afin de rester proches de la langue couramment utilisée dans les certifications IT.

Question 1

You need to ensure that the Twitter feed data can be analyzed in the dedicated SQL pool. The solution must meet the customer sentiment analytic requirements. Which three Transact-SQL DDL commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Select and Place:

Question 2

You need to design the partitions for the product sales transactions. The solution must meet the sales transaction dataset requirements. 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. Hot Area:

Question 3

You need to implement the surrogate key for the retail store table. The solution must meet the sales transaction dataset requirements. What should you create?

Question 4

You are creating dimensions for a data warehouse in an Azure Synapse Analytics dedicated SQL pool. You create a table by using the Transact-SQL statement shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. Hot Area:

Question 5

You are designing a fact table named FactPurchase in an Azure Synapse Analytics dedicated SQL pool. The table contains purchases from suppliers for a retail store. FactPurchase will contain the following columns. FactPurchase will have 1 million rows of data added daily and will contain three years of data. Transact-SQL queries similar to the following query will be executed daily. SELECT SupplierKey, StockItemKey, COUNT(*) FROM FactPurchase WHERE DateKey >= 20210101 AND DateKey