Udemy Course DP-900 Microsoft Azure Data Fundaments Guide Part 1 of 2
Udemy Course DP-900 Microsoft Azure Data Fundaments Guide Part 1 of 2
Udemy Course DP-900 Microsoft Azure Data Fundaments Guide Part 1 of 2
Which of the following is required for an extract, load and transform (ELT) process?
A: A target data store powerful enough to transform data
Ex: In the ELT process, the transformation happens on the target system. Hence the target system must be
powerful enough to transform the data.
A company wants to load data from a customer relationship management system onto a data
warehouse by using an extract , load and transform process.
Which of the following is the stage in the ELT process you would perform the process of Extract?
A: The CRM system
Ex: Here since the data needs to be extracted from the CRM system, this will be the stage in the process of
Extraction.
A company wants to load data from a customer relationship management system onto a data
warehouse by using an extract, load and transform process. Which of the following is the stage in the
ELT process you would perform the process of Load?
A: The Data WareHouse
Ex:Here since the data needs to be loaded into the data warehouse, this will be the stage for the Load process.
A company wants to load data from a customer relationship management system onto a data
warehouse by using an extract , load and transform process.
Which of the following is the stage in the ELT process you would perform the process of Transform?
A: An in-memory data integration tool
Ex: Since the transformation is going to occur in the destination , that is the data warehouse, there needs to be
an in-memory data integration tool to perform the transformation.
You need to match the right type of analytics that can be used for the following business scenario?
“Why did the sales increase last month”
A: Diagnostics
Ex: This is an example of Diagnostics analytics. This is used to understand why something happened.
You need to match the right type of analytics that can be used for the following business scenario?
“Which people are mentioned in a company’s business documents”
A: Descriptive
Ex:This is an example of Descriptive analytics. Here you are describing information about the people mentioned
in the business documents.
Which of the following is the right option when it comes to relational data?
A: Relational data is stored in a tabular form of rows and column
Ex: Relational data is normally stored in the form of tables. The tables consist of rows and columns of data.
Which of the following are two uses of data visualization? Choose 2 answers from the options given
A: Represent trends and patterns over time & Communicate the significance of data
Ex: With data visualization, you can see patterns and trends in your data over time. You can also communicate
the significance of data to your stakeholders.
You have an application that performs reads and writes data to an Azure SQL Database. Which of the
following is the type of processing that can be performed on the database?
A: Online Transaction Processing (OLTP)
Ex: Online Transaction Processing (OLTP) is performed on a relational database.
Which of the following are two Azure services that can be used to provision Spark clusters?
A: Azure Databricks & Azure HDInsight
Ex: You can create Spark clusters using Azure Databricks and Azure HDInsight.
You have to work with the Azure Data Factory service. You need to map the Azure Data Factory
components to the right descriptions.
Which of the following component should be mapped to the following description?
“ A representation of data structures within data stores”
A:Dataset
Ex: The Dataset is a representation of the data structured within data stores.
You need to select the appropriate an Azure service that would be used for a particular requirement.
Which of the following would you use for the following requirement?
“Output data to Parquet format”
A: Azure Data Factory
Ex: You can use Azure Data Factory to output data in a particular format.
Which of the following would you map to the Graph data structure?
A: Gremlin API
Ex: The Gremlin API supports the usage of graph database.
You need to map the appropriate Azure Cosmos DB API’s to the appropriate data structures
Which of the following would you map to the JSON data structure?
A:MongoDB API
Ex: The MongoDB API supports the usage of documents that can be used to store JSON data.
You need to map the appropriate Azure Cosmos DB API’s to the appropriate data structures
Which of the following would you map to the Key/Value data structure?
A: Table API
Ex: The Table API supports the usage of key/value pairs.
You currently manage an application that stores data within a shared folder on a Windows server. You
have to move the shared folder to Azure Storage. Which of the following service within an Azure
storage account could you use for this purpose?
A: File
Ex: You can use the File service to create file shares. These file shares can be mounted on Windows Servers.
You have to state whether the following is TRUE or FALSE.
“When data is ingested from Azure Data Lake Storage across Azure regions, then you will incur costs for
bandwidth”
A: True
Ex: For any data transfer costs across regions, there is a cost associated.
Which of the following is an Azure Data Factory component that provides the compute environment for
activities?
A: An integration runtime
Ex: This is provided by the integration runtime.
You need to select the appropriate an Azure service that would be used for a particular requirement.
Which of the following would you use for the following requirement?
“Store data in Parquet format”
A: Azure Data Lake Storage
Ex: You can store files in virtually any data format in Azure Data Lake Storage.
You need to select the appropriate an Azure service that would be used for a particular requirement.
Which of the following would you use for the following requirement?
“Persist a tabular representation of data that is stored in Parquet format”
A: Azure Synapse Analytics
Ex: The tabular representation of the data is normally stored in Azure Synapse Analytics.
Which of the following is the right statement when it comes to the massively parallel processing engine
in Azure Synapse Analytics?
A: The massively parallel processing engine of Azure Synapse Analytics distributes processing across
compute nodes.
Ex: The engine actually sends all the processing to the compute nodes.
Which of the following is an Azure storage solution that provides native support for POSIX-compliant
access control lists?
A: Azure Data Lake Storage
Ex: This feature is provided by Azure Data Lake Storage
Your company currently has a transactional application that stores data in an Azure SQL Managed
instance. In which of the following circumstances would you need to implement a read-only database
replica?
A: You need to generate reports without affecting the transactional workload.
Ex: A read-only instance can be used to reduce the workload on your OLTP database. You can generate reports
from the read-only copy of the database.”
Which of the following is TRUE when it comes a graph database in Azure Cosmos DB?
A: You can Query a graph database in Azure Cosmos DB as Nodes and edges by using Gremlin
Language.
Ex: The graph database is based on nodes and edges. And you can use the Gremlin API in Azure Cosmos DB to
host a graph based database.
Your company needs to design a database that shows how traffic changes in one area of a network
affect other components on the network. Which of the following is a data store type you would use for
this requirement?
A: Graph
Ex: It would be ideal to define the network as nodes in a graph-based database. You can define the relationship
between the networks as edges between the nodes.
Your company needs a non-relational data store that is optimized for storing and retrieving files,
videos, audio streams and virtual disk images. The data store must be able to store data , metadata and
a unique ID for each file.
Which of the following is a data store type you would choose for this requirement?
A: Object
Ex: For this you can use an Object data store like Azure Blob Storage. Here you can have metadata for each
object and also a unique URL.
Your company wants to have an Azure storage account in place. They want to ensure that the data is
replicated in another Azure region automatically. Which of the following can be used as the replication
strategy for the storage account? Choose 2 answers from the options given below
A: Read-Access Geo-Redundant Storage(RA_GRS) & Geo-redundant Storage(GRS)
Ex: For this you can make use of Read-access geo-redundant storage (RA_GRS) and Geo-redundant storage
(GRS). This ensures that data is replicated to another region.
Which of the following is a feature in Azure Cosmos DB that provides redundancy within an Azure
region?
A: Availability Zones
Ex: When Availability Zones, data is copied onto multiple Availability Zones. Even if one zone goes down, you
still have the other zones available.
At which of the following level in Azure Cosmos DB can you configure multiple write regions and read
regions?
A: Account
Ex: This is done at the account level.
Your company is planning on designing an application that will write a high volume of JSON data that
will have an application-defined schema. Which of the following can you specify as the data store type
for this requirement?
A: Document
Ex: For this you can use a document-based data store. Here the JSON data can be stored as documents.
At which of the following levels can you set the throughput for an Azure Cosmos DB account? Choose 2
answers from the options given below.
A: Container & Database
Ex: You can define the throughput at a database or container level.
A: Update
Ex: You would use the UPDATE statement for this requirement
Your company needs to implement a relational database in Azure. The solution must minimize ongoing
maintenance. Which of the following can be implemented for this requirement?
A: Azure SQL Database
Ex: With the Azure SQL database, you don’t need to maintain the underlying infrastructure.
You have to write a set of queries that will help administrators to troubleshoot an Azure SQL database.
You have to be able to embed the documents and query results into a SQL notebook. Which of the
following would you use for this requirement?
A: Azure Data Studio
Ex: You can use SQL Notebooks in Azure Data Studio.
You have to map the right term to the term description.
Which of the following would you map to the following description?
“ A database object that holds data”
A: Table
Ex: The table is used to hold data
Which of the following is a command line tool that can be used to query Azure SQL databases?
A: sqlcmd
Ex: The sqlcmd tool can be used to query Azure SQL databases.
A: Key Value
Ex: Here you can store the data as key/value pairs
Which storage solution supports role-based access control (RBAC) at the file and folder level?
A: Azure Data Lake Storage
Ex: This is possible with Azure Data Lake Storage
Your company need to store data in Azure Blob storage. The data needs to be stored for seven years.
The retrieval time of the data is unimportant. The solution must minimize storage costs. Which of the
following is the ideal storage tier to use for this requirement?
A: Archive
Ex: You can use the Archive tier for this requirement.
Which of the following is an example of an analytics bar chart that shows year-to-date sales by region?
A: Descriptive
Ex: This should be an example on descriptive analysis.
A: Predictive
Ex: This is known as predictive analysis on what is going to happen based on past data.
You need to match the right type of analytics that can be used for the following business scenario?
“How do I allocate my budget to buy different inventory items”
A: Prescriptive
Ex: This should fall under prescriptive analysis. Here you want to know how to approach to fulfil a target
requirement based on the data that is available.
Which of the following statement is right when it comes to Microsoft Power BI?
A: A Microsoft Power BI paginated report enables users to create highly formatted , fixed layout
documents.
Ex: With paginated reports, you can create highly formatted and fixed layout documents
You have to develop a solution that needs to provide data to senior executives. Below are the key
requirements
a) The solution must provide an interactive graphic interface
b) It must depict various key performance indicators
c) It must support data exploration by using drill down
Which of the following can be used within Microsoft BI for this requirement?
A: A Dashboard
Ex: For creating solutions for senior management, you would go ahead and make use of dashboards. Here you
can add key performance indicators, provides a graphic interface and you can also perform drill down as well.
Which of the following needs to be used to build a Microsoft Power BI paginated report?
A: Power BI Report Builder
Ex: To build a paginated report, you need to use the PowerBI Report builder.
You have to develop a reporting solution for your company. The solution needs to support paginated
reports. The reports should be able to query a dimensional model in a data warehouse. Which of the
following type of processing must the reporting solution use?
A: Online Analytical Processing (OLAP)
Ex: Since we are connecting to a data warehouse, this needs to be an Online Analytical Processing system.
Which of the following are activities that are performed in the Microsoft Power BI service? Choose 2
answers from the options given below
A: Report and Dashboard creation & Report Sharing and Distribution
Ex: Here you can create your reports and dashboards. You can also share reports with other users.