Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Microsoft DP-900 Microsoft Azure Data Fundamentals Exam Practice Test

Demo: 89 questions
Total 299 questions

Microsoft Azure Data Fundamentals Questions and Answers

Question 1

Which statement is an example of Data Definition Language (DDL)?

Options:

A.

SELECT

B.

INSERT

C.

DELETE

D.

DROP

Question 2

Which Azure Data Factory component initiates the execution of a pipeline?

Options:

A.

a control flow

B.

a trigger

C.

a parameter

D.

an activity

Question 3

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Question 4

What are two characteristics of real-time data processing? Each correct answer present a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Data is processed as it is created.

B.

Low latency is expected

C.

High latency acceptable

D.

Data is processed periodically

Question 5

Which clause should you use in a select statement to combine rows in one table with rows in another table?

Options:

A.

JOIN

B.

VALUES

C.

set

D.

KEY

Question 6

Select the answer that correctly completes the sentence.

Options:

Question 7

Select the answer that correctly completes the sentence.

Options:

Question 8

What are three characteristics of an Online Transaction Processing (OLTP) workload? Each correct answer presents a complete solution. (Choose three.)

NOTE: Each correct selection is worth one point.

Options:

A.

denormalized data

B.

schema defined when reading unstructured data from a database

C.

light writes and heavy reads

D.

normalized data

E.

schema defined in a database

F.

heavy writes and moderate reads

Question 9

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 10

Which two Azure services can be used to provision Apache Spark clusters? Each correct answer presents a complete solution. (Choose two.)

NOTE: Each correct selection is worth one point.

Options:

A.

Azure Time Series Insights

B.

Azure HDInsight

C.

Azure Databricks

D.

Azure Log Analytics

Question 11

Select the answer that correctly completes the sentence.

Options:

Question 12

Select the answer that correctly completes the sentence.

Options:

Question 13

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 14

You need to store event log data that is semi-structured and received as the logs occur. What should you use?

Options:

A.

Azure Table storage

B.

Azure Queue storage

C.

Azure Files

Question 15

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 16

Match the types of workloads to the appropriate scenarios.

To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 17

What is a characteristic of batch processing?

Options:

A.

The data ingested during batch processing must be processed as soon as the data is received.

B.

Large datasets must be split into batches of less than 1 GB before the data can be processed.

C.

There is a noticeable time delay between ingesting data and obtaining the data processing results.

D.

Batch processing can only process data that is structured.

Question 18

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 19

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 20

SELECT, INSERT, and UPDATE are examples of which type of SQL statement?

Options:

A.

Data Definition Language (DDL)

B.

Data Control Language (DCL)

C.

Data Manipulation Language (DML)

Question 21

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 22

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 23

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Question 24

Match the tools to the appropriate descriptions.

To answer, drag the appropriate tool from the column on the left to its description on the right. Each tool may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 25

You need to store data in Azure Blob storage for seven years to meet your company's compliance

requirements. The retrieval time of the data is unimportant. The solution must minimize storage costs.

Which storage tier should you use?

Options:

A.

Archive

B.

Hot

C.

Cool

Question 26

Select the answer that correctly completes the sentence.

Options:

Question 27

What is the primary purpose of a data warehouse?

Options:

A.

to provide answers to complex queries that rely on data from multiple sources

B.

to provide transformation services between source and target data stores

C.

to provide read-only storage of relational and non-relational historical data

D.

to provide storage for transactional line-of-business (LOB) applications

Question 28

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 29

Select the answer that correctly completes the sentence.

Options:

Question 30

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 31

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 32

Which command-line tool can you use to query Azure SQL databases?

Options:

A.

sqlcmd

B.

bcp

C.

azdata

D.

Azure CLI

Question 33

In Azure Table storage, each row in a table must be uniquely identified by which two components?

Each correct answer presents pan of the solution. NOTE: Each correct selection is worth one point.

