New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft MB-820 Exam - Topic 2 Question 20 Discussion

Actual exam question for Microsoft's MB-820 exam
Question #: 20
Topic #: 2
[All MB-820 Questions]

You have a decimal variable named AmountlCY.

You need to round up the variable to four decimal places.

Which result value should you use?

Show Suggested Answer Hide Answer
Suggested Answer: A, C

The task is to identify unwanted incoming web service calls during the last seven days. To do this, we need to look at KQL (Kusto Query Language) queries that would filter out web service calls based on the timestamp (to ensure the calls are within the last seven days) and by certain characteristics that would indicate they are unwanted, such as the wrong type of protocol (SOAP in this case, as Contoso Ltd. plans to dismiss using it).

Looking at the options:

Option A: This query selects all traces where the timestamp is within the last 7 days and where the custom dimension has a value of 'RT0008', and where the category is either 'ODataV4', 'ODataV3', or 'Api'. This query would show all API calls except SOAP, so it does not directly answer the question about unwanted calls.

Option B: This query filters for traces with a timestamp within the last 7 days, where 'RT0008' is present, and specifically looks for the category 'SOAP'. This query is correct because it directly targets SOAP calls, which are the unwanted calls according to Contoso Ltd.'s plans.

Option C: Similar to option B, this query filters for traces within the last 7 days and looks for 'RT0008' but uses the equality operator for the category 'SOAP'. This would also correctly return the unwanted SOAP calls.

Option D: This query also filters for traces within the last 7 days, but it excludes the 'ODataV4' category, which doesn't necessarily target the unwanted SOAP calls.

Option E: This query selects traces where the timestamp is within the last 7 days and the custom dimension has 'RT0008'. However, it filters out categories 'ODataV4' and 'Api', which does not directly help in identifying the unwanted SOAP calls.

Therefore, the queries that should be used to determine if there are unwanted incoming web service calls (SOAP calls) in the tenant during the last seven days are Options B and C. These queries are specific to identifying SOAP protocol usage, which is what Contoso Ltd. considers unwanted.


Contribute your Thoughts:

0/2000 characters
Leonor
3 months ago
B is incorrect, it doesn't round up properly.
upvoted 0 times
...
Melodie
3 months ago
Wait, are we sure about C? Looks a bit weird to me.
upvoted 0 times
...
Mireya
3 months ago
I agree with C, seems like the best choice!
upvoted 0 times
...
Gerri
4 months ago
Definitely not A, that syntax is off.
upvoted 0 times
...
Jordan
4 months ago
I think option C looks right for rounding up.
upvoted 0 times
...
Rickie
4 months ago
I'm leaning towards option B, but I’m a bit confused about the use of the equal sign and the decimal format.
upvoted 0 times
...
Samira
4 months ago
I feel like we did a similar question in class, and I thought the correct way was to use a specific format for the rounding function.
upvoted 0 times
...
Marcelle
4 months ago
I think option C looks familiar, but I can't recall if the syntax is correct for rounding up specifically.
upvoted 0 times
...
Lonny
5 months ago
I remember we practiced rounding functions, but I'm not sure if the second parameter should be a decimal like 0.0001 or just an integer.
upvoted 0 times
...
Mira
5 months ago
I'm feeling pretty confident about this one. The Round() function with the second parameter set to 0.0001 should do the trick.
upvoted 0 times
...
Celestina
5 months ago
Okay, I think I've got this. The key is to round up to four decimal places, so I'll go with option B.
upvoted 0 times
...
Willie
5 months ago
Hmm, the options are a bit confusing. I'll need to review the details of the Round() function to determine the right approach.
upvoted 0 times
...
Aretha
5 months ago
This looks like a straightforward rounding question, but I want to make sure I understand the syntax for the Round() function correctly.
upvoted 0 times
...
Tuyet
9 months ago
Wait, is it 'AmountLCY' or 'AmountlCY'? I'm already seeing double!
upvoted 0 times
Margurite
8 months ago
User 1
upvoted 0 times
...
Cammy
9 months ago
User 3
upvoted 0 times
...
Britt
9 months ago
User 2
upvoted 0 times
...
Wilford
9 months ago
User 1
upvoted 0 times
...
...
Kristian
10 months ago
I bet the exam writer is having a good laugh at our expense with this one.
upvoted 0 times
...
Mozell
10 months ago
This is a piece of cake! It's obviously C. I mean, who doesn't know the proper syntax for rounding up?
upvoted 0 times
Merissa
9 months ago
Yes, C is the correct option for rounding up the variable to four decimal places.
upvoted 0 times
...
Tawna
9 months ago
I agree, C is the right syntax for rounding up to four decimal places.
upvoted 0 times
...
Ma
9 months ago
I think the correct answer is C.
upvoted 0 times
...
...
Angelyn
10 months ago
Hmm, I'm not sure about this one. I better double-check my notes on the Round() function.
upvoted 0 times
Francisca
9 months ago
C) Result: = Round (AmountLCY. 0.0001. '<')
upvoted 0 times
...
Barbra
9 months ago
I think option A is correct.
upvoted 0 times
...
Miesha
9 months ago
B) Result: = Round {AmountLCY. 0.0001. =')
upvoted 0 times
...
Angella
10 months ago
A) Result: = Round (AmountLCY, 0.0001, '>')
upvoted 0 times
...
...
Johnathon
10 months ago
Ah, rounding up to four decimal places - that's a classic problem. Let me see... I think B is the correct answer.
upvoted 0 times
Gennie
9 months ago
User 2: Yeah, I agree. B seems like the right choice.
upvoted 0 times
...
Kallie
10 months ago
User 1: I think B is the correct answer.
upvoted 0 times
...
...
Barbra
11 months ago
Wow, this question is really tricky! I'm going to have to think about this one carefully.
upvoted 0 times
...
Pa
11 months ago
I see your point, but I still think A) is the right choice because we want to round up the variable
upvoted 0 times
...
Troy
11 months ago
I disagree, I believe the answer is C) Result: = Round (AmountLCY, 0.0001, '<')
upvoted 0 times
...
Pa
11 months ago
I think the correct answer is A) Result: = Round (AmountLCY, 0.0001, '>')
upvoted 0 times
...

Save Cancel