wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Azure Data Fundamentals Review

Total questions: 141

Worksheet time: 1hrs 11mins

Name
Class
Date
1.

A database object that holds data.

a)

Index

b)

View

c)

Table

d)

Heap

2.

A database object whose content is defined by a query.

a)

Index

b)

View

c)

Table

d)

Heap

3.

A database object that helps improve the speed of data retrieval.

a)

Index

b)

View

c)

Table

d)

Heap

4.

A relational database must be used when

a)

A dynamic schema is required

b)

Data will be stored in key/value pairs.

c)

Storing large images and videos

d)

Strong consistency guarantees are required.

5.

Your company needs to implement a relational database in Azure. The solution must minimize ongoing maintenance. Which Azure service should you use?

a)

Azure HDInsight

b)

SQL Server on Azure virtual machines

c)

Azure Cosmos DB

d)

Azure SQL Database

6.

Azure Resource Manager is a JSON file that describes the architecture of your project.

a)

True

b)

False

7.

It refers to the public web-based interface for management of Azure platform.

a)

Azure Portal

b)

Azure PowerShell

c)

Azure CLI

d)

Azure Cloud Shell

8.

It is designed for self-service, customizable and simple tasks.

a)

Azure Portal

b)

Azure PowerShell

c)

Azure CLI

d)

Azure Cloud Shell

9.

It is a set of commands used to create and manage Azure resources that is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation especially if you are working in Linux.

a)

Azure Portal

b)

Azure PowerShell

c)

Azure CLI

d)

Azure Cloud Shell

10.

It is a set of cmdlets for managing Azure resources that provides powerful features for automation especially for those working in Windows although it is also supported in Linux and MacOS.

a)

Azure Portal

b)

Azure PowerShell

c)

Azure CLI

d)

Azure Cloud Shell

11.

It is an interactive, authenticated, browser-accessible shell for managing Azure resources where you can choose to use either Bash (for Azure CLI snippets) or PowerShell (for Azure PowerShell snippets).

a)

Azure Portal

b)

Azure PowerShell

c)

Azure CLI

d)

Azure Cloud Shell

12.

it is an interactive, authenticated, browser-accessible shell for managing Azure resources where you can choose to use either Bash (for Azure CLI snippets) or PowerShell (for Azure PowerShell snippets).

a)

Azure Portal

b)

Azure PowerShell

c)

Azure CLI

d)

Azure Cloud Shell

13.

Azure Cloud Shell has a multiple client interfaces such as Azure Portal Integration, Shell Porta, Visual Studio Code Extension, Windows Terminal, Azure Mobile App, Microsoft Docs Integration.

a)

True

b)

False

14.

It is one of the automation tools used in managing Azure resources through a terminal.

a)

Azure Portal

b)

Azure PowerShell

c)

Azure CLI

d)

Azure Cloud Shell

15.

When should you use Azure Synapse Analytics?

a)

To perform very complex queries and aggregations

b)

To create dashboards from tabular data

c)

To enable large number of users to query analytics data

16.

What is the purpose of data ingestion?

a)

To perform complex data transformations over data received from external sources

b)

To capture data flowing into a data warehouse system as quickly as possible

c)

To visualize the results of data analysis

17.

What is the primary difference between a data lake and a data warehouse?

a)

A data lake contains structured information, but a data warehouse holds raw business data.

b)

A data lake holds raw data, but a data warehouse holds structured information.

c)

Data stored in a data lake is dynamic, but information stored in a data warehouse is static.

18.

Which component of an Azure Data Factory can be triggered to run data ingestion tasks?

a)

CSV File

b)

Pipeline

c)

Linked Service

19.

When might you use PolyBase?

a)

To query data from external data sources from Azure SQL Database

b)

To ingest streaming data using Azure Databricks

c)

To orchestrate activities in Azure Data Factory

20.

Which of these services can be used to ingest data into Azure Synapse Analytics?

a)

Azure Data Factory

b)

Azure Active Directory

c)

Power BI

21.

You have a large amount of data held in files in Azure Data lake storage. You want to retrieve the data in these files and use it to populate tables held in Azure Synapse Analytics. Which processing option is most appropriate?