Options:

A.

a timestamp

B.

a range

C.

a row key

D.

a partition key

Question 34

Your company plans to load data from a customer relationship management (CRM) system to a data warehouse by using an extract load, and transform (ELT) process.

Where does data processing occur for each stage of the ELT process? To answer, drag the appropriate locations to the correct. Each location may be used once, or not at all, You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 35

Select the answer that correctly completes the sentence.

Options:

Question 36

What is a difference between structured data and semi-structured data?

Options:

A.

Structured data has a fixed schema and semi-structured data has a flexible schema.

B.

Only Structured data supports entities.

C.

Structured data has a flexible schema and semi-structured data has a fixed schema.

D.

Only Structured data supports attributes.

Question 37

Select the answer that correctly completes the sentence.

Options:

Question 38

Match the types of analytics that can be used to answer the business questions.

To answer, drag the appropriate analytics type from the column on the left to its question on the right. Each analytics type may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 39

Select the answer that correctly completes the sentence.

Options:

Question 40

Which two Azure services can be used to provision Spark clusters? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Azure Databricks

B.

Azure Log Analytics

C.

Azure Time Series Insights

D.

Azure HDinsight

Question 41

You need to ensure that users use multi-factor authentication (MFA) when connecting to an Azure SQL

database.

Which type of authentication should you use?

Options:

A.

service principal authentication

B.

Azure Active Directory (Azure AD) authentication

C.

SQL authentication

D.

certificate authentication

Question 42

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 43

Your company plans to load data from a customer relationship management (CRM) system to a data warehouse by using an extract, load, and transform (ELT) process.

Where does data processing occur for each stage of the ELT process? To answer, drag the appropriate locations to the correct stages. Each location may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 44

You need to modify a view in a relational database by adding a new column.

Which statement should you use?

Options:

A.

MERGE

B.

ALTER

C.

INSERT

D.

UPDATE

Question 45

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 46

A data engineer is responsible for which task?

Options:

A.

Design and build analytical models.

B.

Design and implement data stores for analytical workloads.

C.

Explore data to identify trends.

D.

Implement policies, tools. and processes for backup and recovery plans.

Question 47

Match the terms to the appropriate descriptions.

To answer, drag the appropriate term from the column on the left to its description on the right. Each term may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 48

Select the answer that correctly completes the sentence.

Options:

Question 49

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Question 50

Which storage solution supports role-based access control (RBAC) at the file and folder level?

Options:

A.

Azure Disk Storage

B.

Azure Data Lake Storage

C.

Azure Blob storage

D.

Azure Queue storage

Question 51

Which setting can only be configured during the creation of an Azure Cosmos DB account?

Options:

A.

geo-redundancy

B.

multi-region writes

C.

production or non-reduction account type

D.

API

Question 52

Match the types of activities to the appropriate Azure Data Factory activities.

To answer, drag the appropriate activity type from the column on the left to its Data Factory activity on the right. Each activity type may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 53

match the Azure data factory components to the appropriate descriptions.

To answer, drag the appropriate component from the column on the left to its description on the right. Each component may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 54

For each of the following statements. select Yes if the statement is true. Otherwise, select No.

NOTE Each correct selection is worth one point.

Options:

Question 55

You have a SQL query that combines customer data and order data. The query includes calculated columns.

You need to create a database object that would allow other users to rerun the same SQL query.

What should you create?

Options:

A.

a scalar function

B.

a table

C.

an index

D.

a view

Question 56

Match the datastore services to the appropriate descriptions.

To answer, drag the appropriate service from the column on the left to its description on the right. Each service may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 57

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Question 58

To complement the sentence, select the appropriate option in the answer area.

Options:

Question 59

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 60

You have the following SQL query.

NOTE: Each correct selection is worth one point.

Options:

Question 61

What should you use to build a Microsoft Power BI paginated report?

Options:

A.

Power BI report Builder

