Thursday, July 2, 2015

************‪#‎ADP‬ ‪#‎Interview‬ ‪#‎Experience‬ and ‪#‎Placement‬ Papers*********

************‪#‎ADP‬ ‪#‎Interview‬ ‪#‎Experience‬ and ‪#‎Placement‬ Papers*********
ADP has 4 round :
1.written test
2.tech interview
3.tech interview
4.hr
written test has 4 parts.it is for 70mins
1.aptitude consists of 20marks
2.tech all c programs for 20 marks
3.5puzzles
4.essaywriting for 10mins topic is "india in future"
for aptitude,time&work,time&distance,profit&loss&2 puzzles each for 5marks tech small programs structures,unions,printf() i think they are not considered essay as important in
first tech they asked c,c++,sql c-structure,union,malloc,any one program diff btw c&c++ normalization,sql queries 5 number series&2 puzzles they had taken around 40mins for it
2nd tech is only for 10mins
2 puzzles&logic for programe them if we cross 2 tech rounds u r almost
in hr is for 10mins
family background educational backgrounr rolemodel&why where will u after 5yrs what r u expecting from a company
totally 81 members are came for interview,22 crossed written and finally they had taken only 2 iam very happy being in that two members
I've attended 6 interviews finally i was placed in a good company
********************************************************************************************
2.Hi Aspirants,
Here is my interview experience.
More than 400 students were attended for written test and 25 students were short listed and I am one of them smile emoticon.
ADP Tech Interview - 1.
Q. Tell me about your studies?
Q. What are your previous sem subjects?
Q. Started asking questions related to Compiler Design.
Q. Asked to choose C or JAVA.
Q. Write a program to perform Matrix Transpose?
Q. Write bubble sort in reverse order?A. Easy question for any CSEian. I had written.
Q. Asked about time complexity and fastest sorting algorithm.
Q. Asked to write a program to demonstrate worst case complexity of merge sort?
Q. Asked about project and It's implementation.
Now another panel's interviewer came. Both started asking questions.
Q. About my CPU configuration and the terminology related to configurations.
Q. If your computer doesn't start booting. Then what you will do ?
A. Sir, I will resolve it. Then I explained different possibilities where a system may not start booting. Totally 5 ways And their solutions were given. Both were fully satisfied.
Q. Different types of Networks?
Q. Any questions to ask?
After 1min they called me to HR round.
It is an easy round. Just be confident what you are saying with a smile.
Q. Tell me about yourself?
Q. How many interviews you were participated ?
Q. Tell me the names of companies and reasons why you were failed?
Q. What is your dream company among them?
Q. What are your strengths?
Q. What is the essay do you got in morning written test?
Q. What about your friend's ?
Q. Which is your fav on among them and why?
Q. Why CSE ?
Q. What are the important skills need to organize a business?
Q. What is your career goal?
Q. Why ADP ?
Then asked do you have any queries?
I asked some questions and left the room.
After 5 mins they called me to another round i.e. TR+HR.
Q. How will you see yourself after 3 years?
Q. What is your goal?
Q. Write a program which will print 1 to 100 numbers where if a number is divisible by 3 then print HELLO, if the Number is divisible by 5 then print WORLD, if the number is divisible by both then print HELLO WORLD.
A. As a CSEian, easy program for me. I had written (impressed).
Q. Write a program on linked list which will add a node to root node.
A. I had written the program 3 times. But first 2 times sir was not satisfied any at the 3rd time he was satisfied.
Q. Why ADP?
Then gave 2 puzzles - one is related to probability and another one is TOWERS OF HANOI (4 disks).
NO matter you get the answer or not But it matters how you are going to attempt them according to the conditions.
Unfortunately I didn't get the probability problem.
Q. Any queries?
After One hour they called me to voice mail check.
Just we have to record the 30 sentences displayed on the screen.
After 3 hours (10:30pm) results were announced. Finally out of 7 people who were attended the HR, 6 were selected.
And I am one of them.
Hope my experience will helps you.
Have a great day smile emoticon
********************************************************************************************
3.Three rounds for selection
1.Written Test 2..2 Technical Interviews 3 HR
1.Written Test
It is an On line exam ,No.of questions : 55, Time Limit: 55 Minutes

a)Aptitude-15 Questions 15 Marks

