| Back to Questions Page |
| | | Question |
SUN MICROSYSTEMS PAPER - JUNE 2006 |
Rank |
Answer Posted By | |
Question Submitted By :: Prashant Swamy | | This Interview Question Asked @ Sun-Microsystems | |
I also faced this Question!! |
© ALL Interview .com | | Answer | 60 questions 60 marks
Everything is multiple choice. NEGATIVE MARKING .
Section 1 : Operating Systems 20 questions
Section 2 : Technical Programming 25 questions
Section 3 : Aptitude 15 Questions
Section 1 : Operating Systems
all the unix commands & some basic networking concepts like DHCP, Dynamic
NAT, RARP, ARP, UDP, DNS. Unix : Grep, sed, basic perl program whose o/p
is to be predicted. Pipes.
Section 2 : Programming part
C programs & Java programs. Programs were on Fork, PID, Basic C syntax,
Basics of Java, Exception handling, Inheritance, Strings, Cast conversion,
Object linking etc .
Section 3 : Aptitude
Most of the questions can be found from other placement papers like
Sonata, TCS, Caritor.
The cut-off marks will be decided by the evaluators at that time. The
next rounds are technical interview followed by HR interview. This
interview call was purely on referral basics.
Questions:
# main()
{
int _=10;
printf("%d",_);
}
# If you have developed an microprocessor by name JUGGI, how would you
account for the JVM ?
a) Write/ Develop a new JVM by going through the SUN standards
b) Implement the same JVM that's in windows , linux as JVM is
platform independent.
c) Leave it to the SUN to write it for you
d) Need not write anything
# Which server would you use to configure or set up a new IP address in
Linux
a) DNS b) DHCP c) TCP d) blah blah blah .....
# Three friends divided some bullets equally. After all of them
shot 4 bullets the total no.of remaining bullets is equal to that of
one has after division. Find the original number divided.
a) 20 b) 22 c) 18 d) 19
# A cube object 3" * 3" * 3" is painted with green in all the outer
surfaces. If the cube is cut into cubes of 1"*1"*1", how many 1" cubes
will have at least one surface painted.
a) 8 b) 26 c) 27 d) None of the above
# What is the protocol used for getting the physical address by supplying
IP address of a node ? [Wipro]
[i] ARP [ii] RARP [iii] BOOTP [iv] DHCP
# How can a process be started automatically in UNIX ?
a) CRONTAB b) INITTAB c) CONTROL d) FORK
# Flow chart problem [Satyam]
let the value of N be 10
divide N by 10 to give quotient (Q) remainder(R)
diff=R-Q
if diff=1 then 6
go to step 7
display the value of N
add 1 to N
if N <100 go to step 2
the above logic will produce
a) 11,12,13,,14.. b)12,23,34,..... c)21,32,4,354...... d) none
# What is the output of the Program?
#define SQ(x) x*x
main()
{
int a=SQ(2+1);
printf("%d",a);
}
a) 5 b) 6 c) 7 d) None of the Given Answers
# There N stations on a railroad. After adding X stations on the rail
route 46 additional tickets have to be printed. Find N and X.
a) x=2 and N=11 b) x=2 and N=12 c) x=2 and N=13 d) x=3
and N=11
# How is an Non-maskable interrupt handled
a) The current program is executed & then handles the NMI
b)Handles the NMI first & then continues with the execution
c)Handles the interrupt based on the priority
d)Ignores the interrupt & continues with the program.
# Problems like
If QWERT means 2513678397849 what does [some word] equal to ?
# Simple program on fork system call
# Simple problems on inheritance [Java]
# Simple string assignment problems
# If 8 butts of cigarette make 1 cigarette then how many will 64 butts
make ?
Ans : 8
# ICMP is used where
a)ICMP supports packets containing error, control, and informational
messages.
b)The Ping / Command execution.
c)a&b both
 |
| Prashant Swamy | | | | | | Question |
IBM PAPER - 22 JUN 2006 - HYDERABAD |
Rank |
Answer Posted By | |
Question Submitted By :: Pradnya | | This Interview Question Asked @ IBM | |
I also faced this Question!! |
© ALL Interview .com | | Answer | HI IBM came here at Hyderabad on 22th June 06. I was one among the
selected students. Selection process consisted of a written test, a
technical interview and an HR interview.
Written Test was of 4 sections consisting of 55 questions in 1 hr.
No negative marking.
Section 1(Verbal Ability):
Consisted of 10 questions.
5 questions were fill in the blanks. They were mainly based on
prepositions and use of articles.
1) He was out of work ______ six months before he found a new job.
(from/during/for/in).
2)The Chairperson usually presides _____ the meeting. (at/over/during/on).
3) The credibility of the game has been destroyed by the match-fixing
scandals in cricket.(choose the word nearest in meaning).
4)They cost $10 _____ kilo(the/a/an).
5)Black Monday was ____ most dramatic in a huge list of horrible days
(a/an/the).
Next Reading Passage was given and 5 questions were given based on the
passage.
Section 2(Analytical Ability):
Consisted of 25 questions. Duration:30 min.
On a particular day, students who visited a canteen ordered either a
burger, a pastry or a sandwich. 19 students had a burger, 25 had a pastry,
and 27 had a sandwich. 7 students had a burger and a pastry but not a
sandwich, 9 had a pastry and sandwich but not a burger, 5 had a burger and
sandwich but not a pastry. 3 students had a burger, a pastry and a
sandwich.
How many students had only a burger?
How many students had only a pastry?
How many students had only a sandwich?
Introducing a man, a woman said, "He is the only son of my mother's
mother". How is the woman related to the man? (ans: Niece).
Some were on data sufficiency. They were also quite easy ones
Some questions were on time and work. For this refer R.S.Agarwal
Some questions were on the following pattern:
In a binary system 1 is written as $ and 0 is written as *. In this system
as 1 moves to the left the value of the number doubles itself.
Section 3
questions were: If + is replaced by *, - is replaced by /, * is replaced
by +, / is replaced by * then calculate 2/65*3+65-23 and so on.
some questions were based as:
There were conditions given as to how a marketing executive would be
selected and in the following questions individuals with their
qualifications were given. Based on the previous conditions given, u have
to decide whether each one can qualify or not.
Section 4(Technical):
10 ques
Sum questions on C,database, unix etc.
A directed graph is also called _______.
In a queue the end at which insertions are performed is called the ____
end and the end from where deletions are done is called the ______ end.
The operator used to get value at address stored in a pointer variable
is____.
char a[]="have a nice day!" ; then p+=7 points to ____
question about normalization.
what permission would Chmod 755 yield on a file ?
The state of the file system is contained in a ____ block.
Remaining questions I don't remember.
Technical Interview:
Questions based on C, Database, Unix, DS, CN
what is trigger in DBMS.
what happens when we open a file in r+ mode like whether file will be
created if it is not there can we write to file?
which topology takes minimum wiring options: star,bus,ring and complete etc
what is your favourite subject.
I choosed JAVA.
Oops concepts. several questions about oops concept.
HR Interview:
Which websites do you browse frequently and why?
What is your latest movie? They ask us to give the gist of the story? What
did you like in the movie?
Questions on your strengths.
How could you add value to IBM if you got this job?
What do you know about IBM?
Why would you want to join IBM?
How do you feel if I reject you?
 |
