You are on page 1of 6

1.

Find the distance between A(0, 0) and B(9, 12)


a)
b)
c)
d)

2.

What is the equation of the line that is parallel to the line 3x + 7y = 10 and passes through
the point (4, 8)?
a)
b)
c)
d)

3.

10
-10
6
1

What is the minimum number of square marbles required to tile a floor of length 5 meters 78
cm and width 3 meters 74 cm?
a)
b)
c)
d)

5.

7x 3y = 46
3x + 6y = 44
9x + 21y 184 = 0
3x + 7y = 68

Solve for Z --> -3 = (Z+4)/2


a)
b)
c)
d)

4.

15
21
108
25

176
187
54043
748

Suppose you can travel from a place A to a place B by 3 buses, from place B to place C by 4
buses, from place C to place D by 2 buses and from place D to place E by 3 buses. In how
many ways can you travel from A to E?
a)
b)
c)
d)

12
72
70
60

INTERNATIONAL SCHOOL OF ENGINEERING

http://www.insofe.edu.in

6.

The Indian Cricket team consists of 16 players. It includes 2 wicket keepers and 5 bowlers. In
how many ways can a cricket 11 be selected if we have to select 1 wicket keeper and at least 4
bowlers?
a)
b)
c)
d)

7.

A car travels at 60 mph on a trip and at 100 mph on return trip. What was its average speed for
the entire trip?
a)
b)
c)
d)

8.

840
252
1092
1000

80
90
70
75

What is the output of this C code?


#include
int main()
{
Float f = 0.1;
if (f == 0.1)
printf("True");
else
printf("False");
}
a)
b)
c)
d)

True
False
Wont print anything
None of the above

9.

Write a program to find the given number is prime number or not in a language of your choice
amongst the following (c, pascal, php, java, ruby or python)

10.

Find the Frequency of a character in a given string in a language of your choice amongst the
following (c, pascal, php, java, ruby or python)

11.

A bat and a ball cost $1.10 in total. The bat costs $1 more than the ball. How much does the ball
cost?
a)
b)
c)
d)

2 Cents
5 Cents
55 Cents
4 Cents

INTERNATIONAL SCHOOL OF ENGINEERING

http://www.insofe.edu.in

12.

If it takes 5 machines 5 minutes to make 5 widgets, how long does it take 100 machines to make
100 widgets?
a)
b)
c)
d)

13.

1
5
6
10.55

In a lake, there is a patch of lily pads. Every day, the patch doubles in size. If it takes 48 days for
the patch to cover the entire lake, how long would it take for the patch to cover half of the lake?
a)
b)
c)
d)

1 Day
47 Days
49 Days
24 Days

14.
What is the determinant of the matrix given below
a)
b)
c)
d)
15.

10
4
-4
2

Find the derivative of the function : f(x) = 4x3 3x2 + 2x at x=2


a)
b)
c)
d)

38
20
16
15

16.
If A =

and B =

then find A * BT

a)
b)
c)
d)

INTERNATIONAL SCHOOL OF ENGINEERING

http://www.insofe.edu.in

17.
a)
b)
c)
d)
18.

3.5 x2+ 9x
x2+ 9x
4x2+ 8x
5 x2+ 9x

Write a short note on the most exciting project that you worked on either in your Academic or
Professional career. The notes should contain at most 200 words and consist of the following
elements:
a. What is the project
b. What is it that most excited you
c. Your experience or key learnings
We will evaluate you for the language and expression and not for the project. You need to
score 3/5 for admission.

19.

19.A.

Check the given three tables and answer the questions given below them.
METRIC_STATS
CITY
City ID MONTH TEMP_F
City ID CITY
STATE
13
1
57.4
13
Phoenix AZ
13
7
91.7
44
Denver
CO
44
1
27.3
66
Caribou
ME
44
7
74.8
CUSTOMER
Cust_ID Cust Name

City ID

City

21

Crystopher

13

Phoenix

34

Daniel

13

Phoenix

12

David

44

Denver

45

Tim

66

Caribou

RAIN_I
.31
5.15
.18
2.11

What is the primary attribute for these three tables?


a)
b)
c)
d)

Cust_ID
City ID
City
None of the above

INTERNATIONAL SCHOOL OF ENGINEERING

http://www.insofe.edu.in

19.B.

SELECT CustomerName, City FROM Customers;

a)

b)

INTERNATIONAL SCHOOL OF ENGINEERING

http://www.insofe.edu.in

Answers:
1
4
7
12
15
19.A

a
a
d
b
a
b

2
5
8
13
16
19.B

d
b
b
b
a
a

INTERNATIONAL SCHOOL OF ENGINEERING

3
6
11
14
17

b
c
b
d
a

http://www.insofe.edu.in

You might also like