Areas to concentrate
Simple and Compound Intrest-4 Questions
Time and work
Time and Distance
Mixtures
Number series
Probability
b)Reasoning-15 Questions 15Marks
Coding and Decoding
Puzzles
c)Computer Knowledge-10 Questions 10 Marks
C and other programming language
d)Verbal ability-5 Questions 5 Marks
Reading comprehension
Small passage followed by 5 questions
e)Essay Writing
One topic given to write in 10 Minutes-Topic Commitment
"My few favourite things"
Some questions previously asked
Directions for question nos. 1-2:
Eighty Five children went to amusement park where they could ride on merry “go-round roller coaster and Ferris wheel .It was known that 20 of them have took all three rides and 55 of them have taken at least two of the three rides. Each ride cost Rs.1 and the total receipt of the amusement park was Rs.145.
1) How many children did not try any of the rides. ?
A) 5 B) 10 C) 15 D) 20
Ans. 15.
20 kids * 3 rides = Rs. 60
(55-20=)35 kids * 2 rides = Rs. 70
60 + 70 = Rs. 130
So, Rs. (145 – 130 = ) 15 are left for the other (85 – 55 = ) 30 kids . so only 15 of them can take a ride and rest 15 will be left out.
145 rides were taken. 20 of them took all three, i.e. Rs. 60 were spent, so 145-60= Rs. 85 are left for the others. Total kids were 85, so rest were 65. out of these 65,
2) How many children took exactly one ride?
A) 5 B) 10 C) 15 D) 20
Ans. 15
3) Four cities are connected by a road network as shown in the figure. In how many ways can you start from any city and come back to it without travelling on the same road more than once ?
A) 8
B) 12
C) 16
D) 20
Ans 12.
Consider the top city, the following are the 3 routes possible, starting from the leftmost edge. Since there are 3 edges emanating from each city and the figure is perfectly symmetrical, these 3 routes are possible from each edge, hence for any given city, the total number of routes = 4 * 3 = 12.
Directions for question nos 4-5:
A, B, and C are three numbers, Let
@(A, B)= Average of A and B
*(A, B)=Product of A and B
/(A, B)=A divided by B
4) If A=2 and B=4 the value of @( / (*(A,B),B),A) would be
A) 2
B) 4
C) 6
D) 16
Ans. 2
5) Sum of A and B is given by
A) *(@(A, B), 2)
B) /(@(A,B),2)
C) @(*(A,B),2)
D) @(/(A,B),2
Ans. A.
6) Let x<0, 0<y<1, Z>1 which of the following is false:
A) (x2-z2)has to be positive.
B) yz can be less than one.
C) xy can never be zero
D) (y2-z2) is always negative
Ans. A.
7) If A's income is 25% less than B's ,by what % is B's income greater than that of A ?
A) 35%
B) 25%
C) 30%
D) None of these
Ans. D Directions for question nos 8-12: A professor keeps data on students tabulated by the sex and the performance of the student. Data is kept in a computer disk, but unfortunately some of it is lost because of a virus. Only the following could be recovered:
Performance Total
Average Good Excellent
Male 10
Female 32
Total 30
Panic buttons were pressed but to no avail. An expert committee was formed,which decided that the following facts were self evident:
a) Half the students were either good or excellent.
b) 40% of the students were female
c) One third of male students were average
8) How many students were both female and excellent?
A) 0
B) 8
C) 16
D) 32
Ans. A
Performance Total
Average Good Excellent
Male 10 48
Female 32
Total 30 80
Panic buttons were pressed but to no avail. An expert committee was formed,which decided that the following facts were self evident:
d) Half the students were either good or excellent. (implies the total of good and excellent is 40, i.e., hall of 80)
e) 40% of the students were female (this implies that 32 is 40% of the total students, hence total students are 80, this implies that males are 48, calculate the rest yourself)
f) One third of male students were average
9) What proportion of good students are male?
A) 0
B) 0.73
C) 0.4
D) 1.0
Ans. B.
10) What proportion of female students are good?
A) 0
B) 0.25
C) 0.50
D) 1.0
Ans. B
11) How many students are both male and good?
A) 10
B) 16
C) 22
D) 48
Ans. C
12) Among average students, what is the ratio of male to female?
A) 1:2
B) 2:1
C) 3:2
D) 2:3
Ans. D
ANALYTICAL
Directions for Questions Nos: 13 to 17
Five executives of a multinational company met in Bombay :
Mr. Ram can speak Tamil and Hindi
Mr. Sham speaks Tamil and English
Mr. Raju converses in English and Hindi
Mr. Balu speaks Telugu and Tamil quite well.
Mr. Lalu can speak Hindi and Telugu
13) Which of the following can act as a interpreter when Mr. Raju and Mr. Balu wish to confer?
A) Mr. Ram Only
B) Mr. Sham Only.
C) Either Mr. Ram or Mr. Sham
D) Any of the other three executives.
Ans. D
14) Besides Mr. Lalu, which of the following can converse with Mr. Balu without an Interpreter?
A) Mr. Ram Only
B) Mr. Sham only
C) Mr. Ram and Mr. Sham
D) Mr. Raju Only
Ans. C
15) Which of the following cannot converse without interpreter?
A) Mr. Sham and Mr. Lalu.
B) Mr. Ram and Mr. Sham
C) Mr. Ram and Mr. Raju
D) Mr. Sham and Mr. Balu
Ans. A
16) If a sixth executive is brought in, for him to be understood by the maximum number of original five, he should be fluent in?
A) English and Telugu
B) Hindi and Tamil
C) Telugu and Hindi
D) Hindi and English
Ans. B
17) Of the languages spoken the most common languages are
A) English and Tamil
B) English and Hindi
C) English and Telugu
D) Hindi and Tamil
Ans. D
Directions for Questions Nos:18 to 21
Four people of different nationalities live on the same side of a street in four houses each of different color. Each person has a different favorite drink. The following additional information also known:
The Englishman lives in the red house.
The Italian drinks tea.
The Norwegian lives in the first house on the left.
In the second house from the right they drink milk
The Norwegian lives adjacent to the blue house
The Spaniard drinks fruit juice
Tea is drunk in the blue house.
The White House is to the right of the red house
18). Milk is drunk by
A) Norwegian
B) Englishman
C) Italian
D) None of these
Ans. B
19) The Norwegian drinks
A) Milk
B) Cocoa
C) Tea
D) Fruit Juice
Ans. B
20) The color of Norwegians house is
A) Yellow
B) White
C) Blue
D) Red
Ans. A
21) Which of the following is not true:
A) Milk is drunk in the red house
B) Italian lives in the blue house
C) The Spaniard lives in a corner house
D) The Italian lives next to Spaniard.
Ans. D
Directions for Questions Nos: 22 to 23
Kya-Kya is an island in the south pacific .The inhabitants of Kya-Kya always Answer any question with two sentences, one of which is always true and other is always false.
22) You are walking on a road and come to a fork. You ask the inhabitants Ram, Laxman, Lila,Which road will take me to the village?
Ram says,I never speak to strangers. I am new to this place.
Laxman says,I am married to Lila. Take the left road.
Lila says,I am married to ram. He is not new to this place.
Which of the following is true?
A) Left road takes you to the village
B) Right road takes you to the village
C) Lila is married to laxman
D) None of above
Ans. A.
Ram said he never talked to strangers, but he spoke to a stranger, this means that this statement is false, hence his other statement must be true, hence the second statement of Lila is false, hence her first statement is true that is she is married to ram, hence the first statement of Laxman is false, hence his second statement is true, that is take the left road.
23) You find that your boat is stolen. You question three inhabitants of the island and they reply as follows:
John says,I did not do it. Mathew did not do it.
Matthew says,I did not do it. Krishna did not do it.
Krishna says, I did not do it .I do not know who did it.
Who stole your boat?
A) John
B) Matthew
C) Krishna
D) None of them.
Ans. B
Matthew said he didn't know who did it, but he also said he did not do it, which means he knows who did it, which means his second statement is false, which means his first statement is true…
Directions for question nos 24-25: There are five trains A, B, C, D and E that run between the following stations:
Bombay and Pune
Calcutta and Bombay
Pune and Goa
Goa and Bombay
Pune and Calcutta
Trains A and D do not go to Bombay, B&C do not go to Calcutta and C & D do not touch Goa.
24) Train E goes from to¦ and vice-versa
A. Pune and Calcutta
B. Bombay to Goa
C. Bombay to Calcutta
D. Goa to Pune.
Ans. C
25) Which train runs between Calcutta and Pune?
A) A
B) B
C) C
D) D
Ans. D
COMPUTER AWARENESS
26) The device that can transform digital data into analog data is called a
A)Transformer
B)Network
C)Carrier
D)Modem
Ans. D
27) Following is true about the IP of a machine
A) It is 48-bit and will always be unique around the world.
B) It is 48-bit and is not necessarily be unique around the world.
C) It is 32-bit and will always be unique around the world.
D) It is 32-bit and is not necessarily be unique around the world.
Ans. C
28) A machine having 64MB memory runs a executable which is 300MB on disk. This is achieved by:
A) Use of FAR pointers
B) Page swapping.
C) Save some variables on another machine on network.
D) Cannot be run on the machine.
Ans. B
29) Which of the following is true about thread and process startup speed:
A) The startup of a thread is faster than a process.
B.) The process startup is faster as it is directly controlled by the OS.
C) They will be equal.
D) Depends on OS that is used. Faster on Windows98 slower on NT.
Ans. A
30) What causes “Thrashing†of a program :
A.) The constant swapping of program due to page faults.
B.) The inability of a program to get assess to a network resource.
C) A near overflow / underflow of a variable.
D) Assessing a memory area not allocated to the process.
Ans. A
31) Turbo-C is a / an
A) IDE and C compiler/linker.
B) C-compiler/linker
C) C .
D) code generator.
Ans. A
32) The path of creation of an executable is :
A) coding, linking, compiling, parsing.
B) coding, parsing, compiling, linking.
C) coding, compiling, parsing, linking.
D) coding, compiling, linking, parsing.
Ans. B
33) Memory leak in software is due to
A) Heavy recursion used in logic.
B) Using structures of large size
C) Improper use of the CPU registers.
D) Improper release of allocated memory .
Ans. d
34) A “stable sort†is different from “sort†in the following way
A) Stable sort handles multiple thread access.
B) Stable sort maintains the order of equal entities as it was in original sequence.
C) Stable sort will always sort using the fastest scheme available in the library.
D) Stable sort can handle exceptional conditions like interrupts in software.
Ans. B
35) The classic way of checking whether a mathematical expression has matched parenthesis will employ the following data structure :
A) List.
B) Directed Graph
C) Threaded Binary tree.
D) Stack.
Ans. D
36) The fastest sorting algorithm for a Random set of numbers is:
A) Quick sort
B) Shell sort
C) Bubble sort
D) Double Bubble sort.
Ans. A or B, I do not know
37) Which of these items is not a form of IPC:
A) Shared Memory
B) Pipes.
C) Message queues.
D) Semaphores
Ans. B
38) The term œsocke in software refers to:
A) The software primitive which allows access to the hardware attached to the computer.
B) The API exposed by drivers to assess a hardware.
C) End point of connection used to transfer data programmatically.
D) Th primitive used by OS to get assess to the CPU for process scheduling.
Ans. C
39) Which of these statements is True:
A) XML is a sub-set of HTML.
B) XML is a less generic markup language standard derived from SGML.
C) XML is HTML for extended Interfaces like mobile-phones.
D) XML is a extension of HTML which defines new tags.
Ans. D
40) DCOM and CORBA are:
A) Specifications which enable faster downloads on the net.
B) Specifications that allow objects to be accessed in a location independent manner.
C) Parallel implementations of XML by Microsoft and Sun respectively..
D) Specifications to store objects on disk, for later retrieval.
Ans. B
41) The Process that involves monitoring and improving the software product development is:
(A) Quality Assurance
(B) Quality Control
(C) Quality Improvement
(D) None of the above
Ans.
42) An executable test that verifies a functionality of the software unit with given input and expected output is called:
(A) Test Script
(B) Test Plan
(C) Test Case
(D) All of the above
Ans. maybe C
43) A Bug in the software is, when there is
(A) Application Crash
(B) Feature Failure
(C) Loss of Data
(D) All of the above
Ans. maybe A, or probably D
44) Testing based on External Specifications without knowledge of how the system is constructed:
(A) Black Box Testing
(B) White Box Testing
(C) Stress Testing
(D) Performance Testing
(E) None of the above
Ans. a
45) Which of the following is false
(A) QA is a process defined to attain Quality Standards
(B) QC is testing of the product during its production work-flow
(C) A Test case could contain many Test Plans.
(D) A Test Plan could contain many Test Script & Test Cases
Ans. C
46) A Printing Machine that transfers impressions from Flat Plate to Rubber Cylinder, thence to paper is called
(A) Laser Printer
(B) Press, Offset
(C) Digital Printer
(D) All of the above
Ans. maybe Offset
47) Printing process in which ink is applied to paper or board from raised portions of printing plates or type is called:
(A) Printing, Letterpress
(B) Printing, Flexographic
(C) Printing, Silk screen
(D) None of the above
Ans. maybe letterpress
48) Yellow (lemon), Magenta (cold red), Cyan (blue-green) are the three
(A) Process Colors
(B) Monitor Colors
(C) Special Colors
(D) Spot Colors
Ans.
49) Leading specifies:
(A) The space between the lines in a paragraph.
(B) The space between the base of a line to the base of the following line in a paragraph.
(C) The space between the top of the X height and the bottom of the X height of the following line in a paragraph
(D) The space between the beard of the top line and the beard of the bottom-line.
Ans.
50) Which is a typical page layout program out of the following software products:
(A) Adobe Photo shop
(B) Adobe Page Maker
(C) Macromedia Free Hand
(D) Macromedia Director

