exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 109 discussion

Actual exam question from Microsoft's DP-600
Question #: 109
Topic #: 1
[All DP-600 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

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

You discover that the following query performs slowly against Model1.



You need to reduce the execution time of the query.

Solution: You replace line 4 by using the following code:

CALCULATE ( COUNTROWS ( 'Order Item' ) ) >= 0

Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Test_1132
Highly Voted 1 year, 1 month ago
No - Good luck everyone :)
upvoted 13 times
...
282b85d
Highly Voted 1 year ago
Selected Answer: B
The provided solution does not meet the goal as it does not correctly filter out customers without orders and does not provide an optimization in terms of performance.
upvoted 8 times
...
Mitchell12345
Most Recent 9 months ago
Well, we made it boys!
upvoted 3 times
...
b6daab0
11 months, 3 weeks ago
A silly question..
upvoted 4 times
...
stilferx
1 year ago
Selected Answer: B
IMHO, NO, as below in comments
upvoted 3 times
...
bigdave987
1 year, 1 month ago
Selected Answer: B
No, adding the = does not improve performance.
upvoted 3 times
...
VAzureD
1 year, 1 month ago
Selected Answer: B
No. By adding the = the only thing we achieve is changing the logic, not the performance.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...