a)

Use Azure Synapse Link to connect to Data Lake storage and download the data

b)

Synapse SQL pool

c)

Synapse Spark pool

22.

Which of the components of Azure Synapse Analytics allows you to train AI models using AzureML?

a)

Synapse Studio

b)

Synapse Pipelines

c)

Synapse Spark

23.

In Azure Databricks how do you change the language a cell uses?

a)

The first line in the cell is %language. For example, %scala

b)

Change the notebook language before writing the commands

c)

Wrap the command in the cell with ##language##

24.

What is the common flow of activity in Power BI?

a)

Create a report in Power BI mobile, share it to the Power BI Desktop, view and interact in the Power BI service.

b)

Create a report in the Power BI service, share it to Power BI mobile, interact with it in the Power BI Desktop.

c)

Bring data into Power BI desktop and create a report, share it to the Power BI service, view and interact with the reports and dashboards in the service and Power BI mobile.

25.

Which of the following are building blocks of Power BI?

a)

Tiles, dashboards, databases, mobile devices

b)

Visualizations, datasets, reports, dashboards, tiles

c)

Visual Studio, C#, and JSON files

26.

A collection of ready-made visuals, pre-arranged in dashboards and reports is called what in Power BI?

a)

The canvas

b)

App

c)

Dashboard

d)

Interactive report

27.

How is data in a relational table organized?

a)

Rows and Columns

b)

Header and Footer

c)

Pages and Paragraphs

28.

Which of the following is an example of unstructured data?

a)

An Employee table with columns Employee ID, Employee Name, and Employee Designation

b)

Audio and Video files

c)

A table within SQL Server database

29.

Which of the following is an example of streaming dataset?

a)

Data from sensor feeds

b)

Sales data for the past month

c)

List of employees working for a company

30.

Which 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

31.

Which of the following tools is a visualization and reporting tool?

a)

SQL Server Management Studio

b)

Power BI

c)

SQL

32.

Which of the following roles is not a data job role?

a)

System Administrator

b)

Data Analyst

c)

Database Administrator

33.

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

34.

What is an index?

a)

A structure enable you to locate rows in a table quickly, using an indexed value

b)

A virtual table based on the result set of query

c)

A structure comprising rows and columns that you use for storing data

35.

Which one of the following statements is a benefit of using 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

36.

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

37.

Which of the following is a characteristic of non-relational databases?

a)

Non-relational databases contain tables with flat fixed-column records

b)

Non-relational database require you to use data normalization techniques to reduce data duplication

c)

Non-relational databases are either schema free or have relaxed schemas

38.

You are building a system that monitors the temperature throughout a set of office blocks, and sets the air conditioning in each room in each block to maintain a pleasant ambient temperature. Your system has to manage the air conditioning in several thousand buildings spread across the country or region, each building typically contains at least 100 air-conditioned rooms. What type of NoSQL data store is most appropriate for capturing the temperature data to enable it processed quickly?

a)

A key-value store

b)

A column family database

c)

A graph

d)

Write the temperature to a blob in Azure Blob storage

39.

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

40.

Which 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

d)

Treemap

41.

Which type of analytics helps answer questions about what has happened in the past?

a)

Descriptive

b)

Prescriptive

c)

Predictive

d)

Diagnostic

42.

Which deployment requires the fewest changes when migrating an existing SQL Server on-premises solution?

a)

Azure SQL Database Managed Instance

b)

SQL Sever running on a virtual machine

c)

Azure SQL Database Single Database

43.

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 backups

c)

You're responsible for all software installation and maintenance, and performing backups

44.

Which of the following statement is true about Azure SQL Database?

a)

Scaling up doesn't take effect until you restart your database

b)

Scaling out doesn't take effect until you restart your database

c)

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

45.

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

46.

What is the best way to transfer the data in a PostgreSQL database running on-premises 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

47.

What are the elements of an Azure Table storage key?

a)

Table name and column name

b)

Partition key and row key

c)

Row number

48.

When should you use a block blob, an when you should use a page blob?

a)

Use a block blob for unstructured data that requires random access to perform reads and writes. Use a page blob for discrete objects that rarely change

