DP900 Questions Dump Flashcards
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
Answer: B
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. 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.
Answer: BCE
Which command-line tool can you use to query Azure SQL databases?
A. sqlcmd
B. bcp
C. azdata
D. Azure CLI
Answer: A
You have a transactional application that stores data in an Azure SQL managed instance. In which of the following circumstances would you need to 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).
Answer: A
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
Answer: B
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
Answer: B
When you create an Azure SQL database, which account can always connect to the database?
A. The Azure Active Directory (Azure AD) account that created the database
B. The SA account
C. The server admin login account of the logical server
D. The Azure Active Directory (Azure AD) administrator account.
Answer: C
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
Answer: D
Which Azure SQL offering supports automatic database scaling and automatic pausing of the database during inactive periods?
A. Azure SQL Database Hyperscale
B. Azure SQL managed instance
C. Azure SQL Database serverless
D. Azure SQL Database elastic pod
Answer: C
To complete the sentence, select the appropriate option in the answer area.
Answer Area:
By default, each Azure SQL database is protected by:
A. A network security group (NSG)
B. A server-level firewall
C. Azure Firewall
D. Azure Front Door
Answer: B
To complete the sentence, select the appropriate option in the answer area.
Answer Area:
A relational database must be used when:
A. A dynamic schema is required.
B. Data will be stored as key/value pairs.
C. Storing large images and videos.
D. Strong consistency guarantees are required.
Answer: D
To complete the sentence, select the appropriate option in the answer area.
Answer Area:
A relational database is appropriate for scenarios that involve a high volume of:
A. Changes to relationships between entities
B. Geographically distributed writes
C. Transactional writes
D. Writes that have varying data structures
Answer: C
To complete the sentence, select the appropriate option in the answer area.
Answer Area:
Transparent Data Encryption (TDE) encrypts:
A. A column to protect data at rest and in transit
B. Queries and their results in order to protect data in transit
C. The database to protect data at rest
D. The server to protect data at rest
Answer: C
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
- Azure SQL Database includes a fully managed backup service
- Azure SQL Database has built-in high availability
- Azure SQL Database can use Azure Advanced Threat Protection (ATP)
Answer: 1:Yes, 2:Yes, 3:Yes
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
- You must apply patches to Azure SQL databases regularly
- You need a Microsoft 365 subscription to create an Azure SQL database
- You can use existing Microsoft SQL Server licenses to reduce the cost of Azure SQL databases
Answer: 1:No, 2:No, 3:Yes
Match the security components to the appropriate scenarios. To answer, drag the appropriate component from the column on the left to its scenario on the right. Each component may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.
Components:
A. Authentication
B. Firewall
C. Encryption
Answer Area:
D. Prevent access to an Azure SQL Database from another network.
E. Support Azure AD sign-ins to an Azure SQL database.
F. Ensure that sensitive data never appears as plain text in an Azure SQL database.
Answer: BD, AE, CF
Your company has a reporting solution that has paginated reports. The reports query a dimensional model in a data warehouse. Which type of processing does the reporting solution use?
A. Stream processing
B. Batch processing
C. Online Analytical Processing (OLAP)
D. Online Transaction Processing (OLTP)
Answer: C
You have a quality assurance application that reads data from a data warehouse. Which type of processing does the application use?
A. Online Transaction Processing (OLTP)
B. Batch processing
C. Stream processing
D. Online Analytical Processing (OLAP)
Answer: D
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. Online Analytical Processing (OLAP)
B. Batch Processing
C. Stream processing
D. Online Transaction Processing (OLTP)
Answer: D
What are three characteristics of an Online Transaction Processing (OLTP) workload? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point
A. Denormalized data B. Heavy writes and moderate reads C. Light writes and heavy reads D. Schema on write E. Schema on read F. Normalized data
Answer: BDF
To complete the sentence, select the appropriate option in the answer area.
Answer Area:
In a data warehousing workload, data:
A. from a single source is distributed to multiple locations
B. from multiple sources is combined in a single location
C. is added to a queue for multiple systems to process
D. is used to train machine learning models
Answer: B
What are two benefits of platform as a service (PaaS) relational database offerings in Azure, such as Azure SQL Database? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Access to the latest features
B. Complete control over backup and restore processes
C. in-database machine learning services
D. Reduced administrative effort for managing the server infrastructure
Answer: AD
You are deploying a software as a service (SaaS) application that requires a relational database for Online Transaction Processing (OLTP). Which Azure service should you use to support the application?
A. Azure Cosmos DB
B. Azure HDInsight
C. Azure SQL Database
D. SQL Synapse Analytics
Answer: C
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
A. PaaS database offerings in Azure provide built-in high availability
B. PaaS database offerings in Azure provide configurable scaling options
C. PaaS database offerings in Azure. reduce the administrative overhead for managing hardware
Answer: A:Yes, B:Yes, C:Yes
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
A. If you have a PaaS database in Azure, you are responsible for applying operating system updates.
B. If you have a PaaS database in Azure, backups are performed automatically
C. If you have a PaaS database in Azure, you are responsible for upgrading the database engine
Answer: A:No, B:Yes, C:No
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
A. PaaS database offerings in Azure require less setup and configuration effort than IaaS database offerings
B. PaaS database offerings in Azure provide administrators with the ability to control and update the operating system version
C. All PaaS database offerings in Azure can be paused to reduce costs.
Answer: A:Yes. B:No, C:No
What are two uses of data visualization? Each correct answer presents a complete solution.
NOTE: Each correct answer selection is worth one point.
A. Represent trends and patterns over time
B. Implement machine learning to predict future values
C. Communicate the significance of data
D. Consistently implement business logic across reports
Answer: AC
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.
NOTE: Each correct match is worth one point.
Select and place:
Visualization:
A. Key influencer
B. Scatter
C. Treemap
Answer Area:
D. A chart of colored, nested rectangles that displays individual data points, represented by the size and color of a relative rectangle
E. A chart that displays major contributors of a selected result or value
F. A chart that shows the relationship between two numerical values
Answer: CD, AE, BF
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
A. Azure Data Bricks can consume data from Azure SQL Database
B. Azure Data Bricks can consume data from Azure Event Hubs
C. Azure Data Bricks can consume data from Azure Cosmos DB
Answer: A:Yes, B:Yes, C:Yes
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
Answer: A
At which two levels can you set the throughput for an Azure Cosmos DB account? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Database
B. Item
C. Container
D. SQL Partition
Answer: AC
What is a benefit of the Azure Cosmos DB Table API as compare to Azure Table storage?
A. Provides resiliency if an Azure region fails
B. Supports partitioning
C. Provides a higher storage capacity
D. Supports a multi-master model
Answer: D
You have an Azure Cosmos DB account that uses the Core (SQL) API. Which two settings can you configure at the container level? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. The throughput
B. The read region
C. The partition key
D. The API
Answer: AC
When provisioning an Azure Cosmos DB account, which feature provides redundancy within an Azure region?
A. Multi-master replication
B. Availability zones
C. The strong consistency level
D. Automatic failover
Answer: B
At which level in Azure Cosmos DB can you configure multiple write and read regions?
A. Database
B. Partition
C. Collection
D. Account
Answer: D
To complete the sentence, select the appropriate option in the answer area.
Answer Area:
You can query a graph database in Azure Cosmos DB…
A. as a JSON document by using a SQL-like language.
B. as a partitioned row store by using Cassandra Query Language (CQL).
C. as a partitioned row store by using Language-Integrated. Query. (LINQ).
D. as nodes and edges by using the Gremlin language.
Answer: A
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
A. The Azure Cosmos DB API is configured separately for each database in an Azure Cosmos DB account.
B. Partition keys are used in Azure Cosmos DB to optimize queries.
C. Items contained in the same Azure Cosmos DB logical partition can have different partition keys.
Answer: A:No, B:Yes. C:No
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer Area:
A. Azure Table storage supports multiple read replicas
B. Azure Table storage supports multiple write regions
C. The Azure Cosmos DB Table API supports multiple read replicas
D. The Azure Cosmos DB Table API supports multiple write regions
Answer: A:Yes, B:No, C:Yes, D:Yes
Match the datastore services to the appropriate descriptions. To answer, drag the appropriate service from the column on the left to its description on the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.
Select and Place:
Services:
A. Azure Blob storage
B. Azure Cosmos DB
C. Azure Files
D. Azure Table storage
Answer Area:
E. Enables the use of SQL queries against data stored in JSON documents
F. Enables users to access data by using the Server Message Block (SMB) version 3 protocol.
Answer: BE, CF
Which two Azure services can be used to provision Apache Spark clusters? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Azure Time Series Insights
B. Azure HDInsight
C. Azure Databricks
D. Azure Log Analytics
Answer: BC
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
Answer: BD
Which scenario is an example of a streaming workload?
A. Sending transactions that are older than a month to an archive
B. Sending transactions daily from point of sale (POS) devices
C. Sending telemetry data from edge devices
D. Sending cloud infrastructure metadata every 30 minutes
Answer: C
You need to gather real-time telemetry data from a mobile application. Which type of workload describes this scenario?
A. Online Transaction Processing (OLTP)
B. Batch processing
C. Massively Parallel Processing (MPP)
D. Streaming
Answer: D