| Pradnya | | | | | | Answer | 1 for
2 over
3
4 a
5 the  |
| Kanth | | | | | |
| | | | Question |
SATYAM GD & INTERVIEW - 17 AUG 2006 - WARANGAL |
Rank |
Answer Posted By | |
Question Submitted By :: Jayaraj Iyer | | This Interview Question Asked @ Satyam , Satyam | |
I also faced this Question!! |
© ALL Interview .com | | Answer | Hi friends this is Jayaraj Iyer. My Written exam was on 17 Aug 06 at
Jayamukhi Inst of technology, Warangal.
15 questions to be answered in 30 min.There were nearly 8 questions of
reasoning type and remaining were of aptitude. It is enough to get 9 or 10
question correct. since most of the times the cutoff is between 7 to
10.Sometimes it is as low as 4, but these are rare cases.
To preparE R.S Aggrawal's books ArE more then enough.
In our center nearly 1171 people wrote the exam and out of them 367 were
short listed for GD.
We didn't have our GD and interview on the same day. They later informed
us through mail that it is on 2 September.
Group Discussion
On 2 September we had to attend Gd at vagdevi engineering college
warangal. We were asked to get into the seminar hall at 10 am and they
started calling people from 10:15. We were 10 members in a group.
He has given us a much easier topic "Environmental pollution". We all
agreed to it. He gave us time to write down the points and asked us to
start.
I started the discussion and spoke for a minute. I gave my points and
politely said that I would like to have points from the others. A few of
the group members spoke then I again introduce a new point. Then again a
little discussion went on. Then I said that now we should discuss the
methods to be taken to prevent pollution and gave a few points (+pt). Few
other people also added a few points to mine. After this the hr said that
it is the time to conclude.
But nobody was listening to him and there was a war like situation so I
immediately spoke again that it's the time to conclude and let us give a
chance to the people who have not spoken to add a few points if they have
any (+pt). We had a few points then one of us concluded in the given time.
But the hr asked a few of us to conclude individually. I included all the
good points discussed by each member .
The hr then asked us to leave and wait for the results.
The results were announced at 3:00 and the short listed people were asked
to get into the seminar hall.
They gave us the standard resume of satyam consisting of all the details
including our project work.
Interview
The interview started at 4 pm. There were nearly 6 panels There was no
particular panel for technical or hr.The questions asked were random they
asked a few tech questions and then hr or as they liked.
1) So YOu have done a project. What is its title (My resume was in his
hand?)
sir it is title as customer.....
2) so can YOu explain me about the project?
sir it is ........ (explained about the project for 5 min)
3) so what is the front end you used
VB sir
4) Is that Visual Basic
yes sir
5) How good are you in VB
I know the basics of VB. (with a smile)
6) what database u used in project.
Ms access sir .Since it is easy to use.
7) So what component is used in vb to link to the database?
ADO sir
8) What is ADO?
I don't exactly know sir. I said that I have just learnt the basics
and I only know that ADO is used to link to database.
9) So what controls have u used in ur project.
I used command buttons, drop down menus.......
10) so can u tell me the properties the controls?
I don't remember sir.
11) you said that you has done the project and you doesn't know about it.
sir I have done the project one and half years back and I can't
remember all the things.
12) so there is name, size (he started giving answer)
ya sir name, size, font, foreground color, background color,
datasource name etc (I immediately recollected)
13) So what you know abt databases
sir we had dbms in our btech 2 year .But I remember the basics only.
14) what
I mean that I remember the basic definitions.
15) what is a primary key?
defined
16) what is normalization?
defined
17) ok fine .What is ur favorite subject
Operating systems
18) your favorite OS
Window XP sir
19) What about commands
I know Unix and Dos .But i am good in dos.
20) so tell me how to copy contents of two files into a third one
using the copy command. (explained how)
21) So if I use ur logic for copying more then two files will it work?
I don't know exactly sir but I think no.
22) so what are your hobbies
singing, traveling and installing software and hardware sir
23) installing s/w and h/w so what problems you have seen
sir recently a new virus has been found which restarts the system
frequently. I have seen this problem in recent days, Besides the h/w
failure is an evergreen problem.
24) ok fine. so thank u kartik.u can leave now and wait for the results.
Total 90 members were selected at last.
Final statistics:
People attended written at warangal: 1172
People short listed for GD at warangal: 367
Total for Gd at vagdevi warangal: 663(367+296)
Total short listed for interview: 200
Finally selected: 90
Overall this was my experience at satyam interview.  |
| Jayaraj Iyer | | | | | | Answer | choose  |
| Aravind | | | | | | Question |
LUCENT TECHNOLOGIES PAPER 2006 APRIL |
Rank |
Answer Posted By | |
Question Submitted By :: Reshma | | This Interview Question Asked @ Lucent | |
I also faced this Question!! |
© ALL Interview .com | | Answer | Hi this is Reshma. I got selected in Lucent Technologies. I want to share
my experince with you all .
Aptitude :
Q1. 6*12*15 is the volume of some material. How many cubes of edge 3 can
be inserted into it?
Ans. 40
Q2. Two pipes can fill a tank in 10 and 12 hours respectively while third
pipe will make the tank empty in 20 hours. If all three pipes operate
simultaneously, in how many hours the tank will be filled ?
Ans. 7hours 30 minutes.
Q3. Cost of an item is x. It's value increases by p% and decreases by p%
Now the new value is 1 rupee, what is the actual value ?
Ans. (1000)/(1000-p*p).
Q4. A right circular cylinder and a cone are there. Base radius of cone is
equal to radius of cylinder. What is the ratio of height to slant side if
their volume are the same?
Q5. Distance between two poles is 50 meters. A train goes by 48 at a speed
of kmph. In one minute how many poles will be crossed by the train ?
Q6. A pole seen from a certain distance at an angle of 15 degrees and 100
meters ahead by 30 degrees. What is the height of pole ?
Q7. For 15 people--each has to pay Rs.20.For 20 people--each has to pay
Rs.18. For 40 people--how much has each to pay ?
Q8. If p=2q then q=r*r, if p-odd then q is even, whether r is even or odd ?
a) first condition is sufficient
b) second condition is sufficient
c) both are sufficient C h e ta n a S
d) both are not sufficient
Q9. If he sells 40 mangoes, he will get the selling price of 4 mangoes
extra, What is his percentage increase in profit ?
Ans. 25%
Q10. 100 glasses are there. A servant has to supply glasses to a person If
he supplies the glasses without any damage he will get 3 paise otherwise
he will loose 3 paise. At the end of supplying 100 glasses if he gets 270
paise, how many glasses were supplied safely.http://ChetanaSinterview.com
Ans. 95
Q11. Q is not equal to zero and k = (Q x n - s)/2 find n?
(a) (2 x k + s)/Q (b) (2 x s x k)/Q
(c) (2 x k - s)/Q (d) (2 x k + s x Q)/Q (e)
(k + s)/Q
Q12 - Q16
A causes B or C, but not both
F occurs only if B occurs
D occurs if B or C occurs
E occurs only if C occurs
J occurs only if E or F occurs
D causes G, H or both
H occurs if E occurs
G occurs if F occurs
Q12. If A occurs which of the following must occurs
I. F & G
II. E and H
III. D
(a) I only (b) II only (c)
III only
(d) I, II, III (e) I, II (or) II, III but not both
Ans. (e)
Q13. If B occurs which must occur
(a) D (b) D and G (c) G
and H
(d) F and G (e) J
Ans. (a)
Q14. If J occurs which must have occurred
(a) E (b) either B or C (c) both
E F
(d) B (e) both B and C
Ans. (b)
Q15. Which may occurs as a result of cause not mentioned
(1) D (2) A (3) F
(a) 1 only (b) 2 only (c) 1 and 2
(d) 2 and 3 (e) 1, 2, 3
Ans. (c)
Q16. E occurs which one cannot occurs
(a) A (b) F (c) D
(d) C (e) J
Ans. (b)
Technical :
Q1. Which is the fastest logic ?
Ans. ECL
Q2. 202.141.65.62 type of IP address belong to which class ?
Ans. class B
Q3. Mod K ring counter requires how many number of flip flops ?
Ans. K
Q4. What is the ideal op-amp CMRR ?
Ans. infinity.
Q5. For a 13-bit DAC the MSB resistance is 2kohms. What is the LSB
resistance ?
Ans. 2kohms * 2 12
Q6. How many mod 3 counters are required to construct mod 9 counter.
Ans.2
Q7. Piggy backing is a technique for
a) Flow control b) Sequence
c) Acknowledgement d) Retransmission
Ans. (c)
Q8. The layer in the OST model handles terminal emulation
a) session b) application
c) presentation d) transport
Ans. (b)
Q9. Long int size is
a) 4 bytes b) 2 bytes
c) compiler dependent d) 8 bytes
Ans. (c)
Q10. Find the output of
x=2,y=6,z=6
x=y=z;
printf("%d",x);
Q11. FTP is carried out in ___________ layer ?
 |
