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 Won’t 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) = 4x 3 −3x2 + 2x −π at x=2 a) b) c) d)
38 20 16 15
16. If A =
and B =
then find A * B T
a) b) c) d)
INTERNATIONAL SCHOOL OF ENGINEERING
http://www.insofe.edu.in
17. a) b) c) d) 18.
2
3.5 x + 9x 2
x + 9x 2
4x + 8x 2
5 x + 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.
Check the given three tables and answer the questions given below them. METRIC_STATS
CITY City ID
CITY
STATE
13
Phoenix
AZ
44
Denver
CO
66
Caribou
ME
City ID MONTH TEMP_F RAIN_I 13
1
57.4
.31
13
7
91.7
5.15
44
1
27.3
.18
44
7
74.8
2.11
CUSTOMER
19.A.
Cust_ID
Cust Name
City ID
City
21
Crystopher
13
Phoenix
34
Daniel
13
Phoenix
12
David
44
Denver
45
Tim
66
Caribou
What is the primary attribute for these three tables? a) b) c) d)