Technical and HR
1)How do you define CONSTANT in C?
2)Define VARIABLE?
3)Function calling procedures? and their differences? Why should one go for Call by
Reference?
4)Difference between STRUCTURE and UNION?
5) What’s the special use of UNIONS?
6)What is a pointer? What is meant by recursion?
7)Can you write a programmer for FACTORIAL using recursion?
8)What is LINKED LIST? How can you access the last element in a linked list?

The questions asked in the first technical interview are
1. Tell me about yourself
2. Write a programmer for binary searching
3. What is a semaphore and where do we use them
4. What is meant by LRU(least recently used)
5. A puzzle
6. About your family
7. About your higher studies and plans for the future
*******************************************************************************************4.ADP SECTION#1 aptitude questions
1) If a die has 1,6 and 3,4 and 2,5 opposite each other how many such dies can be made.

2) There are three boxes , In one box Two white balls , In two box 2 black balls In three box 1 white &1 black The lables on the boxes are not correct. Then you have to open one box and to find the colour of the balls in all boxes.

3) There are containing 5 , 7 , 14 , 16 , 18 , 29 balls of either red or blue in colour. Some boxes contain only red balls and others contain only blue . One sales man sold one box out of them and then he says " I have the same number of red balls left out as that of blue ". Which box is the one he solds out ?