| Reshma | | | | | | Question |
Infosys Written Examination Paper on 29th October at Hyderabad |
Rank |
Answer Posted By | |
Question Submitted By :: Sathish Kumar | | This Interview Question Asked @ Infosys , Infosys | |
I also faced this Question!! |
© ALL Interview .com | | Answer | Hi Friends, this is Sathish Kumar, B.Tech 2005 passout. I have attended
the Infosys written Examination on 29th Oct, 2006 at Hyderabad. But to my
surprise, the paper pattern is not the same. I was shocked to see the
paper and for a moment I thought they gave us the wrong paper. But nothing
to do, I went on solving the paper.
The new paper pattern is like this??????.
1st Paper consisted of 30 Questions to be solved in 45 Minutes of time.
(Multiple Choice)
2nd Paper consisted of 40 Questions to be done in 30 Minutes of time.
(Multiple Choice)
Believe me, the given time is not at all sufficient to do all the
questions in both the papers.
First paper consisted of the questions of the type Logical Reasoning with
multiple choice. No Puzzles. None of the questions are from Shakunthala
Devi, Jeorge J Summers, Brain Teasers or any thing as such. None of the
questions are from previous papers. If you have done R.S.Aggarval?s Verbal
as well as Non Verbal Reasoning, it will be easy for you, I guess.
Nearly 1000 people took the Examination and 138 got short listed for the
Interview. Unfortunately, I am not one among them, even after a very hard
preparation.
Anyways, I am giving the paper we got on 29 Oct, 2006 at Hyderabad. I did
not remember the questions exactly, but to give an idea, I am giving here
what I remember???.
---------------------------------------------------------------------------
---------------------------------------
Infosys Sample Paper on 29th Oct, 2006 at Hyderabad
30 Questions
45 Minutes
For the Question numbers 1 through 5, answer by reading the following.
There is a 100meters and 200meters running race to be held and the
participants are P, Q, R, S, T, U and V.
a) S is just below P in the 100 meters race and just above P in 200
meters race.
b) R is not the first in both the races.
c) U?s position is better than V in both the races
d) There is none between S and P in any race.
(Two more conditions given)
1. Who is the first position in 100 meters race?
2. Who is the first position in 200 meters race?
3. Who occupies the same position in both the races?
4. ??????? (Sorry friends, I 4got)
5. ???????. ( ? ? ) (All are
Multiple Choice Questions)
For the questions 6 through 10, choose the option from a through e which
looks least like the others.
(Here some figures are given, which are of the type given in RRB and Bank
examinations. These type of questions could be found in RS Aggarwals? NON
VERBAL REASONING Book)
6.
a) b) c) d) e)
The above Question is not exactly the same, but just to give you an idea.
The questions from 6 to 10 are of the above type.
For the Questions 11 through 15, use the following
Mark 1 if A only is sufficient
Mark 2 if B only is sufficient
Mark 3 if A and B both are necessary
Mark 4 if neither is sufficient
Mark 5 if any of the two is sufficient
11. (a^b) > (b^a)
A) a!=b B) b>a
12. (2/x) > 1
A) x<1 B) x>1
Sorry friends, I couldn?t remember the remaining three. But these five are
based on Data Sufficiency. (The above two questions are not exact)
For the Questions 16 through 20, use the following Data
A Company produces a product. In the course of its production, it also
produces some defective items. If the company sends these products to the
shops along with the defective items, it has to pay some money to the shop
owners. But if the company wants to make the defective items into defect
less items, it has to spend some amount of money. The company has to
decide any one of these choices. Based on this, predict what the company
has to do for the following??.
(A Graph is given, I am giving it here, but it is not the same as appeared
in the Exam, just to give you an idea?????.)
COST
DEFECTIVE ITEMS
Based on the above figure, five questions were asked (A bit tough) like????
16. if x=0.2, what should be done?
1. A only 2. B only 3. A and B both 4. Can?t
say
17. If x=0.5, what should be done?
1. A only 2. B only 3.A and B both 4. Any one
Like this another three questions were asked.
For the Questions 21 through 25, use the following data to answer.
Six friends A, B, C, D, E and F went to a restaurant. All the six wore
different T-Shirts like Blue, Black, White, Green, Yellow and Red. They
all want to sit in the form of a circle facing each other. They all
ordered different items. The person who wore Green T-Shirt ordered
Strawberry. The other five people ordered Pizzas, Pastries, Patties,
Vanilla and Chocolate. The person who wore Blue T-Shirt is not sitting to
the left of the person who ordered Vanilla. (Few more conditions were
given)
21. Who wore Black T-Shirt?
1. A 2. B 3. C 4. F
22. Who ordered Pastries?
1. E 2. F 3. B 4. D
23. What is the color of the T-Shirt of the person who ordered Patties?
1. Black 2. Blue 3. Yellow 4. Red
24. Who is sitting opposite to E?
1. A 2. B 3. C 4. F
Like these one more question was asked???????
For the questions 26 through 30, choose the one that correctly matches
from the given six conditions
26.
A) All roses are flowers.
B) All flowers are not roses.
C) Some flowers are roses.
D) Some flowers are lilies.
E) All lilies are flowers.
F) Some roses are lilies
1. ADF 2. BCE 3. BEF 4. ABF
(The question is not exactly same, but it?s almost of that type. They have
given six conditions in the question like A, B, C, D, E, F and in the
Answer choices, a combination of three is given as shown above. )
The remaining four questions are also of the same type as shown above.
ENGLISH PAPER
40 Questions
30 Minutes
It consisted of Two Reading Comprehensions with a very big passage (almost
one and half page of A4 size, each passage) following that are 5 questions
for each RC. So, a total of 10 questions for two Reading Comprehensions.
Some are correcting the sentences
Some are to fill up the blanks with appropriate tense forms.
Some are to substitute a sentence for a given sentence.
(All the Questions are of Multiple Choice Type)
So friends, if are going to attend the Infosys Written Examination, don?t
expect that you will be getting the old pattern. We don?t know when they
are going to change. So, prepare every thing. In this paper we did not
get any question from Shakunthala Devi?s 2 books, George J Summers. But
some of the questions are of the type given in R S Aggarwals Verbal as
well as Non Verbal Reasoning Book.
I wish ?All the Best? to the people who are having their Written
Examination in the coming days.
I hope my paper helps you in getting an idea of the new pattern.
One more thing I would like to tell you friends, if ever you fail to get
into your dream company, don?t loose heart and remember that there are
many other companies along with your dream company after the specified
period of time (i.e., 9 months for Infosys). Also remember that not only
hard work that plays an important role, but also LUCK. Hope we all settle
in a good position soon.
Regards,
Sathish Kumar
 |
