ExamGecko
Home / Microsoft / DP-900 / List of questions
Ask Question

Microsoft DP-900 Practice Test - Questions Answers, Page 15

Add to Whishlist

List of questions

Question 141

Report Export Collapse

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.

zone-redundant storage (ZRS)
zone-redundant storage (ZRS)
read-access geo-redundant storage (RA-GRS)
read-access geo-redundant storage (RA-GRS)
locally-redundant storage (LRS)
locally-redundant storage (LRS)
geo-redundant storage (GRS)
geo-redundant storage (GRS)
Suggested answer: B, D
Explanation:

Section: Describe core data concepts

D: Azure Storage offers two options for copying your data to a secondary region:

Geo-redundant storage (GRS)

Geo-zone-redundant storage (GZRS)

B: With GRS or GZRS, the data in the secondary region isn't available for read or write access unless there is a failover to the secondary region. For read access to the secondary region, configure your storage account to use read-access geo-redundant storage (RA-GRS) or read-access geo-zone-redundant storage (RA-GZRS).

Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#redundancy-in-a-secondary-region

asked 02/10/2024
Adriano Costa
45 questions

Question 142

Report Export Collapse

Which statement is an example of Data Manipulation Language (DML)?

REVOKE
REVOKE
DISABLE
DISABLE
INSERT
INSERT
GRANT
GRANT
Suggested answer: C
Explanation:

Data Manipulation Language (DML) statements:

DELETE

INSERT

UPDATE

Reference:

https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-reference-tsql-statements

asked 02/10/2024
Ahmed Khalifa
52 questions

Question 143

Report Export Collapse

Which command-line tool can you use to query Azure SQL databases?

sqlcmd
sqlcmd
bcp
bcp
azdata
azdata
Azure CLI
Azure CLI
Suggested answer: A
Explanation:

The sqlcmd utility lets you enter Transact-SQL statements, system procedures, and script files at the command prompt.

Incorrect Answers:

B: The bulk copy program utility (bcp) bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format.

D: The Azure CLI is the defacto tool for cross-platform and command-line tools for building and managing Azure resources.

Reference:

https://docs.microsoft.com/en-us/sql/tools/overview-sql-tools?view=sql-server-ver15

asked 02/10/2024
Harry Meijer
50 questions

Question 144

Report Export Collapse

Which statement is an example of Data Definition Language (DDL)?

SELECT
SELECT
JOIN
JOIN
UPDATE
UPDATE
CREATE
CREATE
Suggested answer: D
Explanation:

Data Definition Language (DDL) statements defines data structures. Use these statements to create, alter, or drop data structures in a database. These statements include:

ALTER

Collations

CREATE

DROP

DISABLE TRIGGER

ENABLE TRIGGER

RENAME

UPDATE STATISTICS

TRUNCATE TABLE

Reference:

https://docs.microsoft.com/en-us/sql/t-sql/statements/statements

asked 02/10/2024
Guus Schenkelaars
35 questions

Question 145

Report Export Collapse

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
service principal authentication
Azure Active Directory (Azure AD) authentication
Azure Active Directory (Azure AD) authentication
SQL authentication
SQL authentication
certificate authentication
certificate authentication
Suggested answer: B
Explanation:

Section: Describe how to work with relational data on Azure

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-mfa-ssms-overview

asked 02/10/2024
Shaun Kilmartin
31 questions

Question 146

Report Export Collapse

What is a benefit of hosting a database on Azure SQL managed instance as compared to an Azure SQL database?

built-in high availability
built-in high availability
native support for cross-database queries and transactions
native support for cross-database queries and transactions
system-initiated automatic backups
system-initiated automatic backups
support for encryption at rest
support for encryption at rest
Suggested answer: B
Explanation:

Section: Describe how to work with relational data on Azure

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/features-comparison

asked 02/10/2024
David Hartnett
52 questions

Question 147

Report Export Collapse

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 Data Tools (SSDT)
Microsoft SQL Server Management Studio (SSMS)
Microsoft SQL Server Management Studio (SSMS)
Azure Databricks
Azure Databricks
Azure Data Studio
Azure Data Studio
Suggested answer: A
Explanation:

Section: Describe how to work with relational data on Azure

Reference: https://docs.microsoft.com/en-us/sql/ssdt/project-oriented-offline-database-development?view=sql-server-ver15

asked 02/10/2024
Andrea Chichiarelli
43 questions

Question 148

Report Export Collapse

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 generate reports without affecting the transactional workload.
You need to audit the transactional application.
You need to audit the transactional application.
You need to implement high availability in the event of a regional outage.
You need to implement high availability in the event of a regional outage.
You need to improve the recovery point objective (RPO).
You need to improve the recovery point objective (RPO).
Suggested answer: A
Explanation:

Section: Describe how to work with relational data on Azure

Use read-only replicas to offload read-only query workloads.

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/read-scale-out

asked 02/10/2024
Nisanka Mandara
43 questions

Question 149

Report Export Collapse

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.

You must be assigned the Reader role for the resource group that contains the database.
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 SELECT access to the Products table.
You must have a user in the database.
You must have a user in the database.
You must be assigned the Contributor role for the resource group that contains 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.
Your IP address must be allowed to connect to the database.
Suggested answer: B, C, E
Explanation:

Section: Describe how to work with relational data on Azure

Incorrect Answers:

A, D: Resource group permissions is not required to query an Azure SQL database table.

Reference: https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/getting-started-with-database-engine-permissions?view=sql-server-ver15

asked 02/10/2024
Joseph McCray
47 questions

Question 150

Report Export Collapse

You have an inventory management database that contains the following table.

Microsoft DP-900 image Question 10 90525 10022024020006000000

Which statement should you use in a SQL query to change the inventory quantity of Product1 to 270?

INSERT
INSERT
MERGE
MERGE
UPDATE
UPDATE
CREATE
CREATE
Suggested answer: C
Explanation:

Section: Describe how to work with relational data on Azure

Reference: https://docs.microsoft.com/en-us/sql/t-sql/queries/update-transact-sql?view=sql-server-ver15

asked 02/10/2024
Jose Alfaro
43 questions
Total 285 questions
Go to page: of 29
Search

Related questions