b)

Use a block blob for active data stored using the Hot data access tier, and a page blob for data stored using the Cool or Archived data access tiers

c)

Use a page block for blobs that require random read and write access. Use a block blob for discrete objects that change infrequently

49.

Why might you use Azure File storage?

a)

To share files that are stored-on premises with users located at other sites

b)

To enable users at different sites to share files

c)

To store large binary data files containing images of other unstructured data

50.

You are building a system that monitors the temperature throughout a set of office blocks, and sets the air conditioning in each room in each block to maintain a pleasant ambient temperature. Your system has to manage the air conditioning in several thousand buildings spread across the country or region, each building typically contains at least 100 air-conditioned rooms. What type of NoSQL data store is most appropriate for capturing the temperature data to enable it processed quickly?

a)

Send the data to an Azure Cosmos DB database and use Azure Functions to process the data

b)

Store the data in a file stored in a share created using Azure File Storage

c)

Write the temperatures to a blob in Azure Blob storage.

51.

What is provisioning?

a)

The act of running series of tasks that a service provider performs to create and configure a service

b)

Providing other users access to an existing service

c)

Tuning a service to improve performance

52.

What is a security principal?

a)

A named collection of permission that can be granted to a service, such as the ability to use the service to read, write, and delete data. In Azure, examples include Owner and Contributor

b)

A set of resources managed by a service to which you can grant access

c)

An object that represents a user, group, service or managed identity that is requesting access to Azure resources

53.

Which of the following is an advantage of using multi-region replication with Cosmos DB?

a)

Data will always be consistent in every region

b)

Availability is increased

c)

Increased security for your data

54.

It is designed for customers looking to migrate a large number of apps from an on-premises or IaaS, self-built, or ISV provided environment to a fully managed PaaS cloud environment, with as low a migration effort as possible.

a)

Azure SQL Managed Instance

b)

Azure SQL Database

c)

SQL Data Warehouse

d)

Database for PostgreSQL

55.

It is a globally distributed NoSQL database with low latency, multi-master, and perfect for serverless.

a)

Azure Cosmos DB

b)

SQL Database

c)

Database for MySQL

d)

SQL Managed Instance

56.

It is a fully fledged SQL Server on IaaS

a)

Cosmos DB

b)

SQL on VM

c)

Database for PostgreSQL

d)

Database for MySQL

57.

Columns represent the attributes of the entity in a relational database.

a)

True

b)

False

58.

Rows represent each instance of a data entity in a relational data base.

a)

True

b)

False

59.

Structured data is often stored in a database in which multiple tables can reference one another by using key values in a relational model.

a)

True

b)

False

60.

Semi-structured data is information that has some structure, but which allows for some variation between entity instances.

a)

True

b)

False

61.

One common format for semi-structured data is JavaScript Object Notation (JSON).

a)

True

b)

False

62.

There are two broad categories of data store in common use:

File stores

Databases

a)

True

b)

False

63.

The ability to store data in files is a core element of any computing system.

a)

True

b)

False

64.

The most common format for delimited data is comma-separated values (CSV) in which fields are separated by commas, and rows are terminated by a carriage return / new line.

a)

True

b)

False

65.

Delimited text is a good choice for structured data that needs to be accessed by a wide range of applications and services in a human-readable format.

a)

True

b)

False

66.

It is a ubiquitous format in which a hierarchical document schema is used to define data entities (objects) that have multiple attributes.

a)

JSON

b)

Delimited Text Files

c)

XML

d)

BLOB

67.

JSON a flexible format that's good for both structured and semi-structured data.

a)

True

b)

False

68.

It is a human-readable data format that was popular in the 1990s and 2000s. I

a)

JSON

b)

Delimited Text Files

c)

XML

d)

BLOB

69.

XML uses tags enclosed in angle-brackets (<../>) to define elements and attributes.

a)

True

b)

False

70.

Common types of data stored as BLOB include images, video, audio, and application-specific documents.

a)

True

b)

False

71.

Avro is a row-based format created by Apache Spark.

a)

True

b)

False

72.

Each record in Avro contains a header that describes the structure of the data in the record. This header is stored as JSON. The data is stored as binary information.