| Sathish Kumar | | | | | | Question |
WIPRO PATTERN & INTERVIEW - 07 AUG 2006 - HYDERABAD |
Rank |
Answer Posted By | |
Question Submitted By :: Rita | | This Interview Question Asked @ Wipro | |
I also faced this Question!! |
© ALL Interview .com | | Answer | Hi this is Ritamadhur On Aug 7th Wipro visted our campus (Sreenidhi
Institute of Science and Technology, Hyderabad). This was the first time
Wipro came to our college.
The selection procedure was like this
PPT started at 10:15 am. Written test at 11:00
Pattern was same as previous
Verbal 15
Analytical 15
Technical 20
no negative marking
Previous questions were not repeated.
Analytical was really analytical as there were only 3 or 4 questions from
quant. They were pretty easy.
coming to the Tech Interview
We were given only 10 minutes after the results of the written test were
announced.
Ihe: give me your resume
me: gave him the resume
he: tell me about your self
me: I was prepared for it.i gave the answer correctly.
he: what do u know in C
me: basics
he: C++?
me: no.
he: what is a datatype
me: gave the answer
he: asked something on linked list.
me: I couldnt hear him. so i told him i donno
he: what is the difference between ms office xp and 2003
the difference is that office xp runs in win 98, 2000, and win xp. but
2003 runs only on win xp and win 2000 with servicepack.
he: narrated a big passage. the q was that whether a file created in
office 2003 be opened in office xp.
me: yes sir it can be without a problem. i told him our college has xp and
i have 2003 and we often transfer documents.
he: any questions?
me: asked him two questions related to technical only.
within few min I was given a form for hr interview. It was very lengthy
and almost took 20 min to fill. Within next 10 min after filling the form
I was called for HR interview.
Interviewer was a lady.
she: tell me abt your self
me: told her same as i told in tech.
she: (i told her something on my introspection in my intro) she asked give
an incident as an example.
suddenly an incident flashed into my mind. it really happened in my final
year.i told her .
she: tell me about your family
me : told her
she: why wipro?
me: I was perpared for this question. i tol her three points abt wipro in
which i gave her a hint tat i prefer working in south india.
she: what if i place you in gurgoan (wipro is there in gurgoan)
me: no problem i will work there for a couple of years and take a transfer
and come back to south.
she: what do u think abt your college:
me: told her all the good things which i knew abt our college (our college
is really popular for its placements, thanks to ur placement officer).
first i told her that our college has good placements and good companies
are coming and i also told that Wipro is one such company
then she told me "ok u can leave"
interviews for me were over by 4:15 pm
I waited upto 8 :15 then results were announced and my name was there.
Only two things are important confidence and eye contact and truth.
 |
| Rita | | | | | | Answer | plz send previous wipro papers held at hyderbad  |
| Guest | | | | | | Answer | please send these papers to my e-mail id  |
| Kaushik Kumar | | | | | | Question |
IBM PAPER - 29 JUL 2006 |
Rank |
Answer Posted By | |
Question Submitted By :: Kashyap | | This Interview Question Asked @ IBM | |
I also faced this Question!! |
© ALL Interview .com | | Answer | HI my name is Kashyap. I attended a written exam at IBM on 29 Jul 2006.
Its referral based. Here enclosing some of the questions and my views.
Paper consisted of 44 q's allotted time is 1 hr.
Paper is divided into 3 sections.
section 1 : verbal
section 2 : Aptitude
section 3 : Learning Ability
sec 1 consisted of : 2 prepositions
3 meanings
2 articles
5 passage
sec 2 consisted of 2 passages and some q's on arithmetic
one on venn diagrams its easy but options for the questions were given
wrong.
other on data interpretation.
A, B, C, D, E are managers working in P, Q, R, S companies in Finance,
Accounting, Marketing,
Research and Productivity. Some conditions are given such that
-> D works in company P in Finance
-> C neither in Research or Productivity or not even in companies P
and S
-> E will not work in companies R and S
and another condition is also givenC h e ta n a S
followed by questions like who will work in comp. R and S, where does E
work?
-> a sentence will be given followed by two options.
ex:
Q) find a>7.5 or not
(i) a>7.4
(ii) a>7.6
a) 1 b)2 c)3 d)4
1-> option (i) is sufficient to find the sol.
2-> option (ii) is sufficient to find the sol.
3-> two are necessary
4-> two are not enough
Q) pq is parallel to RS. if angle PPQ =30 deg. then find angle PRS
Q) some boys and girls together works to finish a work find no. of days it
will take
(i) 4 boys and 5 girls
(ii) boy complete a work in6 hours and girls in 8 hours (something
like that i don't remember exact ques.)
Q) X Sqr, Y Sqr and Z sqr
-> and some simple arithmetic questions
Q) p said to q that "i met the brother of daughter of my grandmother".
then how that person related to p
a) brother b) uncle c) father
Q) In a row of persons D is 7th from left and R is 12 from right. If D and
R interchange their places, D would occupy 22nd place from left. find how
many boys are there?http://www.ChetanaSinterview.com
a ques. on Profit and Loss
sec 3 consisted of a huge passage followed by 10 questions.
passage on DSL (Digital Subscriber Lines)
that's all i can recollect.
Wishing everyone to get succeed in conquering their dream job.
 |