4) A chain is broken into three pieces of equal lenths containing 3 links each. It is taken to a backsmith to join into a single continuous one . How many links are to to be opened to make it ?

5) when the actual time pass 1hr wall clock is 10 min behind it when 1 hr is shown by wall clock, table clock shows 10 min ahead of it when table clock shows 1 hr the alarm clock goes 5min behind it, when alarm clock goes 1 hr wrist watch is 5 min ahead of it assuming that all clocks are correct with actual time at 12 noon what will be time shown by wrist watch after 6 hr

6) complete the following
b. 1 , 3 , 7 , 13 , 21 , __ , 43
c. 1, 3, 9, __ , 16900

7) A girl took part in a (some) game with many others in a circular closed circuit. After pedaling for several minutes, he found that 1/3th of the cyclists ahead of her and 3/4th of the cyclists behind him together formed the total no. of participants. How many were participating in the race?

8) OF all pets i have, except 2 all are rabbits
OF all pets i have, except 2 all are fish
OF all pets i have, except 2 all are cats
How many rabbits, fish and cats are there?

9) given
carpenter + painter = 1100
painter + electrician = 3200
electrician + plumber = 5100
plumber + mason = 2200
mason + labour = 3000
labour + painter = 1100
find every person's cash?

10) A wall clock loses 10 minutes every 1 hour. In 1 hour by the wall clock , a table clock gets 10 minutes ahead of it. In 1 hour by the table clock an alarm clock falls 5 minutes behind it. In 1 hour of the alarm clock, a wristwatch gets 5 minutes ahead it. At noon, all 4 timepieces were set correctly. To the nearest minutes, what time will the wrist show when the correct time is 6 p.m. on the same day ?