a)

True

b)

False

73.

Avro is a good format for compressing data and minimizing storage and network bandwidth requirements.

a)

True

b)

False

74.

ORC (Optimized Row Columnar format) organizes data into columns rather than rows and was developed by HortonWorks for optimizing read and write operations in Apache Hive.

a)

True

b)

False

75.

Hive is a data warehouse system that supports fast data summarization and querying over large datasets.

a)

True

b)

False

76.

A footer in ORC holds statistical information (count, sum, max, min, and so on) for each of its column.

a)

True

b)

False

77.

Parquet is columnar data format created by Cloudera and Twitter.

a)

True

b)

False

78.

Parquet specializes in storing and processing nested data types efficiently. It supports very efficient compression and encoding schemes.

a)

True

b)

False

79.

Relational databases are commonly used to store and query structured data.

a)

True

b)

False

80.

It is a type of Non-relational database in which each record consists of a unique key and an associated value, which can be in any format.

a)

Key-value

b)

Document

c)

Column family

d)

Graph

81.

It refers to a specific form of key-value database in which the value is a JSON.

a)

Key-value

b)

Document

c)

Column family

d)

Graph

82.

This type of Non-relational database store tabular data comprising rows and columns, in which columns can be divided into groups known as column-families.

a)

Key-value

b)

Document

c)

Column family

d)

Graph

83.

This type of Non-relational database store entities as nodes with links to define relationships between them.

a)

Key-value

b)

Document

c)

Column family

d)

Graph

84.

Transactional systems are often high-volume, sometimes handling many millions of transactions in a single day.

a)

True

b)

False

85.

OLTP solutions rely on a database system in which data storage is optimized for both read and write operations.

a)

True

b)

False

86.

OLAP systems enforce transactions that support so-called ACID semantics.

a)

True

b)

False

87.

Identify what component of the ACID semantics is being described in statement.

Each transaction is treated as a single unit, which succeeds completely or fails completely.

a)

Atomicity

b)

Consistency

c)

Isolation

d)

Durability

88.

Identify what component of the ACID semantics is being described in statement.

Transactions can only take the data in the database from one valid state to another.

a)

Atomicity

b)

Consistency

c)

Isolation

d)

Durability

89.

Identify what component of the ACID semantics is being described in statement.

Concurrent transactions cannot interfere with one another, and must result in a consistent database state.

a)

Atomicity

b)

Consistency

c)

Isolation

d)

Durability

90.

Identify what component of the ACID semantics is being described in statement.

When a transaction has been committed, it will remain committed.

a)

Atomicity

b)

Consistency

c)

Isolation

d)

Durability

91.

OLTP systems are typically used to support live applications that process business data - often referred to as line of business (LOB) applications.

a)

True

b)

False

92.

Analytical data processing typically uses read-only (or read-mostly) systems that store vast volumes of historical data or business metrics.

a)

True

b)

False

93.

Data in the data warehouse may be aggregated and loaded into an online analytical processing (OLAP) model, or cube.

a)

True

b)

False

94.

The data in the data lake, data warehouse, and analytical model can be queried to produce reports, visualizations, and dashboards.

a)

True

b)

False

95.

In Analytical data processing, an extract, transform, and load (ETL) process copies data from files and OLTP databases into a data warehouse that is optimized for read activity.

a)

True

b)

False

96.

In Analytical data processing, data files may be stored in a central data lake for analysis.

a)

True

b)

False

97.

Data warehouses are an established way to store data in a relational schema that is optimized for read operations – primarily queries to support reporting and data visualization.

a)

True

b)

False

98.

The data warehouse schema may require some denormalization of data in an OLTP data source (introducing some duplication to make queries perform faster).

a)

True

b)

False

99.

What is a data warehouse?

a)

A non-relational database optimized for read and write operations

b)

A relational database optimized for read operations

c)

A storage location for unstructured data files

100.

Responsible in managing databases, assigning permissions to users, storing backup copies of data and restoring data in the event of a failure.

a)

Data Administrator

b)

Data Engineer

c)

Data Analyst

101.

Responsible in managing infrastructure and processes for data integration across the organization, applying data cleaning routines, identifying data governance rules, and implementing pipelines to transfer and transform data between systems.

a)

Data Administrator

b)

Data Engineer

c)

Data Analyst

102.

Responsible in exploring and analyzing data to create visualizations and charts that enable organizations to make informed decisions.

a)

Data Administrator

b)

Data Engineer

c)

Data Analyst

103.

Data Administrator work with stakeholders to implement policies, tools, and processes for backup and recovery plans to recover following a natural disaster or human-made error.

a)

True

b)

False

104.

Database administrator is responsible for managing the security of the data in the database, granting privileges over the data, granting or denying access to users as appropriate.

a)

True

b)

False

105.

A data engineer collaborates with stakeholders to design and implement data-related workloads, including data ingestion pipelines, cleansing and transformation activities, and data stores for analytical workloads.

a)

True

b)

False

106.

A Data Engineer is responsible for ensuring that the privacy of data is maintained within the cloud and spanning from on-premises to the cloud data stores.

a)

True

b)

False

107.

A Data Engineer owns the management and monitoring of data pipelines to ensure that data loads perform as expected.

a)

True

b)

False

108.

A data engineer processes raw data into relevant insights based on identified business requirements to deliver relevant insights.

a)

True

b)

False

109.

Azure SQL is the collective name for a family of relational database solutions based on the Microsoft SQL

a)

True

b)

False

110.

It is a fully managed platform-as-a-service (PaaS) database hosted in Azure.

a)

Azure SQL Database

b)

Azure SQL Managed Instance

c)

Azure SQL VM

111.

A hosted instance of SQL Server with automated maintenance, which allows more flexible configuration than Azure SQL DB but with more administrative responsibility for the owner.

a)

Azure SQL Database

b)

Azure SQL Managed Instance

c)

Azure SQL VM

112.

A virtual machine with an installation of SQL Server, allowing maximum configurability with full management responsibility.

a)

Azure SQL Database

b)

Azure SQL Managed Instance

c)

Azure SQL VM

113.

Data engineers may use Azure SQL database systems as sources for data pipelines that perform extract, transform, and load (ETL) operations to ingest the transactional data into an analytical system.

a)

True

b)

False

114.

Data analysts may query Azure SQL databases directly to create reports, though in large organizations the data is generally combined with data from other sources in an analytical data store to support enterprise analytics.

a)

True

b)

False

115.

It is a simple-to-use open-source database management system that is commonly used in Linux, Apache, MySQL, and PHP (LAMP) stack apps.

a)

Azure Database for MySQL

b)

Azure Database for MariaDB

c)

Azure Database for PostgreSQL

116.

A newer database management system, created by the original developers of MySQL. The database engine has since been rewritten and optimized to improve performance.

a)

Azure Database for MySQL

b)

Azure Database for MariaDB

c)

Azure Database for PostgreSQL

117.

MariaDB offers compatibility with Oracle Database.

a)

True

b)

False

118.

A hybrid relational-object database. In here, you can store data in relational tables, but also enables you to store custom data types, with their own non-relational properties.

a)

Azure Database for MySQL

b)

Azure Database for MariaDB

c)

Azure Database for PostgreSQL

119.

It is a global-scale non-relational (NoSQL) database system that supports multiple application programming interfaces (APIs), enabling you to store and manage data as JSON documents, key-value pairs, column-families, and graphs.

a)

Azure Cosmos DB

b)

Azure Storage

c)

Azure Data Factory

d)

Azure Synapse Analytics

120.

It is a core Azure service that enables you to store data in:

Blob containers, File shares and Tables.

a)

Azure Cosmos DB

b)

Azure Storage

c)

Azure Data Factory

d)

Azure Synapse Analytics

121.

It is an Azure service that enables you to define and schedule data pipelines to transfer and transform data.

a)

Azure Databricks

b)

Azure Storage

c)

Azure Data Factory

d)

Azure Synapse Analytics

122.

It is a comprehensive, unified data analytics solution that provides a single service interface for multiple analytical capabilities, including:

Pipelines, SQL , Apache Spark programming languages and APIs, including Java, Scala, Python, and SQL, Azure Synapse Data Explorer.