| Kashyap | | | | | | Answer | I am also dont know the answeres. please tel me if this IBM
paper,findout means send me jayaprakash_star1988@yahoo.com  |
| N. Jayaprakash.b.e | | | | | | Question |
RELIANCE PAPER - APR 2006 |
Rank |
Answer Posted By | |
Question Submitted By :: Arpit | | This Interview Question Asked @ Reliance , Om Kotak, Reliance | |
I also faced this Question!! |
© ALL Interview .com | | Answer | HI i have given Interview at Reliance Recently.
MAT 75Qs 45 min
very simple
be very quick
questions from RS agarwal.
cut off is 38 marks out of 75
here quickness is the key
most ans are in b and c options
Sample Qs
series 3 ,8,63, _
ans 63^2-1
2,8,16,128,256,etc
6,8,10,44,_
2/sqrt(5) ,3/5,4/5sqrt(5),5/25,__
ans:6/25sqrt(5)
then alphabets
MADRAS is coded as NBESBT
BOMBAY is coded asCPNCBZ
ABCD means PQRS
this type
PAPER is coded as SCTGW
FRAGRANCE is coded as SBHSBODFG
If MIRACLES is coded as MIRLACES then GIGANTIC is coded as?
bf,ch,ek,ho,__
ans lt
D,F,?,J,M,R
A complex arragement of who is eldest among, a small passage(logical) was
given. I dont remember passage but age order is as follows (starts with eldest)
anu, jayant, malti, hari, kalim .
one more passage simple based on relations
there were 1father,1Grandfather,1mother n 3 brothers-sisters
detect whos who ?
it was : D is father of A,D is granfather of F,C is sister of B
one problem on average
ans 25.5
2 problems on directions(N,S,E,W) simple.
how many days are there b/w 26 jan and 15 may including both(i think a leap
year was given)
on which date does 29th fall?
ans:; monday
blood relations
age problems
prob on ages
geometry (how many traingles are there)
from quant - profit loss,speed ,trains,area,vol,
complex arrangements(logical)
10 Qs on synonyms and antonyms
remember be quick and solve max Questions
no -ve marking.
next was Technical Test 50Q 30min
25 cut off
it was very easy
This was my experience.
 |
| Arpit | | | | | | Answer | dear sir,
plz send placement papers of reliance.i m
chemical engg fresher.
thanks sir  |
| E-mail | | | | | | Answer | dear sir,
plz send placement papers of reliance.i m
electrical and electronics engg fresher.  |
| Neeraj Prasad | | | | | | Answer | dear sir,
plz send placement papers of reliance.i m
electrical and electronics engg fresher.  |
| Neeraj Prasad | | | | | | Answer | please send me the reliance paper for mechanical branch..  |
| Nishid | | | | | | Answer | hi plz send me reliance placement paper as soon as possible  |
| Hunny | | | | | | Answer | hi plz send me reliance placement paper as soon as possible
electrical branch.  |
| Ravi | | | | | | Answer | hello sir ,
plz send me reliance placement paper as soon as possible
i am MCA student 2006 Batch.....  |
| Hemlata | | | | | | Answer | hi plz send me reliance placement paper as soon as
possible, my stream is mechanical engg. i am apperaing for
reliance  |
| Girish Purohit | | | | | | Answer | dear sir,
plz send placement papers of reliance.i m
chemical engg fresher.
thanks sir  |
| Khushboo Singh | | | | | | Answer | sir
i am an instrumentation,so please send me the sample
paper.
regards
KIRAN MOHAN  |
| Kiran Mohan | | | | | | Answer | hi frnds,
i am in chem engg branch
i need technical+aptitude papers
could u plz send them as soon as possible  |
| Sirisha | | | | | | Answer | hi frnds,
i am in INSTRUMENTATION engg branch
i need technical+aptitude papers
could u plz send them as soon as possible  |
| Krunal | | | | | | Answer | plz send ril paper for chemcial engg  |
| Rohit | | | | | | Answer | Hi!! Arpit,
Could you please send me, if possible, reliance electrical
paper of last year.
As this for thrt 1st time I will be sitting for any test, I
dont know the type of question that will come.
Do, if you can help me out I will be very much thankfull to you.  |
| Deepankar Sen | | | | | | Answer | Good morning sir,
i m in information technology engg fresher
could you please send me technical+aptitude papers of last
year.
Regards
Amar  |
| Amar Pratap Barik | | | | | | Answer | R/ Sir,
I m from Mechanical Engg. Field so send me technical
Questions of Mechanical engg. as soon as possible.  |
| Rahul Singh | | | | | | Answer | hello Sir,
plz send me reliance placement paper as soon as
possible both technical and aptitude, my stream is CIVIL
engg. i am apperaing for reliance. send it asap
thank you  |
| Siddhikha | | | | | | Answer | hi plz send me reliance placement paper as soon as
possible, my stream is mechanical engg. i am apperaing for
reliance  |
| Ankur Srivastava | | | | | | Answer | HELLO SIR,
I AM INSTRUMENTATION STUDENT.I NEED SAMPLE PAPERS
FOR APTITUDE TEST.  |
| Krupa | | | | | | Answer | can you just please send me the placement paper of reliance.  |
| Sargam | | | | | | Answer | can i have some previous years papers related to mechaical
engineering.
Regards
Tinish  |
| Tinish Thankachan | | | | | | Answer | DEAR SIR,
Please send me reliance aptitude test paper as soon
as possible, i m chemical engg fresher.
thanks!
AYESHA  |
| Ayesha | | | | | | Answer | Hello sir;
Please send me the technical papers, am an
mechanical enggineer.  |
| Vijayendra.s | | | | | | Answer | send mat exams previous question paper, i'm civil
engineering student.  |
| Veena C | | | | | | Answer | is none had written reliance test from mechanical  |
| Sheeji | | | | | | Answer | hellow sir,
i m BE mechanical engg. stud.
appearing first time in campus placement for relaince
energy.
i wil be thankful to u if u wil send me apptitude test
papers which has been conducted in d.y patil coollege,
akurdi,pune.
MY E-MAIL ID IS: pravinvirkar2007@rediffmail.com
i m eaggerly waiting for ur response  |
| Pravin .n. Virkar | | | | | | Question |
CANARA BANK INTERVIEW - 09 MAR 2006 - BANGALORE |
Rank |
Answer Posted By | |
Question Submitted By :: Grandhi Lakshmi | | This Interview Question Asked @ Canara-Bank | |
I also faced this Question!! |
© ALL Interview .com | | Answer | Canara Bank Specialist officer - Computer Programmer [JMGS Scale
1]the
results have come out and i have been selected.I have got the
appointment
letter & i joined canara bank .
My experience:written exam 9th oct 2005
result 19th jan 2006interview date 25 march 2006. For interview
total 25
people on a day--- divided into morning and afternoonsessions.
Time given Afternoon session 1-15pmsame time to 12 people.
time take for each candidate 20- 25 min4 panel members .
Q-- what do you think about unionism attitude?
Q -- tell the names of all subjects studied in Mca.
Q -- 3 fav subjects; then Qs on each [this is the bait they
really fry u
onthese topics]Ans--dbms, AI, networks.
-- name types of dbmsQ -- difference between hierchical and
relational
structure in dbms?
Q -- what else have you learnt in dbms?
Q -- what is data integrity?
Q -- what have you learnt in AI?
Q -- define artifitial intelligence and neural networks?
Q -- say someting about n/ws?
Q -- how many layers r there in osi model?
Q -- name them?
Q -- which is your favourite layers?
Ans--transport layer.
Q -- say something about trans layer?
Q-- what projects have you done?
Q-- write first 10 lines of code of your project & explain them ?
Q-- can you be a team leader inspite of being a fresher?
Q-- can you be a team member?
Q-- what do you want to become - a manager or a leader?
Q-- will you do a job that you dont find interesting but your
team leader
isexcited abt? what if its data entry?
Q-- what is your principle "work out of pleasure or pleasure out
of work"y
canbank?
ans -- you are forerunner in IT services. you have implementedred
hat linux
open office.they are surprised . This is official and internal
matter how
did u know.ans -- its on net.
what do you think is better win or linux. give 3 pts.
Q- define:1) firewall2) ethical hacking?
Q- what is gdpans Gross domestic Product?
Q -define it .
They pay a great deal of attention to accent & body language. they in
factcommented among themselves aloud about my habit of quote
unquote as
westernstyle and that it is taught in coaching classes.
comQ-- have u been to coaching classes? for what?
Q-- what do u know abt Banking?
Q-- what was Hilters policy?
Q-- what was his slogan/motto?
Q-- what is core banking?
 |
