AMI Model Placement Paper
Aptitude Questions:
1. If Monday is to February, then Friday is to â¦â¦?
(a) July
(b) June
(c) May
(d) August
2. If March is to August, then C is to â¦â¦
(a) G
(b) I
(c) H
(d) J
3. An aeroplane files twice is fast than a train which covers 60 miles in 80 minutes. What distance will the aeroplane cover in 20 minutes?
(a) 30 miles
(b) 50 miles
(c) 35 miles
(d) 40 miles
4. A lady is 5 years younger to her husband and he is 5 times as old as his daughter. If the daughter was 5 years old 3 years back, what is the present age of the lady?
(a) 25
(b) 45
(c) 35
(d) 30
5. If LPPHGLDWH means IMMEDIATE what does WRSVHFUHW stand for?
(ABCDEFGHIJKLMNOPQRSTUVWXYZ)
(a) MARINATED
(b) STRONGEST
(c) TOPGRADED
(d) TOPSECRET
Fill in the blanks with appropriate words from the four options:
6. Essence is to Flowers as â¦â¦ is to Oven.
(a) Vapour
(b) Steam
(c) Fire
(d) Heat
7. Candle is to Sun as â¦â¦ is to Sea.
(a) Lagoon
(b) Boat
(c) Pond
(d) Puddle
Fill in the blank spaces in the series with appropriate choices:
8. 19. 2, 6, 5, 9, 8, 12, 11, 15 â¦â¦, â¦â¦
(a) 13, 17
(b) 14, 18
(c) 19, 23
(d) 21, 25
9. 48, 45, 40, 33, 24 â¦â¦, â¦â¦
(a) 11, 12
(b) 12, 13
(c) 9, 11
(d) 13, 0
10. Point âAâ is located 8 miles South of B and C is located 6 miles West of A. what is the distance between C and B?
(a) 8 miles
(b) 9 miles
(c) 11 miles
(d) 10 miles
11. Happy is to Sad as Straight is to â¦â¦
12. Write the number of the pair which is different from other pairs:
(a) Head and Cap
(b) Pen and Pencil
(c) Ink and Inkpot
(d) Oil and Lamp
13. Rs 2,000 amounts to Rs 2,226.05 in 2 years at compound interest. What will be the rate of interest?
(a) 5%
(b) 5.25%
(c) 5.5%
d) 6%
14. Write the number of the two words which have the same relationships as Comb and Hair.
(a) Toothache, Tooth brush
(b) Paint and Wall
(c) Boot and Brush
(d) Engine and Petrol
15. A man travels 2 miles, turns left and travels 3 miles, turn left again and travel 6 miles. How far is he from the starting point?
(a) 4 miles
(b) 7 miles
(c) 5 miles
(d) 9 miles
Technical Questions:
1. int a[]={5,4,3,2,1}What is the value of a[3]?
a. 2
b. 3
c. 4
d. 1
2. float a[10]; What is the size of the array?
a. 10
b. 20
c. 30
d. 40
3. In C a variable name cannot contain
a. Blank Space
b. Underscore
c. Letter
d. Digits
4. Array is :
a. Primary data type
b. Homogeneous data type
c. Pointer data type
5. High level languages like C, Fortran are also known as âââââ .
a. procedural languages
b. Object oriented language
c. form based language
d.both a and b
6. One of the basic concept in Object Oriented Programming approach is bundling both data and functions into one unit known as ââââ.
a. Simple varriable
b. object
c. bundle
d.both a and b
7. Which of the following shows the Operator overloading feature in C++
a. Polymorphism
b. inheritance
c. message passing
d. both a and b
8. Which of the following data structure is used to store homogeneous data items?
A) Arrays
B) linked list
C) Pointers
D) Structure
9. A pointer variable always containsâ¦â¦â¦â¦..
A) The address of an element
B) The address of first element
C) values
D) Address as well as value
10. Two dimensional arrays are also calledâ¦â¦
A) table arrays
B) Simple arrays
C) tree
D) graph
11. The term âComputer Networkâ is used to mean an interconnected collection ofââââââââ
A) Mini computers
B) Super computers
C) Autonomous computers
D) Micro computers
12. A node, which is more powerful, and can handle local information processing or graphics processing is called aââââââ.
A) Workstation
B) Server
C) Network Operating System
D) Peer system
13. The collection of communication lines and routers is called âââââââ
A) LAN
B) WAN
C) MAN
D) Communication subnet
14. A schema is a collection of all objects that a user has created.
A) Schema
B) Data
C) Database
D) Relation
15. The ______ attribute is used to declare variables based on definitions of columns in a table.
A) %TYPE
B) %ATTRIBUTE
C) %ROWSET
D) %NOTFOUND
16. The DBA creates a account in the database for each user who needs access.
A) bank
B) fictitious
C) user
D) nominee
17. ____ security includes monitoring and assigning users permissions to the various objects in the database.
A) Database
B) Relation
C) Functional
D) Data