B.

Power BI Desktop

C.

Charticulator

D.

the Power BI service

Question 62

Select the answer that correctly completes the sentence.

Options:

Question 63

Select the answer that correctly completes the sentence.

Options:

Question 64

Match the Azure services to appropriate requirements.

To answer, drag the appropriate services from the column on the left to its requirement on the right. Each service may be used once. more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 65

Select the answer that correctly completes the sentence.

Options:

Question 66

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Options:

Question 67

You have a table named Sales that contains the following data.

You need to query the table to return the average sales amount day. The output must produce the following results.

How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 68

Select the answer that correctly completes the sentence.

Options:

Question 69

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 70

Which two activities can be performed entirely by using the Microsoft Power BI service? Each correct answer presents a complete solution. (Choose two.)

NOTE: Each correct selection is worth one point.

Options:

A.

report and dashboard creation

B.

report sharing and distribution

C.

data modeling

D.

data acquisition and preparation

Question 71

You have an e-commerce application that reads and writes data to an Azure SQL database. Which type of processing does the application use?

Options:

A.

stream processing

B.

batch processing

C.

Online Analytical Processing (OLTP)

D.

Online Transaction Processing (OLTP)

Question 72

Match the job roles to the appropriate tasks.

To answer, drag the appropriate job role from the column on the left to its task on the right Each role may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 73

Match the database normalization terms to the appropriate descriptions.

To answer, drag the appropriate term from the column on the left to its description on the right. Each term may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 74

You need to store data by using Azure Table storage.

What should you create first?

Options:

A.

an Azure Cosmos DB instance

B.

a storage account

C.

a blob container

D.

a table

Question 75

You are deploying a software as a service (SaaS) application that requires a relational database for Online Transaction Processing (OLTP).

Which Azure service should you use to support the application?

Options:

A.

Azure Cosmos DB

B.

Azure Synapse Analytics

C.

Azure HDInsight

D.

Azure SQL Database

Question 76

Match the Azure services to the appropriate requirements.

To answer, drag the appropriate service from the column on the left to its requirement on the right. Each service may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 77

Your company is designing a data store that will contain student data. The data has the following format.

Which type of data store should you use?

Options:

A.

graph

B.

key/value

C.

object

D.

columnar

Question 78

Select the answer that correctly completes the sentence.

Options:

Question 79

Select the answer that correctly completes the sentence.

Options:

Question 80

For each of the following statements, select yes if the statement is true, Otherwise, select No.

Note: Each correct selection is worth one point.

Options:

Question 81

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Options:

Question 82

You need to create an Azure resource to store data in Azure Table storage.

Which command should you run?

Options:

A.

az scorage share create

B.

az scorage account creace

C.

az cosmosdb creace

D.

az scorage concainer creace

Question 83

Which statement is an example of Data Manipulation Language (DML)?

Options:

A.

REVOKE

B.

DISABLE

C.

CREATE

D.

UPDATE

Question 84

To complete the sentence, select the appropriate option in the answer area.

Options:

Question 85

Which statement is an example of Data Manipulation Language (DML)?

Options:

A.

INSERT

B.

DISABLE

C.

ALTER

D.

DROP

Question 86

Which language is used to define queries in Azure Synapse Data Explorer?

Options:

A.

Bash

B.

PowerShell

C.

KQL

D.

SQL

Question 87

Match the data processing languages to the appropriate real-time analytics services.

To answer, drag the appropriate language from the column on the left to its service on the right. Each language may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Options:

Question 88

Which Azure service provides the highest compatibility for databases migrated from Microsoft SQL Server 2019 Enterprise edition?

Options:

A.

an Azure SQL Database elastic pool

B.

Azure SQL Managed Instance

C.

Azure Database for MySQL

D.

Azure SQL Database

Question 89

Select the answer that correctly completes the sentence.

Options:

Demo: 89 questions
Total 299 questions