11) "You see," said Mrs.Murphy,"Paddy is now one and one-third times as old as he was when he took to drink, and little Jimmy, who was forty months old when paddy took to drink is now two years more than half as old as I was when Paddy took to drink , so when little Jimmy is as old as Paddy was when he took to drink.our three ages combined will amount to just one hundred years" How old is little Jimmy?

12) Both the Allens and the Smiths have two young sons under eleven. The name of the boys whose ages rounded off to the nearest year are all different are Arthur, Bert, Carl and David . Taking the ages of the boys only to the nearest year , the following staements are true
* Arthur is three years younger than his brother
* Bert is the oldest
* Carl is half as old as one of the allen boys
* David is five years older than the younger smith boy
* the total ages of the boys in each family differ by the same amount today as they did five years ago
How old is each boy and what is each boys family name.

13) In a certain organization there are either men eligible to serve on a eligible to serve on a newly established committee of four. The selection of the members is not an easy matter , however for there are jealousies and attachments among the candidates which prevents a free choice of four committeemen, if you were the president of the organization could you select a committee of four satisfying all these whims?
* Ames will serve with anybody
* Brown won't serve unless Clayton serves
* Clayton wont serve with Evans
* Davis wont serve without Hughes
* Evans will serve with anybody
* French wont serve with Davis unless Grant serves too, and wont serve with Clayton unless Davis also serves
* Grant wont serve with both Brown and Clayton and wont serve with either Ames or Evens
* Hughes wont serve unless either Brown or French serves and wont serve with Clayton unless Grant serves too and wont serve with both Ames and Evans

14) An artist has exactly seven paintings --- ,T,U,V,W,X,Y, and Z -- from which she must choose exactly five to be in an exhibit. Any combination is acceptable provided it meets the following conditions:
* If T is chosen , X cannot be chosen
* If U is chosen , Y must also be chosen
* If V is chosen , X must also be chosen

15) Which one of hte following is an aceptable combination of paintings for inclusion in the exhibit?
A. T,U,V,X,Y
B. T,U,V,Y,Z
C. T,W,X,Y,Z
D. U,V,W,Y,Z
E. U,V,W,Z,Y

16) If painting T is chosen to be among the paintings included int he exhibit which one of the following cannot be chosen to be among the paintings included in the exhibit?
A. U
B. V
C. W
D. Y
E. Z

18) If the artist chooses painting V to be included among the paintings in the exhibit, which one of the following must be true of that combination of paintings?
A. T is not chosen
B. Y is not chosen
C. U is chosen
D. W is chosen
E. Z is chosen

19) Yesterday my mother asked me to buy some stamps. Stamps are available in 2 paise,7paise,10paise,15paise and 20paise denominations. For three types of stamps I was asked to buy five of each. For the other two types of stamps. I was asked to buy six of each. Unfortunately I forgot which I was supposed to buy five of and which to buy six of Luckly my mother had given me the exact money required to buy the stamps , Rs. 3.00 and the shopkeeper was able to give me the correct stamps. Which stamps did I buy?

20) Farmer Jones sold a pair of cows for Rs. 210 , On one he made a profit of ten percent and on the other he lost ten percent. Altogether he made a profit of five percent. How many did each cow originally cost him?
21) Meera was playing with her brother using 55 blocks. She gets bored playing and starts arranging the blocks such that the no. of blocks in each row is one less than that in the lower row. Find how many were there in the bottom most row?

22) Rahul took part in a cycling game with many others in a circular closed circuit. After pedaling for several minutes, he found that 1/5th of the cyclists ahead of him and 5/6th of the cyclists behind him together formed the total no. of participants. How many were participating in the race?

