(Test - Subject-Wise - RPF Constable - Non Verbal Reasoning)
SubjectTopic(s) coveredConcept(s) covered
Non Verbal Reasoning Completion of Pattern
Counting of Figures

Non-Verbal Analogy

Non Verbal Classification

Non Verbal Series

Water Images

Mirror Images

Figure Matrix

Formation of Figures
1. Completion of Pattern, 2. Counting of Triangles, 3. Counting of Squares and Rectangles, 4. Counting of Parallelograms, 5. Counting of Straight Lines, 6. Counting Of Circles, 7. Non Verbal Analogy Identify Element Of A Similarly Related Pair, 8. Non Verbal Analogy Identify Set Of Similarly Related Figure, 9. Non Verbal Analogy Identify Set Of Unrelated Figure, 10. Non Verbal Analogy Identify Odd Relationship, 11. Non Verbal Analogy Identify One Element Of Both The Related Pairs, 12. Non Verbal Analogy Identify Relation And Choosing The Correct Element, 13. Non Verbal Classification Identify Similar Figure, 14. Non Verbal Classification Identify Odd Element, 15. Non Verbal Classification Same Characteristic, 16. Non Verbal Series Five Figures, 17. Non Verbal Series Four Figures, 18. Non Verbal Series Three Figures, 19. Water Images - Alphabet and Number, 20. Water Images - Figures, 21. Water Images - Identifying Multiple Alphabet, 22. Water Images - Identifying Multiple Numbers, 23. Water Images - Identifying Single Alphabet, 24. Water Images - Identifying Single Numbers, 25. Water Images - Identifying Two Alphabet, 26. Water Images - Identifying Two Numbers, 27. Water Images - Special Characters, 28. Water Images - Clocks, 29. Water Images - Combined, 30. Mirror Images - Alphabet and Number, 31. Mirror Images - Clocks, 32. Mirror Images - Figures, 33. Mirror Images - Identifying Single Alphabet, 34. Mirror Images - Identifying Two Alphabets, 35. Mirror Images - Identifying Multiple Alphabets, 36. Mirror Images - Identifying Multiple Numbers, 37. Mirror Images - Identifying Single Numbers, 38. Mirror Images - Identifying Two Numbers, 39. Mirror Images - Special Characters, 40. Mirror Images - Combined, 41. Figure Matrix, 42. Formation of Figures
GENERAL INSTRUCTIONS (Please read the following instructions very carefully)
1. Each question carry 1 mark, no negative marks. 2. You can change your answer before submitting test. 3. Donot refresh or back page.
4. Use rough sheets while taking the test. 5. This is a ONE TIME attempt test. Once started, it cannot be reversed. 6. Detailed Analysis will be visible after the Test.

All the best ...
Read Instructions. Start Test    
Want Help?
Powered by ABHYAS ChatBOT.

What describes you best?
I am a School Owner
I want to appear for Govt. Exams
Minimize
$('.content-header').css('display','none'); $(document).on('click','.listofquestion',function(){ thisq=parseInt($(this).attr('qn')); $(".currentquestion").val(thisq); timedCountforquestion(thisq); totalquest=parseInt($(".totalquest").val()); $('.allques ').css('display','none'); $('.question'+thisq).css('display','table-row'); $('.listofquestion').removeClass('btn-info'); $('.questionrow'+thisq).addClass('btn-info'); if(thisq==totalquest){ $('.submitbutton ').removeAttr('disabled'); } else{ $('.submitbutton ').attr('disabled','disabled'); } }); $(document).on('click','.next',function(){ last=parseInt($(this).attr('qn')); nex = last+1; $(".currentquestion").val(nex); timedCountforquestion(nex); $('.question'+last).css('display','none'); $('.question'+nex).css('display','table-row'); totalquest=parseInt($(".totalquest").val()); $('.listofquestion').removeClass('btn-info'); $('.questionrow'+nex).addClass('btn-info'); if(totalquest==nex){ $('.submitbutton ').removeAttr('disabled'); } else{ $('.submitbutton ').attr('disabled','disabled'); } }); $(document).on('click','.reset',function(){ current=parseInt($(this).attr('qn')); $(".currentquestion").val(current); timedCountforquestion(current); $('.radioreset'+current).removeAttr('checked'); $('.questionrow'+current).removeClass('btn-success'); $('.questionrow'+current).addClass('btn-info'); }); $(document).on('click','.mark',function(){ current=parseInt($(this).attr('qn')); $(".currentquestion").val(current); timedCountforquestion(current); $('.questionrow'+current).removeClass('btn-success'); $('.questionrow'+current).removeClass('btn-info'); $('.questionrow'+current).addClass('btn-danger'); $(this).text('Unmark'); $(this).addClass('unmark'); $(this).removeClass('mark'); }); $(document).on('click','.unmark',function(){ current=parseInt($(this).attr('qn')); var f=0; $(".currentquestion").val(current); timedCountforquestion(current); $('.radioreset'+current).each(function(){ if(this.checked == true){f=1;} }); $('.questionrow'+current).removeClass('btn-danger'); $(this).text('Mark for Review'); $(this).removeClass('unmark'); $(this).addClass('mark'); if(f==1){$('.questionrow'+current).addClass('btn-success'); } else{$('.questionrow'+current).addClass('btn-info'); } }); $(document).on('click','.radio1',function(){ current=parseInt($(this).attr('qn')); timedCountforquestion(current); $('.questionrow'+current).addClass('btn-success'); $('.questionrow'+current).removeClass('btn-info'); }); $(document).on('click','.previous',function(){ last=parseInt($(this).attr('qn')); pre = last-1; $(".currentquestion").val(pre); timedCountforquestion(pre); $('.question'+last).css('display','none'); $('.listofquestion').removeClass('btn-info'); $('.questionrow'+pre).addClass('btn-info'); $('.question'+pre).css('display','table-row'); totalquest=parseInt($(".totalquest").val()); if(totalquest==pre){ $('.submitbutton ').removeAttr('disabled'); } else{ $('.submitbutton ').attr('disabled','disabled'); } }); $('.radio1').on('click',function(){ var count=$('.radio1:checked').length; $('.attempted').html('Attempted : '+count+''); }); var count=$('.radio1:checked').length; $('.attempted').html('Attempted : '+count+'');