DP900 Flashcards

1
Q

Name one service provided by Azure for big data processing.

A

Azure Synapse Analytics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What type of data does Azure Cosmos DB primarily handle?

A

Non-relational data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Multiple Choice: Which Azure service is used for data warehousing? A) Azure Blob Storage B) Azure SQL Database C) Azure Data Factory

A

B) Azure SQL Database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the significance of data governance in DP900?

A

Data governance ensures data quality, privacy, and compliance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does ETL stand for in data processing?

A

Extract, Transform, Load.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Multiple Choice: Which of the following is NOT a type of data model?
A) Entity-Relationship Model
B) Document Model
C) Spreadsheet Model

A

C) Spreadsheet Model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What type of analytics focuses on historical data?

A

Descriptive analytics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between structured and unstructured data?

A

Structured data is organized and easily searchable, while unstructured data is not organized and harder to analyze.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Multiple Choice: Which is a benefit of using a NoSQL database?
A) Fixed schema
B) High scalability
C) Complex queries

A

B) High scalability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How is the data in relational table organized?
A) Rows and Columns
B) Header and Footer
C) Pages and Paragraphs

A

A) Rows and Columns
(structured data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following is an example of unstructured data?
A) An Employee table with columns EmployeeID, Employee Name, Employee Designation
B) Audio and Video files
C) A table with SQL Server database

A

B) Audio and Video files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What of the following is and example of a streaming dataset?
A) Data from sensor feeds
B) Sales data for the past month
C) List of employees working for a company

A

A) Data from sensor feeds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which one of the following tasks is a role of a database administrator?
A) Backing up and restoring databases
B) Creating dashboards and reports
C) Identifying data quality issues

A

A) Backing up and restoring databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following tools is a visualization and reporting tool?
A) SQL Server Management Studio
B) PowerBI
C) SQL

A

B) Power BI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which one of the follwoing roles is not a data job role?
A) SysAdmin
B) Data Analyst
C) Database Administrator

A

A) System administrator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which one of the following statements is a characteristic of a relational database?
A) All data must be stored as character strings
B) A row in a table represents a single entity
C) Different rows in the same table can contain different columns

A

B) A row in a table represents a single entity

17
Q

What is an index?
A) A structure that enables you to locate rows in a table quickly, using an indexed value
B) A virtual table based on the result set of a query
C) A structure comprising rows and columns that you use for storing data

A

A) A structure that enables you to locate rows in a table quickly, using an indexed value

18
Q

Which one of the following statements is a benefit of using a PaaS service, instead of an on-premises system, to run your database management systems?
A) Increased day-to-day management costs
B) Increased scalability
C) Increased functionality

A

B) Increased scalability

19
Q

Which of the following services should you use to implement a non-relational database?
A) Azure Cosmos DB
B) Azure SQL Database
C) The Gremlin API

A

A) Azure Cosmos DB

20
Q

Which of the following is a characteristic of a non-relational databases?
A) Non-relational databases contain tables with flat fixed-column records
B) Non-relational databases require you to use data normalization techniques to reduce data duplication
C) Non-relational databases are either schema free or have relaxed sachems

A

C) Non-relational databases are either schema free or have relaxed sachems

21
Q

What is data ingestion?
A) The process of transforming raw data into models containing meaningful information
B) Analyzing data for anomalies
C) Capturing raw data streaming from various sources and storing it

A

C) Capturing raw data streaming from various sources and storing it

22
Q

Which one of the following visuals displays the major contributors to a selected result or value?
A) Key influencers
B) Column and bar chart
C) Matrix chart

A

A) Key influencers

23
Q

Which type of analytics helps answer questions about what has happened in the past?
A) Descriptive analytics
B) Prescriptive analytics
C) Predictive analytics

A

A) Descriptive analytics

24
Q

Which deployment requires the fewest changes when migrating an existing SQL server on-premises solution?
A) Azure SQL Database Managed Instance
B) SQL Server running on virtual machine
C) Azure SQL Database Single Database

A

B) SQL Server running on virtual machine

25
Q

Which of the following statements is true about SQL Server running on a virtual machine?
A) You must install and maintain the software for the database management system yourself, but backups are automated.
B) Software installation and maintenance are automated, but you must do your own backup
C) You’re responsible for all software installation and maintenance, and performing back ups

A

C) You’re responsible for all software installation and maintenance, and performing back ups

26
Q

Which of the following statement is true about Azure SQL Database?
A) Scaling up doesn’t take effect until you restart the database
B) Scaling out doesn’t take effect until you restart the database
C) Scaling up or out will take effect without restarting the SQL database

A

C) Scaling up or out will take effect without restarting the SQL database

27
Q

When using an Azure SQL Database managed instance, what is the simplest way to implement backups?
A) Manual Configuration of the SQL server
B) Create a scheduled task to back up
C) Backups are automatically handled

A

C) Backups are automatically handled

28
Q

What is the best way to transfer the data in a PostgreSQL database running on-prem into a database running Azure Database for PostgreSQL service?
A) Export the data from the on-premises database and import it manually into the database running in Azure
B) Upload a PostgreSQL database backup file to the database running in Azure
C) Use the Azure Database Migration Services

A

C) Use the Azure Database Migration Services