23) Tom wants to catch a hare. He is standing 250 yards south from the hare. The hare starts moving due east. Tom, instead of moving in the northeast direction, moves in such a way that at every instant, he is going towards the hare. If speed of tom is one and one-third times that of the hare, find the distance each travelled before he caught the hare.

24) Two people are playing with a pair of dies. Instead of numbers, the dies have different colours on their sides. The first person wins if the same colour appears on both the dies and the second person wins if the colours are different. The odds of their winning are equal. If the first dice has 5 red sides and 1 blue side, find the color(s) on the second one.

25) A company's director said during the board meeting: " The company's income from roads will be sufficient to pay 6% of the entire stock issue, but since we are paying 7.5% interest on the preferred stock of Rs.4, 000,000 we are able to pay only 5% of the common stock". Find the value of the common stock.

26) Mr. ANYMAN left ANYTOWN by car to attend a wedding at ANYCITY. He had been driving for exactly two hours when the car got punctured. It took his driver exactly ten minutes to change the wheel. In order to play safe they covered the remaining distance at a speed of 30 mph. consequently, Mr. ANYMAN was at wedding half an- hour behind schedule. Had the car got the puncture only 30 miles later , I would have been only FIFTEEN minutes late he told the driver . How Far is ANYCITY from ANYTOWN.

27) Alpha, Beta , gamma, delta and epsilon are friends and have birthdays on consecutive days though may not be in order. Gamma is as many days old to Alpha as Beta is younger to Epsilon. Delta is two days older then Epsilon. Gamma’s Birthday is on Wednesday. Tell whose birthday is when.

28) The quarter of the time from midnight to present time added to the half of the time from the present to midnight gives the present time. What is the present time?

29) A man is going to a wedding party. He travels for 2hrs when he gets a puncture. Changing tyres takes 10mins. The rest of the journey he travels at 30 miles/hr. He reaches 30mins behind schedule. He thinks to himself that if the puncture had occurred 30miles later, he would have been only 15mins late. Find the total distance traveled by the man

30) After world war II three departments did as follows First department gave some tanks to 2nd &3rd departments equal to the number they are having. Then 2nd department gave some tanks to 1st & 3rd departments equal to the number they are having. Then 3rd department gave some tanks to 2nd &1st departments equal to the number they are having. Then each department has 24 tanks. Find the initial number of tanks of each department?

31. Answer the data interpretation questions based on the following graph:
1. Which year has showed the greatest percentage increase in profit as compared to the previous year?
a. 1993
b. 1994
c. 1990
d. 1992
e. 1991
Ans.d.

2. The average revenue collected in the given seven years is approximately:
a. Rs. 164 lakh
b. Rs. 168 lakh
c. Rs. 171 lakh
d. Rs. 175 lakh
e. Rs. 176 lakh
Ans.b.


3. In which year was the growth in expenditure greatest as compared to the previous year?
a. 1993
b. 1995
c. 1991
d. 1992
e. 1994
Ans.d.

4. The expenditure for the seven years together forms what percent of the revenues during the same period?
a. 75%
b. 67%
c. 62%
d. 83%
e. 85%
Ans.a.

5. If the profit in 1996 shows the same annual rate of growth as it had shown in 1995 over the previous year, then what approximately will be the profit in 1996?
a. Rs. 72 lakh
b. Rs. 86 lakh
c. Rs. 93 lakh
d. Rs. 78 lakh
e. Rs. 88 lakh
Ans.b.



SECTION#2

1. Point out the error in the following program.
‪#‎include‬<stdio.h>
#include<stdlib.h>
int main()
{
int *a[3];
a = (int*) malloc(sizeof(int)*3);
free(a);
return 0;
}

A. Error: unable to allocate memory
B. Error: We cannot store address of allocated memory in a
C. Error: unable to free memory
D. No error
Ans: B

2. What is the purpose of fflush() function.
A. flushes all streams and specified streams.
B. flushes only specified stream.
C. flushes input/output buffer.
D. flushes file buffer.
Ans; A

3. Point out the error, if any in the program.
#include<stdio.h>
int main()
{
int a = 10;
switch(a)
{
}
printf("This is c program.");
return 0;
}

A. Error: No case statement specified
B. Error: No default specified
C. No Error
D. Error: infinite loop occurs
Ans: C

4. What will be the output of the program?
#include<stdio.h>
int addmult(int ii, int jj)
{
int kk, ll;
kk = ii + jj;
ll = ii * jj;
return (kk, ll);
}

int main()
{
int i=3, j=4, k, l;
k = addmult(i, j);
l = addmult(i, j);
printf("%d, %d\n", k, l);
return 0;
}

A. 12, 12
B. 7, 7
C. 7, 12
D. 12, 7
Ans: A

5. In C, if you pass an array as an argument to a function, what actually gets passed?
A. Value of elements in array
B. First element of the array
C. Base address of the array
D. Address of the last element of array
Ans: C

6. Out of fgets() and gets() which function is safe to use?
A. gets()
B. fgets()
Ans: B

