Pre-Winter Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Microsoft Developing AI-Enabled Database Solutions DP-800 Question # 12 Topic 2 Discussion

Microsoft Developing AI-Enabled Database Solutions DP-800 Question # 12 Topic 2 Discussion

DP-800 Exam Topic 2 Question 12 Discussion:
Question #: 12
Topic #: 2

You have an Azure SQL database named AdventureWorksDB that contains a table named dbo.Employee.

You have a C# Azure Functions app that uses an HTTP-triggered function with an Azure SQL input binding to query dbo.Employee.

You are adding a second function that will react to row changes in dbo.Employee and write structured logs.

You need to configure AdventureWorksDB and the app to meet the following requirements:

• Changes to dbo.Employee must trigger the new function within five seconds.

• Each invocation must processes no more than 100 changes.

Which two database configurations should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.


A.

Create an AFTER trigger on dbo.Employee for Data Manipulation Language (DML).


B.

SetSql Trigger MaxBatchSize to 100.


C.

Enable change tracking on the dbo. Employee table.


D.

Enable change tracking at the database level.


E.

Set Sql_Trigger_PollingIntervalMs to 5000.


F.

Enable change data capture (CDC) for dbo.Employee table changes


Get Premium DP-800 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.