DP-900 Flashcards
Descriptive analytics tells you
1. what is most likely to occur in the future
2. what occurred in the past
3. which actions you can perform to affect outcomes
4. why something occurred in the past
2
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
1. Normalization involves eliminating relationships between database tables
2. Normalizing a database reduces data redundancy
3. Normalization improves data integrity
- No
- Yes
- Yes
An extract, transform and load (ETL) process requires:
1. a matching schema in the data source and the data target
2. a target data store powerful enough to transform data
3. data that is fully processed before being loaded to the target data store
4. that the data target be a relational database
3
In batch processing
1. data is always inserted one row at a time
2. data is processed in real-time
3. latency in delivery data processing results is acceptable
4. processing can only execute serially
3
Transcibing audio files is an example of
1. cognitive
2. descriptive
3. predictive
4. prescriptive
analytics
1
Match the types of analytics that can be used to answer the business questions.
Cognitive, diagnostic, descriptive, predictive, prescriptive
1. why did sales increase last month?
2. how do I allocate my budget to buy different inventory items?
3. which people are mentioned in a company’s business documents?
- diagnostic
- prescriptive
- descriptive
Are the Customer, Address, and Social Media objects:
a) a nested array
b) a nested object
c) a root object
Customer - root object
Address - nested object
Social media - nested array
The data model is:
- transactional model
- star schema
- snowflake schema
Customer is a [] table:
- fact
- dimension
- bridge
- star
- dimension
distributes processing across compute nodes
a clustered index
transactional writes
yes
yes
yes
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.
Extract: CRM system
Load: Data warehouse
Transform: Data warehouse
descriptive
Match the types of visualizations to the appropriate descriptions.
To answer, drag the appropriate visualization type from the column on the left to its description on the right. Each visualization type may be used once, more than once, or not at all.
Tree map
Key influencer
Scatter
You need to create an Azure Storage account.
Data in the account must replicate outside the Azure region automatically.
Which two types of replication can you use for the storage account? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. zone-redundant storage (ZRS)
B. read-access geo-redundant storage (RA-GRS)
C. locally-redundant storage (LRS)
D. geo-redundant storage (GRS)
B and D
Yes
No
No
Which statement is an example of Data Manipulation Language (DML)?
A. REVOKE
B. DISABLE
C. INSERT
D. GRANT
INSERT
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?
A. an index
B. a view
C. a scalar function
D. a table
a view
simple lookups
Image files - Azure Blob storage
Key/value pairs - Azure Table storage
Relationships - Gremlin API
- Azure Storage account
- Container
What are two characteristics of real-time data processing? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Data is processed periodically
B. Low latency is expected
C. High latency is acceptable
D. Data is processed as it is created
B and D
Dataset
Linked service
Pipeline