7. In the following code what is 'P'?
typedef char *charp;
const charp P;
A. P is a constant
B. P is a character constant
C. P is character type
D. None of above
Ans: A

8. Identify which of the following are declarations
1 : extern int x;
2 : float square ( float x ) { ... }
3 : double pow(double, double);
A.1
B. 2
C. 1 and 3
D. 3
Ans : C

9. Which of the following statement obtains the remainder on dividing 5.5 by 1.3 ?
A. rem = (5.5 % 1.3)
B. rem = modf(5.5, 1.3)
C. rem = fmod(5.5, 1.3)
D. Error: we can't divide
Ans: C


10. What will be the output of the program?
#include<stdio.h>
int main()
{
char c=48;
int i, mask=01;
for(i=1; i<=5; i++)
{
printf("%c", c|mask);
mask = mask<<1;
}
return 0;
}
A. 12400
B. 12480
C. 12500
D. 12556
Ans: B
*******************************************************************************************
5. ADP selection procedure
a)Aptitude-15 Questions 15 Markss
b)Reasoning-15 Questions 15Marks
c)Computer Knowledge-10 Questions 10 Marks
d)Verbal ability-5 Questions 5 Marks
e)Essay Writing

a) Aptitude-15 Questions 15 Marks

1. One year ago, the ratio of Vinay’s and Sinoy’s age was 6: 7 respectively. Four years hence, this ratio would become 7: 8. How old is Sinoy ?

2. How much water must be added to 60 litres of milk at 1 ½ litres for Rs. 2 So as to have a mixture worth Rs.10 2/3 a litre ?
Ans-15 litres

3. The volume of a wall, 5 times as high as it is broad and 8 times as long as it is high, is 12.8 cu. metres. Find the breadth of the wall.
Ans-40cm

4. Water flows into a tank 200 m x 160 m through a rectangular pipe of 1.5m x 1.25 m @ 20 kmph . In what time (in minutes) will the water rise by 2 metres?
Ans-96 min

5. Find the cost of carpeting a room 13 m long and 9 m broad with a carpet 75 cm wide at the rate of Rs. 12.40 per square metre
Ans- Rs. 1934.40.

6. The length of a rectangle is twice its breadth. If its length is decreased by 5 cm and breadth is increased by 5 cm, the area of the rectangle is increased by 75 sq. cm. Find the length of the rectangle
Ans-20 cm.

7. What value will replace the question mark in each of the following equations?
(i) ? - 1936248 = 1635773 (ii) 8597 - ? = 7429 – 4358

8. Evaluate : (i) 986 x 237 + 986 x 863 (ii) 983 x 207 - 983 x 107
Ans- (i)-98300.
(ii)-986000.

9. Which of the following are prime numbers?
(i) 241 (ii) 337 (iii) 391 (iv) 571
Ans-i,ii,iv

10. An unbiased die is tossed .find the probability of getting a multiple of 3
ANS-1/3

11. Two dice are thrown together .What is the probability that the sum of the number on the two faces is divided by 4 or 6
Ans-7/18

11. Two cards are drawn at random from a pack of 52 cards.what is the probability that either both are black or both are queen?

12. A dog takes 4 leaps for every 5 leaps of a hare but 3 leaps of a dog are equal to 4 leaps of the hare. Compare their speeds.

13. While covering a distance of 24 km, a man noticed that after walking for 1 hour and 40 minutes, the distance covered by him was 5 of the remaining distance. What was his speed in metres per second?
Ans-1 2/3

14. A and B can do a piece of work in 18 days; Band C can do it in 24 days A and C can do it in 36 days. In how many days will A, Band C finish it together and separately?

15. 45 men can complete a work in 16 days. Six days after they started working, 30 more men joined them. How many days will they now take to complete the remaining work?

Reasoning-15 Questions 15Marks

1. If KEDGY is coded as EKDYG then how will LIGHT be coded ?
(A) ILHTG
(B) ILGHT
(C) ILGTH
(D) THGIL
(E) None of these
Ans : (C)

2. If Rajdoot is coded as Car, Car as Aeroplane, Aeroplane as Train, Train as Bus, then by which vehicle can you reach your destination in least time? .
(A) Aeroplane
(B) Train
(C) Car
(D) Bus
(E) None of these
Ans : (B)

3. If '245' means—'Art and Talent' in a certain code language, '316' means— 'Callous to Generous', '147' means— 'Callous and Polite' then what is the code used for 'to' ?
(A) Only 3
(B) Only 1
(C) 3 or 6
(D) Only 6
(E) None of these
Ans : (C)

4. In a certain code language '579' means—'Kanchan is soft-spoken', '694' means—‘Soft-spoken beautiful pure', '473' means—‘Ganga is pure', then what is the code used for 'Kanchan' ?
(A) 7
(B) 5
(C) 9
(D) Can’t be determined
(E) None of these
Ans : (B)

5. In a certain code language '765' means—'Man Illness Hard-working', '478' means—'Illness Hard Blood-Pressure', '826' means—'Blood-pressure Lazy Hard-working', then
(I) For which word code '8' has been used?
(A) Illness
(B) Man
(C) Hard
(D) Blood-Pressure
(E) None of these
Ans : (D)

