Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

1.

HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

2. 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:

3. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
4. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

5. DRAG DROP -
Match the types of analytics that can be used to answer the business questions.
To answer, drag the appropriate analytics type from the column on the left to its
question on the right. Each analytics type may be used once, more than once, or not
at all.
NOTE: Each correct match is worth one point.
Select and Place:
6. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
7. HOTSPOT -
You have the following JSON document.
8. HOTSPOT -
You are reviewing the data model shown in the following exhibit.
9. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

10. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

11. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
12. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

13. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

14. 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.

Answer: A,C,E: You must be assigned the Reader role for the resource group that
contains the database, You must have a user in the database, Your IP address must
be allowed to connect to the database.

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

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

A. INSERT

B. MERGE

C. UPDATE

D. CREATE

Answer: C. UPDATE

16. 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. Azure SQL Database

17. 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

Answer: B. Azure Data Studio

18. DRAG DROP -


Match the terms to the appropriate descriptions.
To answer, drag the appropriate term from the column on the left to its
description on the right. Each term may be used once, more than once, or not
at all.
NOTE: Each correct match is worth one point.
Select and Place:

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

A. sqlcmd

B. bcp

C. azdata

D. Azure CLI

Answer: D. Azure CLI

20. 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:
21. 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:
22. 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:

23. HOTSPOT -
You have the following SQL query.

What are dbo.Products and ProductName? To answer, select the appropriate


options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
24. 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:

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

A. SELECT

B. JOIN

C. MERGE

D. CREATE

Answer: D. CREATE
26. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

27. 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. Azure Active Directory (Azure AD) authentication

28. 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. native support for cross-database queries and transactions


29. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

30. 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

Answer: A. Microsoft SQL Server Data Tools (SSDT)

31. 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:
32. 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).

Answer: C. You need to implement high availability in the event of a regional


outage.

33. At which two levels can you set the throughput for an Azure Cosmos DB
account? Each correct answer presents a complete solution. (Choose two.)
NOTE: Each correct selection is worth one point.

A. database

B. item

C. container

D. partition

Answer: A,C: database, container

34. 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:
35. DRAG DROP -
Match the types of data stores to the appropriate scenarios.
To answer, drag the appropriate data store type from the column on the left to
its scenario on the right. Each data store type may be used once, more than
once, or not at all.
NOTE: Each correct match is worth one point.
Select and Place:

36. 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. (Choose two.)
NOTE: Each correct selection is worth one point.

A. the throughput

B. the read region

C. the partition key

D. the API

Answer: A,C: the throughput, the partition key.


37. Your company is designing a data store that will contain student data. The
data has the following format.

Which type of data store should you use?

A. graph

B. key/value

C. object

D. columnar

Answer: D. columnar

38. Which storage solution supports role-based access control (RBAC) at the file
and folder level?

A. Azure Disk Storage

B. Azure Data Lake Storage

C. Azure Blob storage

D. Azure Queue storage

Answer: B. Azure Data Lake Storage

39. You need to store data in Azure Blob storage for seven years to meet your
company's compliance requirements. The retrieval time of the data is
unimportant. The solution must minimize storage costs.
Which storage tier should you use?

A. Archive

B. Hot
C. Cool

Answer: A. Archive

40. Which type of non-relational data store supports a flexible schema, stores
data as JSON files, and stores the all the data for an entity in the same
document?

A. document

B. columnar

C. graph

D. time series

Answer: A. document

41. DRAG DROP -


Match the Azure Cosmos DB APIs to the appropriate data structures.
To answer, drag the appropriate API from the column on the left to its data
structure on the right. Each API may be used once, more than once, or not at
all.
NOTE: Each correct match is worth one point.
Select and Place:
42. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

43. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

44. You manage an application that stores data in a shared folder on a Windows
server.
You need to move the shared folder to Azure Storage.
Which type of Azure Storage should you use?

A. queue

B. blob

C. file

D. table

Answer: B. blob
45. Your company is designing a database that will contain session data for a
website. The data will include notifications, personalization attributes, and
products that are added to a shopping cart.
Which type of data store will provide the lowest latency to retrieve the data?

A. key/value

B. graph

C. columnar

D. document

Answer: C. columnar

46. 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:
47. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

48. 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. sending telemetry data from edge devices

49. HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
50. 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:

51. 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

C. massively parallel processing (MPP)

D. streaming

Answer: D. streaming
52. You have a SQL pool in Azure Synapse Analytics that is only used actively
every night for eight hours.
You need to minimize the cost of the SQL pool during idle times. The solution
must ensure that the data remains intact.
What should you do on the SQL pool?

A. Scale down the data warehouse units (DWUs).

B. Pause the pool.

C. Create a user-defined restore point.

D. Delete the pool

Answer: B. Pause the pool

You might also like