0% found this document useful (0 votes)
76 views6 pages

Module 3

The document provides information about data organization, types of data, data roles, database concepts, and cloud database services. It covers topics like structured vs unstructured data, relational vs non-relational databases, data ingestion, analytics, and database administration responsibilities. It also discusses database deployment options in Azure like SQL Database, Cosmos DB, and data storage services.

Uploaded by

Abigail Mendez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views6 pages

Module 3

The document provides information about data organization, types of data, data roles, database concepts, and cloud database services. It covers topics like structured vs unstructured data, relational vs non-relational databases, data ingestion, analytics, and database administration responsibilities. It also discusses database deployment options in Azure like SQL Database, Cosmos DB, and data storage services.

Uploaded by

Abigail Mendez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

MODULE 3

Part 1
How is data in a relational table organized?
Rows and Columns
Header and Footer
Pages and Paragraphs

Which of the following is an example of unstructured data?


An Employee table with columns Employee ID, Employee Name, and Employee Designation
Audio and Video files
A table within SQL Server database

What of the following is an example of a streaming dataset?


Data from sensors and devices
Sales data for the past month
List of employees working for a company

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


Backing up and restoring databases
Creating dashboards and reports
Identifying data quality issues

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


SQL Server Management Studio
Power BI
SQL

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


Systems Administrator
Data Analyst
Database Administrator

Which one of the following statements is a characteristic of a relational database?


All data must be stored as character strings
A row in a table represents a set of related data
Different rows in the same table can contain different columns

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

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?
Increased day-to-day management costs
Increased scalability
Increased functionality
Which of the following services should you use to implement a non-relational database?
Azure Cosmos DB
Azure SQL Database
The Gremlin API

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


Non-relational databases contain tables with flat fixed-column records
Non-relational databases require you to use data normalization techniques to reduce data
duplication
Non-relational databases are either schema free or have relaxed schemas

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, and 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 to be
processed quickly?
A key-value store
A column family database
Write the temperatures to a blob in Azure Blob storage

What is data ingestion?


The process of transforming raw data into models containing meaningful information
Analyzing data for anomalies,
Capturing raw data streaming from various sources and storing it

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

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

Part 2
Which deployment requires the fewest changes when migrating an existing SQL Server on-
premises solution?
Azure SQL Database Managed Instance
SQL Server running on a virtual machine
Azure SQL Database Single Database
Which of the following statements is true about SQL Server running on a virtual machine?

You must install and maintain the software for the database management system yourself, but
backups are automated
Software installation and maintenance are automated, but you must do your own backups
You're responsible for all software installation and maintenance, and performing back ups

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


Scaling up doesn't take effect until you restart the database
Scaling out doesn't take effect until you restart the database
Scaling up or out will take effect without restarting the SQL database

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

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?
Export the data from the on-premises database and import it manually into the database running
in Azure
Upload a PostgreSQL database backup file to the database running in Azure
Use the Azure Database Migration Services

Part 3
What are the elements of an Azure Table storage key?
Table name and column name
Partition key and row key
Row number

When should you use a block blob, and when should you use a page blob?
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.
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 Archive data access tiers.
Use a page blob for blobs that require random read and write access. Use a block blob for discrete
objects that change infrequently.

Why might you use Azure File storage?


To share files that are stored on-premises with users located at other sites.
To enable users at different sites to share files.
To store large binary data files containing images or other unstructured data.

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/region, and 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 to be
processed quickly?
Send the data to an Azure Cosmos DB database and use Azure Functions to process the data.
Store the data in a file stored in a share created using Azure File Storage.
Write the temperatures to a blob in Azure Blob storage.

What is provisioning?
The act of running series of tasks that a service provider performs to create and configure a
service.
Providing other users access to an existing service.
Tuning a service to improve performance.

What is a security principal?


A named collection of permissions 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.
A set of resources managed by a service to which you can grant access.
An object that represents a user, group, service, or managed identity that is requesting access to
Azure resources.

Which of the following is an advantage of using multi-region replication with Cosmos DB?
Data will always be consistent in every region.
Availability is increased.
Increased security for your data.
Part 4

When should you use Azure Synapse Analytics?


To perform very complex queries and aggregations
To create dashboards from tabular data
To enable large number of users to query analytics data

What is the primary difference between a data lake and a data warehouse?
A data lake contains structured information, but a data warehouse holds raw business data
A data lake holds raw data, but a data warehouse holds structured information
Data stored in a data lake is dynamic, but information stored in a data warehouse is static

Which component of an Azure Data Factory can be triggered to run data ingestion tasks?
CSV File
Pipeline
Linked service

When might you use PolyBase?


To query data from external data sources from Azure Synapse Analytics
To ingest streaming data using Azure Databricks
To orchestrate activities in Azure Data Factory

Which of these services can be used to ingest data into Azure Synapse Analytics?
Azure Data Factory
Power BI
Azure Active Directory

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?
Use Azure Synapse Link to connect to Azure Data Lake storage and download the data
Synapse SQL pool
Synapse Spark pool

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

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


The first line in the cell is %language. For example, %scala.
Change the notebook language before writing the commands.
Wrap the command in the cell with ##language##.

What is the common flow of activity in Power BI?


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

Which of the following are building blocks of Power BI?


Tiles, dashboards, databases, mobile devices.
Visualizations, datasets, reports, dashboards, tiles.
Visual Studio, C#, and JSON files.

A collection of ready-made visuals, pre-arranged in dashboards and reports is called what in Power
BI?
The canvas.
Scheduled refresh.
An app.

You might also like