6. Which code has been used for ‘Hardworking’?
(A) 7
(B) 6
(C) 5
(D) 6 or 5
(E) 7 or 5
Ans : (B)

7. If 'KRN' means—'Callous collission life', 'RTP' means—'Life very sad', 'NPD' means—'Collission sad future' then what is the code used for 'Callous' ?
(A) R
(B) N
(C) K
(D) Cannot be determined
(E) None of these
Ans : (C)

8. If UDOMETER is coded as DUMOTERE then how will SUBLEASE be coded?
(A) USLBESAE
(B) USLBAEES
(C) USBAELES
(D) USLBEAES
(E) None of these
Ans : (B)

9. If Sand is coded as Brick, Brick as House, House as Temple, Temple as Palace then where do you worship?
(A) Palace
(B) Temple
(C) Brick
(D) House
(E) None of these
Ans : (A)

10. In a certain code language '123' means—‘Mahendra is Able', '345' means—'Sunita is unlucky', '526' means—'Mahendra was unlucky', then what is the code used for unlucky?
(A) 2
(B) 3
(C) 1
(D) Can not be determined
(E) None of these
Ans : (E)

11.
Ans-19

12.
Ans-O

13.
Ans-D

14.
Ans- 9 of Clubs

15.
Ans-Hand pointing to 5

c)Computer Knowledge-10 Questions 10 Marks

1. A device or system not directly connected to the CPU is
A. On-line
B. Keyboard
C. Memory
D. Off-line
E. None of the above
Ans-D

2. A large computer designed to handle complex scientific calculations
A. may use only a firmed word-length storage approach
B. will likely require a character addressable storage unit
C. must use fixed length words of four character each
D. will not use numbered address locations
E. None of the above
Ans-A

3. Most important advantage of an IC is its
A. Easy replacement in case of circuit failure
B. Extremely high reliability
C. Reduced cost
D. Low power consumption
E. None of the above
Ans-B

4. A computer assisted method for the recording and analyzing of existing or hypothetical systems is
A. Data transmission
B. Data flow
C. Data capture
D. Data processing
E. None of the above
Ans-B

5. What could cause a fixed disk error.
A. No-CD installed
B. bad ram
C. slow processor
D. Incorrect CMOS settings
E. None of the above
Ans-D

6. A 6xx indicates a problem with the:
A. floppy drive
B. hard drive
C. keyboard
D. CD ROM
E. All of the above
Ans-A

7. A sound card typically uses which IRQ?
A. 6
B. 5
C. 15
D. 1
E. it doesn't use an IRQ
Ans-B

8. The brain of any computer system is
A. ALU
B. Memory
C. CPU
D. Control unit
E. None of the above
Ans-C

9. Serial access memories are useful in applications where
A. data consists of numbers
B. short access time is required
C. each stored word is processed differently
D. data naturally needs to flow in and out in serial form
E. None of the above
Ans-D

10. Which of the following translate back from machine code something resembling the source language
A. Interpreter
B. Compiler
C. Assembler
D. Decompiler
E. None of the above
Ans-D

d)Verbal ability-5 Questions 5 Marks
1. choose the word which is the exact OPPOSITE of the given words.
EXODUS
A. Influx
B. Home-coming
C. Return
D. Restoration
Ans-A

2. Find the correctly spelt words.
A. Inoculation
B. Innoculation
C. Inocculation
D. Inocullation
Ans-A

3. Read each sentence to find out whether there is any grammatical error in it
A. The Indian radio
B. which was previously controlled by the British rulers
C. is free now from the narrow vested interests.
D. No error.
Ans-C

4. Choose the one which best expresses the given sentence in Passive/Active voice.
They greet me cheerfully every morning.
A. Every morning I was greeted cheerfully.
B. I am greeted cheerfully by them every morning.
C. I am being greeted cheerfully by them every morning.
D. Cheerful greeting is done by them every morning to me.
Ans-B
5. Select the pair which has the same relationship.
PAIN:SEDATIVE
A. comfort:stimulant
B. grief:consolation
C. trance:narcotic
D. ache:extraction
Ans-B
e)Essay Writing
One topic will be given to write in 10 Minutes
************For ‪#‎Experienced‬ Candidates***************
1.how can execute the prepared statement is executed in more than one in application?
2.Where the ps object is created either db or application?
3.What is Cloneable Interface?
4.How to decide whether to use Interface or Abstract Class?
5.What are the types of Executor Interfaces ?
6.What are the core interfaces in Hibernate?
7.If two Interfaces have same Method, how to handle that Method in a Class implementing these two Interfaces?
8.Which type of EJB can use bean pooling?
Difference between Include Directive & Include Tag?
9.what use of Ajax?
10.What parsers are supported in Ajax?
11.what situation validation framework is applied in struts framework?
12.what is difference between the validation.xml and validation-rules.xml?
13.whats difference between the HTML and Dhtml?

1 comment: