examtopics Flashcards
what occured in the past
No, Yes, Yes
c: data that is fully processed before being loaded to the target data store
c: latency is expected
a: cognitive
Diagnostic, Predictive, Cognitive
Descriptive Analytics tells you what happened in the past.
Diagnostic Analytics helps you understand why something happened in the past.
Predictive Analytics predicts what is most likely to happen in the future.
Drescriptive Analytics recommends actions you can take to affect those outcomes.
Customer is a root object
Address is a nested object
Social media is a nested array
star schema
dimension table
a: distibutes processing across compute nodes
a: A clustered index
c: transactional writes
Yes
Yes
Yes
Extract: The CRM system
Load: DWH
Transform: DWH
descriptive
a: Treemap
b: Key influencer
c: 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. read-access geo-redundant storage (RA-GRS)
D. geo-redundant storage (GRS)
Yes
No
No
Which statement is an example of Data Manipulation Language (DML)?
A. REVOKE
B. DISABLE
C. INSERT
D. GRANT
c: Insert
SELECT, INSERT, UPDATE, DELETE are DML
You have a SQL query that combines customer data and order data. The query includes calculated columns.
You need to persist the SQL query so that other users can use the query.
What should you create?
A. an index
B. a view
C. a scalar function
D. a table
b: a view
simple lookups
Image files = Azure Blob storage
Relationship between employees = Azure Cosmos DB Gremlin API Key/value pairs = Azure Table Storage
Resource Group -> Storage Account -> Container -> Folders -> Files
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. Low latency is expected
D. Data is processed as it is created
Dataset
Linkedservice
Pipeline
Batch
Streaming
Batch
the server to protect data at rest
You need to ensure that users use multi-factor authentication (MFA) when connecting to an Azure SQL database.
Which type of authentication should you use?
A. service principal authentication
B. Azure Active Directory (Azure AD) authentication
C. SQL authentication
D. certificate authentication
B. Azure Active Directory (Azure AD) authentication
What is a benefit of hosting a database on Azure SQL managed instance as compared to an Azure SQL database?
A. built-in high availability
B. native support for cross-database queries and transactions
C. system-initiated automatic backups
D. support for encryption at rest
B. native support for cross-database queries and transactions
a server-level firewall
You need to design and model a database by using a graphical tool that supports project-oriented offline database development.
What should you use?
A. Microsoft SQL Server Data Tools (SSDT)
B. Microsoft SQL Server Management Studio (SSMS)
C. Azure Databricks
D. Azure Data Studio
A. Microsoft SQL Server Data Tools (SSDT)
Firewall
Authenticatiom
Encryption
You have a transactional application that stores data in an Azure SQL managed instance.
When should you implement a read-only database replica?
A. You need to generate reports without affecting the transactional workload.
B. You need to audit the transactional application.
C. You need to implement high availability in the event of a regional outage.
D. You need to improve the recovery point objective (RPO).
A. You need to generate reports without affecting the transactional workload.
strong consistency guarantees are required
keys
A View
You need to query a table named Products in an Azure SQL database.
Which three requirements must be met to query the table from the internet? Each correct answer presents part of the solution. (Choose three.)
NOTE: Each correct selection is worth one point.
A. You must be assigned the Reader role for the resource group that contains the database.
B. You must have SELECT access to the Products table.
C. You must have a user in the database.
D. You must be assigned the Contributor role for the resource group that contains the database.
E. Your IP address must be allowed to connect to the database.
B. You must have SELECT access to the Products table.
C. You must have a user in the database.
E. Your IP address must be allowed to connect to the database.
c: Update
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. Azure SQL Database
C. Azure Cosmos DB
D. SQL Server on Azure virtual machines
B. Azure SQL Database
You are writing a set of SQL queries that administrators will use to troubleshoot an Azure SQL database.
You need to embed documents and query results into a SQL notebook.
What should you use?
A. Microsoft SQL Server Management Studio (SSMS)
B. Azure Data Studio
C. Azure CLI
D. Azure PowerShell
B. Azure Data Studio
Table
View
Index
You have an e-commerce application that reads and writes data to an Azure SQL database.
Which type of processing does the application use?
A. stream processing
B. batch processing
C. Online Analytical Processing (OLAP)
D. Online Transaction Processing (OLTP)
D. Online Transaction Processing (OLTP)
When can you use an Azure Resource Manager template?
A. to automate the creation of an interdependent group of Azure resources in a repeatable way
B. to apply Azure policies for multi-tenant deployments
C. to provision Azure subscriptions
D. to control which services and feature administrators and developers can deploy from the Azure portal
A. to automate the creation of an interdependent group of Azure resources in a repeatable way
You have an Azure SQL database that you access directly from the Internet.
You recently changed your external IP address.
After changing the IP address, you can no longer access the database. You can connect to other resources in Azure.
What is a possible cause of the issue?
A. role-based access control (RBAC)
B. Dynamic Host Configuration Protocol (DHCP)
C. Domain Name Service (DNS)
D. a database-level firewall
D. a database-level firewall
Microsoft SQL server Management studio
Microsoft Visual studio code
Azure Data Studio
Microsoft SQL Server Data Tools.
Yey
No
Yes