-
Notifications
You must be signed in to change notification settings - Fork 0
/
AptitudeTest.aspx
145 lines (141 loc) · 6.77 KB
/
AptitudeTest.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AptitudeTest.aspx.cs" Inherits="Apti" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
width: 71%;
height: 1538px;
}
.auto-style2 {
position: absolute;
}
.auto-style3 {
position: absolute;
height: 22px;
}
</style>
</head>
<body style="height: 1843px; width: 1363px; margin-right: 0px">
<form id="form1" runat="server">
<div style="position: absolute; height: 1847px; width: 1360px; background-color: #FFFFCC; top: 15px; left: 10px; margin-right: 0px;">
<table cellspacing="1" class="auto-style1" style="z-index: 1; left: 222px; top: 72px; position: absolute; background-color:white;">
<tr>
<td class="auto-style2">Q1. Find the Remainder when 73*75*78*57*197*34 is Devided by 34.<br />
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem>32</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">Q2. Let N=1421*1423*1425.What is The Remainder when N is Devided by 12?<br />
<asp:RadioButtonList ID="RadioButtonList2" runat="server">
<asp:ListItem>0</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">Q3. The Numbers are in Ratio 1:2:3 and HCF is 12.The Numbers are:<br />
<asp:RadioButtonList ID="RadioButtonList3" runat="server">
<asp:ListItem>12,24,36</asp:ListItem>
<asp:ListItem>11,22,33</asp:ListItem>
<asp:ListItem>12,24,32</asp:ListItem>
<asp:ListItem>5,10,15</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">.Q4. The Average of the First Five Multiples of 9 is:<br />
<asp:RadioButtonList ID="RadioButtonList4" runat="server">
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style3">Q5. Find the Average of First 97 naturals numbers.<br />
<asp:RadioButtonList ID="RadioButtonList5" runat="server">
<asp:ListItem>37</asp:ListItem>
<asp:ListItem>38</asp:ListItem>
<asp:ListItem>48</asp:ListItem>
<asp:ListItem>49</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">Q6. Find the simple interest on Rs.5200 for two years at 6% per annum.<br />
<asp:RadioButtonList ID="RadioButtonList6" runat="server">
<asp:ListItem>Rs. 450</asp:ListItem>
<asp:ListItem>Rs. 524</asp:ListItem>
<asp:ListItem>Rs. 600</asp:ListItem>
<asp:ListItem>Rs. 624</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">Q7. Interest obtained on a sum of Rs. 5000 for 3 years is Rs. 1500.Find the Rate percent.<br />
<asp:RadioButtonList ID="RadioButtonList7" runat="server">
<asp:ListItem>8%</asp:ListItem>
<asp:ListItem>9%</asp:ListItem>
<asp:ListItem>10%</asp:ListItem>
<asp:ListItem>11%</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">Q8. 1.14 expressed as a percent of 1.9 is.<br />
<asp:RadioButtonList ID="RadioButtonList8" runat="server">
<asp:ListItem>6%</asp:ListItem>
<asp:ListItem>10%</asp:ListItem>
<asp:ListItem>60%</asp:ListItem>
<asp:ListItem>90%</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">Q9. Half percent,written as a decimal, is<br />
<asp:RadioButtonList ID="RadioButtonList9" runat="server">
<asp:ListItem>0.2</asp:ListItem>
<asp:ListItem>0.02</asp:ListItem>
<asp:ListItem>0.005</asp:ListItem>
<asp:ListItem>0.05</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="auto-style2">Q10. If A's salary is 25% more than B's Salary.than B's Salary is How much Lower than a's Salary?<asp:RadioButtonList ID="RadioButtonList10" runat="server">
<asp:ListItem>15%</asp:ListItem>
<asp:ListItem>20%</asp:ListItem>
<asp:ListItem>25%</asp:ListItem>
<asp:ListItem>30%</asp:ListItem>
</asp:RadioButtonList>
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
</table>
<asp:Label ID="Label0" runat="server" Font-Bold="True" Font-Size="XX-Large"
Font-Underline="True"
style="z-index: 1; left: 546px; top: 20px; position: absolute; height: 30px; width: 277px; right: 537px"
Text="APTITUDE TEST"></asp:Label>
<asp:Label ID="Label1" runat="server"
style="z-index: 1; left: 1162px; top: 1571px; position: absolute; width: 14px;" Text="ap"></asp:Label>
<asp:Button ID="Button1" runat="server"
style="z-index: 1; left: 629px; top: 1567px; position: absolute; height: 27px;" Text="Submit"
Width="120px" onclick="Button1_Click" />
</div>
</form>
</body>
</html>