a)

Azure Databricks

b)

Azure Storage

c)

Azure Data Factory

d)

Azure Synapse Analytics

123.

It combines the Apache Spark data processing platform with SQL database semantics and an integrated management interface to enable large-scale data analytics.

a)

Azure Databricks

b)

Azure Storage

c)

Azure Data Factory

d)

Azure Synapse Analytics

124.

Data engineers can use Azure Synapse Analytics to create a unified data analytics solution that combines data ingestion pipelines, data warehouse storage, and data lake storage through a single service.

a)

True

b)

False

125.

Data Analysts can use the native notebook support in Azure Databricks to query and visualize data in an easy to use web-based interface.

a)

True

b)

False

126.

It is an Azure service that provides Azure-hosted clusters for popular Apache open-source big data processing technologies, including:

Apache Spark, Apache Hadoop, Apache HBase , Apache Storm.

a)

Azure HDInsight

b)

Azure Stream Analytics

c)

Azure Data Explorer

d)

Azure Databricks

127.

It is a real-time stream processing engine that captures a stream of data from an input, applies a query to extract and manipulate data from the input stream, and writes the results to an output for analysis or further processing.

a)

Azure HDInsight

b)

Azure Stream Analytics

c)

Azure Data Explorer

d)

Azure Databricks

128.

It is a standalone service that offers the same high-performance querying of log and telemetry data as the Azure Synapse Data Explorer runtime in Azure Synapse Analytics.

a)

Azure HDInsight

b)

Azure Stream Analytics

c)

Azure Data Explorer

d)

Azure Databricks

129.

Data analysts can use Azure Data Explorer to query and analyze data that includes a timestamp attribute, such as is typically found in log files and Internet-of-things (IoT) telemetry data.

a)

True

b)

False

130.

Data engineers can incorporate Azure Stream Analytics into data analytics architectures that capture streaming data for ingestion into an analytical data store or for real-time visualization.

a)

True

b)

False

131.

Data engineers can use Azure HDInsight to support big data analytics workloads that depend on multiple open-source technologies.

a)

True

b)

False

132.

An open-source system for real-time data processing through a topology of spouts and bolts.

a)

Apache Storm

b)

Apache Kafka

c)

Apache HBase

d)

Apache Hadoop

133.

A message broker for data stream processing.

a)

Apache Storm

b)

Apache Kafka

c)

Apache HBase

d)

Apache Hadoop

134.

An open-source system for large-scale NoSQL data storage and querying.

a)

Apache Storm

b)

Apache Kafka

c)

Apache HBase

d)

Apache Hadoop

135.

A distributed system that uses MapReduce jobs to process large volumes of data efficiently across multiple cluster nodes.

a)

Apache Storm

b)

Apache Kafka

c)

Apache HBase

d)

Apache Hadoop

136.

A distributed data processing system that supports multiple programming languages and APIs, including Java, Scala, Python, and SQL.

a)

Apache Storm

b)

Apache Kafka

c)

Apache Spark

d)

Apache Hadoop

137.

It provides a solution for enterprise-wide data governance and discoverability. You can use it to create a map of your data and track data lineage across multiple data sources and systems, enabling you to find trustworthy data for analysis and reporting.

a)

Microsoft Power BI

b)

Microsoft Purview

c)

Azure Data Explorer

d)

Azure Stream Analytics

138.

It is a platform for analytical data modeling and reporting that data analysts can use to create and share interactive data visualizations.

a)

Microsoft Power BI

b)

Microsoft Purview

c)

Azure Data Explorer

d)

Azure Stream Analytics

139.

Which single service would you use to implement data pipelines, SQL analytics, and Spark analytics?

a)

Azure SQL Database

b)

Microsoft Power BI

c)

Azure Synapse Analytics

140.

Which role is most likely to use Azure Data Factory to define a data pipeline for an ETL process?

a)

Database Administrator

b)

Data Engineer

c)

Data Analyst

141.

Which one of the following tasks is the responsibility of a database administrator?

a)

Backing up and restoring databases

b)

Creating dashboards and reports

c)

Creating pipelines to process data in a data lake