According to question, at most two scans are out of place. So, there can be 0, 1, or 2 misplaced.
Case 1: Zero out of place. In this case none of the finger is misplaced, meaning this is an original sequence. Number of sequence possible = 1
Case 2: One out of place. This case is not possible as we need two placed to be misplaced. Number of sequence possible = 0
Case 3: Two out of place. Three will be at their original place and two will be misplaced.
For two selected, two arrangements are possible but one will lead to the original sequence, hence only one can will be of our need. Selecting two out of five i.e. 5C2=10
Therefore, total number of arrangements possible = 10 + 0 + 1 = 11