HOTSPOT
You run Get-FSRMClassificationule and you receive the following output
You have a file named file1 that is stored on drive D and has the following content
“111000000000111111”
You run the classification with all of the rules.
Use the drop-down menus to select the answer choice that completes each statement.

Explanation:
<map><m x1=”69″ x2=”394″ y1=”58″ y2=”72″ ss=”0″ a=”0″ /><m x1=”126″ x2=”492″
y1=”161″ y2=”177″ ss=”0″ a=”0″ /></map>(https://technet.microsoft.com/en-us/library/jj900627%28v=wps.630%29.aspx)
I must be missing something with this question. The options in the answer area only make half sense. Is there something missing from the question?
0
0
yeah something wrong with it, the dump from examcollection that I’m also looking at is the same. Dunno which came from which, the dump or this.
What I thought was going on (didn’t test it) was:
Rule1 checks the file content for a regex match, 2 or more digits, so it will match File1
Rule2 checks for the file being under D:\ so it will also match.
So file1 gets both Property1 set to value1 and property2 set to value2.
If file1 is changed…
Rule1 is set to Overwrite
Rule2 is set to Aggregate
I suppose what happens to property1 and property2 depends on what the change was which isn’t in the question. I saw on https://technet.microsoft.com/en-us/library/dd759221(v=ws.11).aspx
Re-evaluate files checked and the Overwrite the existing value option selected: The rule will be applied to the files every time the automatic classification process runs. For example, if a file has a Boolean property that is set to Yes, a rule using the folder classifier to set all files to No with this option set will leave the property set to No.
Re-evaluate files checked and the Aggregate the values option selected: The rule will be applied to the files every time the automatic classification process runs. However, when the rule has decided what value to set the property file to, it aggregates that value with the one already in the file. For example, if a file has a Boolean property that is set to Yes, a rule using the folder classifier to set all files to No with this option set will leave the property set to Yes.
That’s as far as I got.
3
0
Applying {\d,{2,}} on [111000000000111111] … no match found!!
0
1
No idea about this question, I’m voting that the question is broken.
4
1