| Grandhi Lakshmi | | | | | | Question |
INFOSYS PAPER - 11 JUN 2006 - CHENNAI |
Rank |
Answer Posted By | |
Question Submitted By :: Ravi Kumar Kancharla | | This Interview Question Asked @ Infosys | |
I also faced this Question!! |
© ALL Interview .com | | Answer | Hi It's Ravi Kumar. I had written Infosys on 11th June at Saint Michaels
Academy, Chennai. It was really a nice experience. As usual results get
declared on the day itself but this time they had taken too much time to
declare it. They announced it in the evening at 7:30. I cleared the test &
I had 9 answers right out of 10. I was not sure about 10th question which
was logical reasoning. But later I came to know that I have 2 ans right
from 4. So in all I had 9 & half ans right from 10. English pattern was
easy nothing special to refer it. But try to summarize tenses & you can
follow cbse pattern. This is all about test.
I had interview on 13th at Infosys centre. Here are the questions that
appeared in the test. I tried to give the exact words from the test & I
think I did well. Also I had given detail answers.
Q.1) Dr. Watson has 5 nephews. After he died he mentioned in his will
that each of his brother's sons should get money according to their ages.
The difference between each son is Rs. 20 & youngest son got least money.
Total money to be shared is 1000. How much youngest son will get?
Ans:
Let the third i.e. middle son will get Rs. x then youngest son will get
Rs. x-40.
=> Adding their shares = 1000
=> (x-40) + (x-20) + x + (x+20) + (x+40) = 1000
=> x = 200
=> x - 40 = 160
=> Youngest son will get Rs.160
Q.2) In a party there r total 1275 handshakes assuming each person did
handshake with other fellow. How many people attended the party?
Ans:
Let number of people attended the party = x then
Number of handshakes =xC2 = 1275
=> x * (x - 1) = 1275
2 * 1
=> x2 - x - 2550 =0
=> (x - 51)(x + 50) = 0
=> x cannot be negative
=> x = Number of people attended party = 51
Q.3) If one fifth of a hive of bees flew to the rose flower, one third
flew to the lotus flower, three times the difference of these two numbers
flew to slandbara & one bee continued to fly about, attracted on each side
by the fragrant of ketaki & malati, what was the total number of bees?
Ans:
X + X + 3( X - X ) +1 = X
3 5 3 5
=> X = 15 = Number of bees.
Q.4) Due to some defect in our elevator, I was climbing down the
staircase. I had climbed down just 7 steps when I saw professor Zorkoski
on the ground floor. Continuing to walk down, I greeted him & I was
surprised to see that when I was yet to get down 4 steps to reach the
ground floor, professor had already finished the climbing up 2 steps for
every 1 of mine. How many steps did the staircase have?
Ans:
7 X 4
|-------------- |------------------|----------------|
From figure, equation becomes : 7 + X + 4 = 2X
=> X = 11
=> Total number of steps = 7 + 11 + 4 = 22
Q.5) Complete the following series:
a) 3, 6, 13, 26, 33, 66, ?
Ans:
3 * 2 = 6
6 + 7 = 13
13 * 2 = 26
26 + 7 = 33
33 * 2 = 66
66 + 7 = 73
73 * 2 = 146
Series : 3, 6, 13, 26, 33, 66, 76, 146
b) 364, 361, 19, 16, 4, 1, ?
Ans:
364 - 3 = 361
O(364) = 19
19 - 3 = 16
O(16) = 4
4 - 3 = 1
O(1) = 1
1 - 3 = -2
Series: 364, 361, 19, 16, 4, 1, 1, -2
Q.6) A man was asked to meet a lady lawyer who had a good logical skill.
Today is Saturday. A man wanted her appointment. She called her three days
after the day before the day after tomorrow. What is the appointment day?
Ans:
Today = Saturday
Day after tomorrow = Monday
Day before the day after tomorrow = Sunday
Three days after the day before the day after the tomorrow =
Wednesday
Therefore, Appointment day is Wednesday.
Q.7) Find the values of X, Y, Z & B using following equations. Substitute
values from 0 to 9 without repetition.
X Y G X Y G
+ -
A B A B
-------------- -------------
C D E F B G A
Ans: 9 4 5 9 4 5
+ -
7 8 7 8
--------------------- -------------------
0 2 3 8 6 7
Q. 8) Somebody asked a wizard, Alchimiro about his age. He answered that
he is still young according to age of wizards. Let me tell u, I m thrice
my son's age & my father's age is 40 more than twice of my age. Total of
our ages is 1240 years. What is the age of wizard? http://www.ChetanaS.com
Ans:
Let wizard's son age = X then wizard's age = 3X & his father's
age = (6X+40)
=> X + 3X + 6X + 40 = 1240
=> X = 120
Wizard's age = 360 years
Q.9) This was 8 marks question regarding the committees of 5 juniors & 4
seniors they have to form 3 committees. Some conditions had given & based
upon that we have to answer 4 questions. I solved it last. Sorry for not
remembering the question.
Q.10) A man enquires a person about the past 5 day's temperature at noon
in that region. The other replies that he doesn't remember the actual
figures but there was a different temperature on each day & their product
gives 12. Assuming the temperature to the nearest degree what are the
temperatures on the five days in Celsius?
Ans: Temperatures on 5 consecutive days are: -2, -1, 1, 2, 3 in degree
Celsius.
HR interview was cool. They didn't ask me to explain myself, a most imp
question. Being a chemical engineer they keep asking me why you are not
interested in chemical industry & what u did in last 1 year. I explained
them all truly & they look convinced. So my advice is be true to them,
they are among top mind readers. They will easily catch your bluffs. They
asked me which concept from computer you like most. I told them about OOPS
& explained it. They also asked me how you will adjust within a team. Such
HR questions. Then they had given me a simple puzzle.
Well this is all about my Infosys experience. I am waiting for the result.  |
| Ravi Kumar Kancharla | | | | | | Question |
SISL PLACEMENT PAPERS --------------- Placement Paper 2 |
Rank |
Answer Posted By | |
Question Submitted By :: Guest | | This Interview Question Asked @ SISL | |
I also faced this Question!! |
© ALL Interview .com | | Answer | SISL Placement Papers | SISL Interview Procedure | SISL
Aptitude Questions | SISL Technical Questions | SISL
Interview Questions
>
> All are multiple choice questions.60 questions to be
answered in 60 mins.
> Distribution of questions:
> ---10 questions from data structures and some general
topics.
> -----10 questions from Unix and C.
> --7Questions from Data base.
> ----Remaining from Windows(x windows,MS Windows etc..)
> The distribution is not exact.Only approximate.
> Totally there are six sections as below:
> 1.General
> 2.Unix and c
> 3.RDBMS
> 4.C++/object oriented
> TCP/IP
> 6not remembered.
> The questions are as follows:
> RDBMS-----
SISL Placement Papers | SISL Interview Procedure | SISL
Aptitude Questions | SISL Technical Questions | SISL
Interview Questions
> 1.What is RDBMS...Def
> 2.Two tables are given.In 1st table 2 columns are
there.one
> isEmployee no,second is salary.In second table 3
columns are there,one is
employee no,second is date,3rd is salary.
> Select employee no,from table1,table 2.
> How many records it will contain?.(This is somewhat
difficult).
>
> 3.What is transaction?
> TCP/IP:
> 1.X.25 protocol belongs to which layer.
> 2,Order all the 7 layers in sequence
> 3,One node has 2 IP address but data goes through
only one link.What is the
reason?
> 4,Router,Bridge,Gateway....Which one of these can
not connect
> two different LANS and is protocol sensitive.
> 5,Client sends server---reqest or demand or -----
Choices
> are given.
> Another section...
SISL Placement Papers | SISL Interview Procedure | SISL
Aptitude Questions | SISL Technical Questions | SISL
Interview Questions
> 1.main(argc,argv)
> {
> if(argc<1)
> printf("error");
> else
> exit(0);
> }
> If this program is compiled without giving any
argument ,what it will print.
> 2.What are the static variables...def
> 3.What is Dynamic allocation ?
> 4.Dead lock condition...What may be the condition for it.
> 5.Semaphore variable?..def
> 6.Most of the Windows operating systems are....choices
are given like
> ----a,maltitasking,multiuser,multi processing
> b,only.......&......
> c,only........&......
> like that
> 7.Properties of object oriented,(just recall the name of
the properties like
> inheritance,....
> 8.A program of C++,and two questions were based on the
o/p of that program.
> .................---------.................
> >
>
> > Seections...
> 1, 5Q ...x windows
> 2, 5Q .....MS Windows
> 3, 7Q.....Databases
> 4, 20 Q....General
> 5, 20Q....UNIX/C
> 6,5Q ....OOPS
> Some questions.....
> 1,S
 |
| Guest | | | | | | Question |
WIPRO PLACEMENT PAPERS ---------- Placement Paper 4 |
Rank |
Answer Posted By | |
Question Submitted By :: Guest | | This Interview Question Asked @ Wipro | |
I also faced this Question!! |
© ALL Interview .com | | Answer |
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
section-1:
1.distance D=rt where r & t are +ve and r is constant,as t
increses then
D_________
ans:D increses irrespective of r & t
2.E=I*I*R what is the effect of E when I becomes I/2
ans:1/4E(E decreses by 4 times)
3.out of 55 eggs 5 are defective. what is % of defective
eggs
ans:9/11%
4.salary is 's' per month,'x'% of salary is given as bonus,
if 3 months
salary is s1,s2 & s3 then what is his salary.
ans:s1*x/100 + s2*x/100 + s3*x/100
5.consider expresion 'ab' . what happens when 'a' is
divided by 'c' &
'b' is
multiplied by 'c'.
ans:value remains same.
6.area of triangle=1/2*b*h base incresed by 4 times &
height is devided
by
2, the net effect of area.
ans:twice the the original area.
7.in base representation for a rupee 100 paise,then base 8
representation
what is rupee value .
ans:144
8.A>B,B>C,C=D,D>E,then which is greatest
a)A/B b) A/C c) A/E d)none
ans: c
9.to travel 'm' miles the time is 'h' hours,then what is
the time taken
to
travel M miles.
ans:M*h/m
10.a sum 's' is devided into 4 parts.second person gets Rs
10 more than
first.3rd person is Rs 10 more than second, 4th is 10
more than 3rd.
how much amount do 1st person get.
ans;(s-60)/4
11.fridge cost R Rs,cover value is 5,discount d% then its
new cost
ans:R-R*d/100-5(1-d/100)
12.1/8 is devided by 's' , if 's' is incresed by 2 times,
what is the
result.
ans:increses two times.
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
section 2. letter series
-------------------------
1. a c b d f e g i __ ans: h
2. x y z u v w r s t __ ans: o
3. a c f j o __ ans:u
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
section 3. numerical ability
-------------------------------
1. 10099+99=10198
2. 31 - 29+2/33=__ ans:64/33
3. 2.904+0.0006=___ ans: 2.9046
4. 55/1000=___ ans:.005
5. 0.799*0.254= 0.202946
6. 200/7*5.04=144
7. 842.8 +602=1444.8
8. 5.72% of 418= 23.9096
9. 625% of 7.71=48.1875
10. 25% of 592=148.00
11. 665+22.9=687.9
12. 15% of 86.04=12.906
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
section 4 : DIAGRAMMING
--------------------------
each flowchart contains 5 questions .
in each flow chart,there will be 5 numbered(1,2,3,4&5)
boxes(cells).each cell we have to fill with the conditions
given below.
1. 400 employee(not complete question)
different categories based on age,salary,lenth of
expereince in years
ANSWER.
cell 1-c,cell2-a,cell3-b,cell4-e,cell5-d.
2. 10 balls,red,black balls.
2 points for red balls etc.. 3 points for a ball
if it is of the same colour as preceeding one..
ANSWER:
cell 1-c,cell 3-d,cell 5-d,cell 2-e,cell 4-e.
<ceded>
3.
30 coins. these are divided into 3 groups:A,B,C to find
the only largest weight coin,other 29 coins are of
lower weight.
ANSWER:
D A C A C.
4.
totally there are 100 numbers to find largest
(LNUM).smallest(SNUM).
ANSWER:
A _ D _ _ _
HINT;;
feed problem to adjust temperature and
pressure for
optimal production.
(answer not known exactly.).
5.bag red,black balls,different condition
odd,red etc
ANSWER:
c_c__
---------------------------------end -------------------
--------
there two types of jobs in wipro.1 is soft ware side
2 is hard ware side
in soft ware side there is only interview (no test)
in hard ware side both test & interview.
for software interview the main possible areas to ask are
1.a deep look into C
2.an outlook of datasrtuctures
3.operating systems
4.networking mainly ethernet,internet etc..
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
 |
