Just saw a question in DS, and thought some information might help in similar questions.
In DS, you may get some question related to PERFECT square. Remember, in such questions, you may not be able to answer in affirmative, but certain things can give a NO for sure.
Few of such things that come to my mind immediately are:-
1) If a number ends in, that is the units digit is, 2, 3, 7 or 8, the number will not be a perfect square. For example - abc02 or abcd67
2) If the unit's digit is 0 but the tens digit is not 0, the number will be a multiple of 10 but not of 100. For example - abc20 or abcd50
3) If the unit's digit is 5 but the tens digit is not 2, the number will be a multiple of 5 but not of 25. For example - abc15 or abcd65
4) If the sum of digits is multiple of 3 but not of 9, the answer will again be NO. For example - 120102 or 2000004
5) If the number is even, but the last two digits are not multiple of 4, it will not be a perfect square. For example - abc02 or abcd34
6) If total number of factors is even, the answer is NO.