Last updated on October 16th, 2024 at 03:51 pm
Microsoft DP900 Exam Dumps post contains real and latest questions for Microsoft Azure Fundamentals.
Microsoft DP900 Exam Dumps – QAs 76-100
Table of Contents
Q76. 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?
- Azure Cosmos DB
- Azure HDInsight
- Azure SQL Database
- Azure Synapse Analytics
Correct Answer
3. Azure SQL Database
Q77. 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.
- access to the latest features
- complete control over backup and restore processes
- in-database machine learning services
- reduced administrative effort for managing the server infrastructure
Correct Answer
1. access to the latest features
4. reduced administrative effort for managing the server infrastructure
Q78. HOTSPOT –
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview
Q79. HOTSPOT –
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview
https://azure.microsoft.com/en-us/blog/announcing-sql-atp-and-sql-vulnerability-assessment-general-availability/
https://docs.microsoft.com/en-us/azure/security-center/azure-defender
Q80. HOTSPOT –
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Correct Answer
Reference:
https://azure.microsoft.com/en-gb/blog/hot-patching-sql-server-engine-in-azure-sql-database/
https://azure.microsoft.com/en-us/services/sql-database/#product-overview
Q81. DRAG DROP –
You have a table named Sales that contains the following data.
You need to query the table to return the average sales amount per day. The output must produce the following results.
How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/sql/t-sql/functions/avg-transact-sql
Q82. HOTSPOT –
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
Correct Answer
Q83. Which statement is an example of Data Definition Language (DDL)?
- SELECT
- INSERT
- DELETE
- DROP
Q84. You need to design and model a database by using a graphical tool that supports project-oriented offline database development.
What should you use?
- Microsoft SQL Server Data Tools (SSDT)
- Microsoft SQL Server Management Studio (SSMS)
- Azure Databricks
- Azure Data Studio
Correct Answer
1. Microsoft SQL Server Data Tools (SSDT)
Q85. HOTSPOT –
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/azure/security/fundamentals/infrastructure-sql
Q86. What is a benefit of hosting a database on Azure SQL managed instance as compared to an Azure SQL database?
- built-in high availability
- native support for cross-database queries and transactions
- system-initiated automatic backups
- support for encryption at rest
Correct Answer
2. native support for cross-database queries and transactions
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/features-comparison
Q87. A team of developers has computers that run Windows 10 and Ubuntu Desktop.
The developers need to connect to and query an Azure SQL database from each of their computers. The developers require code assistance features such as
IntelliSense.
What should the developers use?
- sqlcmd
- Microsoft SQL Server Management Studio (SSMS)
- Azure Data Studio
- Azure Data Explorer
Correct Answer
3. Azure Data Studio
Reference:
https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio
Q88. 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?
- service principal authentication
- Azure Active Directory (Azure AD) authentication
- SQL authentication
- certificate authentication
Correct Answer
2. Azure Active Directory (Azure AD) authentication
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-mfa-ssms-overview
Q89. HOTSPOT –
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview
Q90. When you create an Azure SQL database, which account can always connect to the database?
- the Azure Active Directory (Azure AD) account that created the database
- the server admin login account of the logical server
- the Azure Active Directory (Azure AD) administrator account
- the sa account
Correct Answer
2. the server admin login account of the logical server
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart
Q91. HOTSPOT –
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
Correct Answer
Q92. Which T-SQL statement should be used to instruct a database management system to use an index instead of performing a full table scan?
- SELECT
- WHERE
- JOIN
Correct Answer
1. SELECT
Reference:
https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql-table
Q93. Your company needs to ensure that an Azure virtual machine can connect to Azure SQL databases without exposing the databases to the internet.
What should you use?
- Azure Application Gateway
- Azure Traffic Manager
- Azure DNS
- Azure Private Link
Correct Answer
4. Azure Private Link
Q94. HOTSPOT –
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/views/views
Q95. HOTSPOT –
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
Correct Answer
Q96. DRAG DROP –
Match the Azure SQL services to the appropriate use cases.
To answer, drag the appropriate service from the column on the left to its use case on the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct match its worth one point.
Select and Place:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview?view=azuresql
https://docs.microsoft.com/en-us/azure/azure-sql/database/elastic-pool-overview?view=azuresql
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview
Q97. Which clause should you use in a SELECT statement to combine rows in one table with rows in another table?
- SET
- VALUES
- KEY
- JOIN
Correct Answer
4. JOIN
Q98. 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.
- You must be assigned the Reader role for the resource group that contains the database.
- You must have SELECT access to the Products table.
- You must have a user in the database.
- You must be assigned the Contributor role for the resource group that contains the database.
- Your IP address must be allowed to connect to the database.
Correct Answer
2. You must have SELECT access to the Products table.
3. You must have a user in the database.
5. Your IP address must be allowed to connect to the database.
Q99. DRAG DROP –
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.
Select and Place:
Correct Answer
Reference:
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-windows-firewall-for-database-engine-access?view=sql-server-ver15
https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-overview
https://docs.microsoft.com/en-us/azure/azure-sql/database/always-encrypted-certificate-store-configure
Q100. You have a transactional application that stores data in an Azure SQL managed instance.
When should you implement a read-only database replica?
- You need to generate reports without affecting the transactional workload.
- You need to audit the transactional application.
- You need to implement high availability in the event of a regional outage.
- You need to improve the recovery point objective (RPO).
Correct Answer
1. You need to generate reports without affecting the transactional workload.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/read-scale-out