Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: estly75

You have a KQL database that contains a table named Readings.

You need to query Readings and return the results shown in the following table.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You plan to use Fabric to store data.

You need to create a data store that supports the following:

• Writing data by using T-SQL

• Multi-table transactions

• Dynamic data masking

Which type of data store should you create?

A.

lakehouse

B.

warehouse

C.

KQL database

D.

semantic model

You have a Fabric tenant that contains a semantic model named Model1. Model1 uses Import mode. Model1 contains a table named Orders. Orders has 100 million rows and the following fields.

You need to reduce the memory used by Model! and the time it takes to refresh the model. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.

A.

Split OrderDateTime into separate date and time columns.

B.

Replace TotalQuantity with a calculated column.

C.

Convert Quantity into the Text data type.

D.

Replace TotalSalesAmount with a measure.

You have a Fabric eventhouse named Eventhousel that contains a table named Weatherdata. A sample of the data in Weatherdata is shown in the following table.

You plan to use a KQL queryset to manipulate the data in Eventhouse1. The result set must have the following columns.

You need to build the query.

Which four KQL statements should you use in sequence? To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.

You have a Fabric workspace named Workspace1 that contains the following items:

A warehouse named Warehouse1

A semantic model named Model1

An interactive report named Report1

You need to allow a user named User1 to access a single table in Warehouse1. The solution must follow the principle of least privilege.

What should you do first?

A.

Assign object level permissions to User1 for Warehouse1.

B.

Assign the db_datareader role to User1 for Warehouse1.

C.

Share Warehouse1 with User1.

D.

Assign the Viewer role to User1 for Workspace1.

You have a Fabric tenant that contains a semantic model named Modell.

Model1 contains a table named TemperatureUnit. TemperatureUnit contains a column named Unit. Unit contains manually added options foe Celsius and Fahrenheit.

Modell contains the following, measures:

A measure that contains the following expression.

 A measure that contains the following expression:

[TemperatureMetric] = AVERAGE(Weather[TempC] )

 A dynamic measure that contains the following expression:

[TemperatureDisplay] = VAR Unit = SELECTEDVALUE(TemperatureUnit[Unit] , " Celsius " ) VAR CelsiusValue = [TemperatureMetric] RETURN SWITCH( Unit, " Fahrenheit " , (CelsiusValue * 9/5) + 32, CelsiusValue )

You need to add a dynamic format string to the [TemperatureDisplay] measure to enable users to switch display values between metric (Celsius) and imperial (Fahrenheit).

How should you complete the DAX expression? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You are creating a dataflow in Fabric to ingest data from an Azure SQL database by using a T-SQL statement.

You need to ensure that any foldable Power Query transformation steps are processed by the Microsoft SQL Server engine.

How should you complete the code? 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.

You have a Fabric tenant that contains a warehouse.

A user discovers that a report that usually takes two minutes to render has been running for 45 minutes and has still not rendered.

You need to identify what is preventing the report query from completing.

Which dynamic management view (DMV) should you use?

A.

sys.dm-exec_requests

B.

sys.dn_.exec._sessions

C.

sys.dm._exec._connections

D.

sys.dm_pdw_exec_requests

You have a Fabric tenant that contains a data warehouse named DW1. DW1 contains a table named DimCustomer. DimCustomer contains the fields shown in the following table.

You need to identify duplicate email addresses in DimCustomer. The solution must return a maximum of 1,000 records.

Which four T-SQL statements should you run in sequence? To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.

You have an Amazon Web Services (AWS) subscription that contains an Amazon Simple Storage Service (Amazon S3) bucket named bucketl.

You have a Fabric tenant that contains a lakehouse named LH1.

In LH1, you plan to create a OneLake shortcut to bucketl.

You need to configure authentication for the connection.

Which two values should you provide? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

the shared access signature (SAS) token

B.

the secret access key

C.

the access ID

D.

the access key ID

E.

the certificate thumbprint