| Guest | | | | | | Answer | respected sir,
i am the student of hindusthan nw i'm studying 2 it
please give some tips to placing wipro please give some
tops sir please request me give some tips sir  |
| Lenin | | | | | | Answer | Thank for paper  |
| Bharathi | | | | | | Answer | please send these papers to my e-mail id  |
| Kaushik Kumar | | | | | | Answer | sir i want to select in wipro company..so kindly please
give me some tips sir to face interview  |
| Madhavi | | | | | | Answer | sir what should be the percentages of 10th, inter and
b.tech to write wrriten test in campus interviews... sir
please sent reply to my email id:madhavi.oc25@gmail.com  |
| Madhavi | | | | | | Question |
WIPRO PLACEMENT PAPERS ---------- Placement Paper 3 |
Rank |
Answer Posted By | |
Question Submitted By :: Guest | | This Interview Question Asked @ Wipro | |
I also faced this Question!! |
© ALL Interview .com | | Answer |
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
> Wipro paper(System software)
>
> PART --A
> ------------------------------------------------------
> 1) abcD+abcd+aBCd+aBCD
> then the simplified function is
> ( Capital letters are copliments of corresponding
letters
> A=compliment of a)
>
> [a] a [b] ab [c] abc [d] a(bc)* [e] mone
> (bc)*=compliment of bc
>
> Ans: e
>
> -------------------------------------
> 2) A 12 address lines maps to the memory of
>
> [a] 1k bytes [b] 0.5k bytes [c] 2k bytes [d] none
>
> Ans: b
>
> ----------------------------------------
> 3) In a processor these are 120 instructions . Bits
needed to impliment
> this instructions
> [a] 6 [b] 7 [c] 10 [d] none
>
> Ans: b
>
> -----------------------------------------
> 4) In 8085 microprocessor READY signal does.which of the
following
> is incorrect statements
> [a]It is input to the microprocessor
> [b] It sequences the instructions
>
> Ans : b
> ----------------------------------------
>
> 5) Return address will be returned by function to
> [a] Pushes to the stack by call
> Ans : a
> ------------------------------------------
> 6)
> n=7623
> {
> temp=n/10;
> result=temp*10+ result;
> n=n/10
> }
>
> Ans : 3267
> ----------------------------------------------
> 7) If A>B then
> F=F(G);
> else B>C then
> F=G(G);
> in this , for 75% times A>B and 25% times B>C then,is
10000 instructions
> are there ,then the ratio of F to G
> [a] 7500:2500 [b] 7500:625 [c] 7500:625 if a=b=c
else
> 7500:2500
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
> --------------------------------------------------
> > int zap(int n)
> {
> if(n<=1)then zap=1;
> else zap=zap(n-3)+zap(n-1);
> }
> then the call zap(6) gives the values of zap
> [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
>
> Ans: b
> ----------------------------------------------------------
-----
>
>
> PART-B
> -------
> 1) Virtual memory size depends on
> [a] address lines [b] data bus
> [c] disc space [d] a & c [e] none
>
> Ans : a
> -----------------------------------------------
> 2) Critical section is
> [a]
> [b] statements which are accessing shared resourses
> Ans : b
> -------------------------------------------------
>
> 3) load a
> mul a
> store t1
> load b
> mul b
> store t2
> mul t2
> add t1
>
> then the content in accumulator is
>
> Ans : a**2+b**4
> ---------------------------------------------------
> 4) question (3) in old paper
> 5) q(4) in old paper
> 6) question (7) in old paper
> 7) q(9) in old paper
> ------------------------------
>
Wipro Placement Papers | Wipro Interview Procedure | Wipro
Aptitude Questions | Wipro Technical Questions | Wipro
Interview Questions
 |
| Guest | | | | | | Answer | please send these papers to my e-mail id  |
| Kaushik Kumar | | | | | | Question |
Verifone PLACEMENT PAPERS ------ Verifone Placement Paper 5 |
Rank |
Answer Posted By | |
Question Submitted By :: Guest | | This Interview Question Asked @ Verifone | |
I also faced this Question!! |
© ALL Interview .com | | Answer |
Verifone Placement Papers | Verifone Interview Procedure |
Verifone Aptitude Questions | Verifone Technical Questions
| Verifone Interview Questions
Verifone Interview.
Here, we had three single man panels. They are seeing the
subjects
taken and asking questions in that mainly. They didn't go
deep into
any subject and they were just asking overview. When they
catch any
new word they are asking about it.
These are some o | |