Technical Interview Questions

Last build:
Tue, 22 Jul 2008 09:20:54 +0000
Language:
Feed URL:
http://technicalinterviewquestionsinfo.blogspot.com/feeds/posts/default?alt=rss

RSS FEED IDEMS: Technical Interview Questions

  • Java Swing interview questions

    1) Can a class be it’s own event handler? Explain how to implement this.

    Ans: Sure. an example could be a class that extends Jbutton and implements ActionListener. In the actionPerformed method, put the code to perform when the button is pressed.

    2) Why does JComponent have add() and remove() methods but Component does not?

    Ans: because JComponent is a subclass of Container, and can contain other components and jcomponents.

    3) How would you create a button with rounded edges?

    Ans: there’s 2 ways. The first thing is to know that a JButton’s edges are drawn by a Border. so you can override the Button’s paintComponent(Graphics) method and draw a circle or rounded rectangle (whatever), and turn off the border. Or you can create a custom border that draws a circle or rounded rectangle around any component and set the button’s border to it.

    4) If I wanted to use a SolarisUI for just a JTabbedPane, and the Metal UI for everything else, how would I do that?

    Ans: in the UIDefaults table, override the entry for tabbed pane and put in the SolarisUI delegate.

    5) What is the difference between the ‘Font’ and ‘FontMetrics’ class?

    Ans: The Font Class is used to render ‘glyphs’ - the characters you see on the screen. FontMetrics encapsulates information about a specific font on a specific Graphics object. (width of the characters, ascent, descent)

    6) What class is at the top of the AWT event hierarchy?

    Ans: java.awt.AWTEvent. if they say java.awt.Event, they haven’t dealt with swing or AWT in a while.

    7) Explain how to render an HTML page using only Swing.

    Ans: Use a JEditorPane or JTextPane and set it with an HTMLEditorKit, then load the text into the pane.

    8) How would you detect a keypress in a JComboBox?

    Ans: This is a trick. most people would say ‘add a KeyListener to the JComboBox’ - but the right answer is ‘add a KeyListener to the JComboBox’s editor component.’

    9) Why should the implementation of any Swing callback (like a listener) execute quickly?

    Ans: Because callbacks are invoked by the event dispatch thread which will be blocked processing other events for as long as your method takes to execute.

    10) In what context should the value of Swing components be updated directly?

    Ans: Swing components should be updated directly only in the context of callback methods invoked from the event dispatch thread. Any other context is not thread safe.

    11) Why would you use SwingUtilities.invokeAndWait or SwingUtilities.invokeLater?

    Ans: I want to update a Swing component but I’m not in a callback. If I want the update to happen immediately (perhaps for a progress bar component) then I’d use invokeAndWait. If I don’t care when the update occurs, I’d use invokeLater.


    12) If your UI seems to freeze periodically, what might be a likely reason?

    Ans: A callback implementation like ActionListener.actionPerformed or MouseListener.mouseClicked is taking a long time to execute thereby blocking the event dispatch thread from processing other UI events.

    13) Which Swing methods are thread-safe?

    Ans: The only thread-safe methods are repaint(), revalidate(), and invalidate()

    14) Why won’t the JVM terminate when I close all the application windows?

    Ans: The AWT event dispatcher thread is not a daemon thread. You must explicitly call System.exit to terminate the JVM.

    courtesy:http://www.crackthecampus.com


    Tue, 22 Jul 2008 09:19:00 +0000

  • Infosys Latest question Paper
    Infosys paper : 5th November-2006 .venue: sydhenam college ,mumbai.

    Hello friends .i am mayur,an M.Sc graduate(2006 fresher) .I had appeared for the test and would like to share my experience and give u a brief idea about the test. By now everyone must be aware that the paper pattern has changed. yes, its true. But don’t FRET. It’s not that difficult . it’ s CAT Pattern. so one just needs 2 change ones mindset from puzzles 2 that of CAT. And then it woud be easy to crack it. one was supposed to circle the right answer and also was expected 2 show the working in the rough sheet provided. so please show the working wherever possible.
    The aptitude test consisted of 2 sections:
    1)analytical thinking/logical reasoning –30Q( 45min)
    2)English - 40Q(30 min).

    analytical thinking/logical reasoning:

    Ques(1-5):(based on arrangements) There are 5 books of english,biology ,chemistry,physics,Sanskrit,economics.the order in which they are arranged with respect to the other and the page nos are given.and then 5 question followed each havin 4 options each.
    Ques(6-10):(visual reasoning)4 out of the given 5 figures are similar in certain way. find the one which is odd.
    Ques(11-15):(data sufficiency)Each question is followed by two statement,1 and 2.answer each question using the following instructions:
    Choose 1 if the queston can be answered by using one of the statement alone ,but cannot be answered using the other statement alone.
    Choose 2 if the question can be answerd by using either of the statement alone.
    Choose 3 if the question can be answered by using both of the statements together ,but cannot be answered using either of the statement aone.
    Choose 4 if the question cannot be answered even by using both the statements together.
    Ques(16-20)(data interpretation)some statistics of population .the mortality rate, the birthrate etc.
    Ques(21-25)(based on family tree).some relations given.and then followed by 5 questions each havin 4 options.
    Quest(26-30)(verbal reasoning)Choose the set of three statement that make a logical sequence from the given four.
    Eg:a)the universe is confusing.
    b)the stars and the sky are universal .
    c)life is a part of the universe.
    d)life is confusing.
    1]cad 2]cab 3]bcd 4]cba.

    English:
    1)There were 2 comprehension passages.
    2)fill in the blanks with the appropriate words.
    English section was pretty tough since all options were quite close and lot many questions were asked.

    Interview:
    I had 2 rounds of interview .first panel consisted of 3 ppl.it was a hr interview,no technical questions asked. . tell me somethinh abt urself. hobbies. why u want 2 get into software? wht are your personal goals in life. abt the project. extra curricular activities.
    They just want to find out whether u are a team player ,a team leader.ur lernability,ur communication skills.i was not asked any puzzle.

    I have tried to give u an idea of how the new pattern is. I want 2 reiterate what I said earlier ,just remember its not difficult just one needs 2 change ones mindset or else have a flexible one. don’t expect only puzzles . just be ready 2 face whatever u get and then u would be able to crack it.

    Thanks,
    ALL THE BEST
    Tue, 22 Jul 2008 09:19:00 +0000

  • sapient question paper



    Tue, 22 Jul 2008 09:17:00 +0000

  • Sapient question Paper-1
    Sapient Test Paper ON 19/05/06 Banglore

    Hello


    I had attended sapient test on 19/05/2006 in Bangalore for 1+ year experience


    The test paper

    We had two parts partA and part B----


    PartA: spend 40 min here

    We are developing a website for a plane Reservation, once the user enters the from and

    To Destination and the Date.The web site should display all the planes on that day in a

    list of 10 planes at a time. The details are given by a node []

    Each node gives following details


    Node []

    Flight Name ()

    Flight Time ()

    FromToDestination ()

    isDirect ()

    isStartOver ()

    Flight Rate ()


    Assume all the data are in arrays, the following conditions as to be followed while displaying

    the list of flights

    1. the flights should be displayed in the ascending order of rate

    2. If price are equal then it should display direct flight first

    3. If there are more than one flight with same rate and they are direct then the flight which

    starts early will take the priority

    4. If there are more flight at the same time than the one with ascending order of Organization

    will take priority

    5. I forgot one more condition


    Write the method for all the process, no need to write exact code write all the methods and

    business application


    PartB: spend 20 min here(its very easy)


    This is an application which converts an English language to piniac language which is

    understood by small kids The software program is written and executed ,the program as to

    add 'ay' to all the words starting with vowel at the end, if the word is starting with consents

    peal the first letter and add at the end along with'ay'


    The actual output

    Erehay isay aay ayway ofay onvertingcay englishay toay iniacpay


    Output of our software

    Erehay isway away ayway ofway onvertingcay englishway toay iniacpay



    Assume all the methods are ready and working don't change the logic or add additional

    characteristic


    Write the comments for the following code, and check for errors and bugs, we are

    looking for your error correcting skills and code knowledge


    Class piniac

    {


    is Vowel(char first)


    {I'm not able to recall the exact code but its very easy with simple

    methods}


    addletter (first,' a');

    addletter (first.'y');

    addletter (first,'\0');

    }


    addletter (char first [],)

    {


    hope it will help others
    Tue, 22 Jul 2008 09:16:00 +0000

  • Sapient question Paper-2
    Sapient Placements Paper on 30/09/2006

    Posted by abhithakur

    Question 1:
    There is a company who has a number of employees. Every employee except the CEO can report to only one boss.
    The class structure is given as
    Employee :
    :name,salary,isBoss
    methods:getName,getSalary

    Each employees cost to the company is the employees salary and if he is a boss the the sum of salarys of the employee and his subordinates

    Expected deliverables were:
    1.The class structure and
    2.Method Float CostToTheCompany(String name)
    which returns the cost to the company for the employee whos name is passed
    suppose abhishek thakur is passed then the cost to the company will be Abhishek thakur's salary and sum of subordinates salaries working under Abhishek thakur.


    question 2:
    write a method that generates all four letter combinations like ABCD, ABGK, DHKO.Where four letters are in acending order .wrong combinations are BADC, PMOA etc.
    Tue, 22 Jul 2008 09:14:00 +0000

  • Sapient Latest Paper

    The test contained 3 questions:


    1. design a class diagram or date model for this
    problem:

    A company has some clients and some officers. Also it
    has some rooms to be used for meetings between client
    and officers. one officer is responsible for each
    room. and room has unique room id. a meeting will be
    aranged only when the officer and client are free and
    room is also free. the officer and clients must be
    registered to the system which will give them unique
    email ids. arrange the meetings. dont write ode.

    2. write a program to find the occurance of charachers
    '!', 'replace all odd occurance of '?' to '.'.

    3. there was a given program to insert a value at the
    proper postion in a doubly linked list. there was some
    logical error in that due to which it was not working
    properly. find out that error. it was easy.





    Sapient test 2nd round

    This is also technical round .Duration 1hr
    .
    You have to write two programs .in any language .preferably c++ and java.

    Program 1.
    Name : Post - mails
    Some conditions are given like if you cover some distance you have to pay this amount , if postal weight is this then u have to pay this amount .
    Thus five to six conditions are given , you have to write the program to get the distance of post – mail / sort / print / the result .
    Very simple program just use if and else loop .
    Given : getdistance() is function which gives you the distance between two cities.

    Program 2
    Name : compress and decompress the string .

    One string is given like : aaabbbbbcddddeeee
    You hav to compress the string like a3b5c1d4e4

    And it may happen while transferring the compress string some non alphanumeric characters can add in compressed string so compressed string can become a@3b%5c*1d$4e4 like this you have to remove this extra characters.

    Those who cleared this test hav technical interview round

    Technical interview :
    50 minutes technical interview .
    10 min:Debugging
    q1 .They had given me one program for debugging. The program is in java .and don’t hav any syntax error. Just logical error.

    10 min :
    Then told me to correct the mistake I had done in 2nd round answer paper.

    10 min :
    About My project

    10 min :
    curriculum /academic subjects .
    10 min :
    Extra activity – like IEEE membership / achievements / seminars / paper presentation / competitions etc.


    5 min:



    SAPIENT HIRING TEST

    TEST 1
    part 1. They gave a Java Program to convert the numeric to Words, and there was a bug in it. we have to solve it and give the comments. There is no Syntax error but only the logical error.
    The program compiles without errors and runs, but the desired output is not got. for example
    Input: 456
    Output : four hundred and fifty six (correct)

    Input :14000
    Output : hundred and fourteen thousand.(wrong)
    Desired output : fourteen hundred thousand.

    Input :235126
    output : hundred and two hundred and thirtyfive thousand hundred and one hundred and twenty six(wrong)

    I am not much clear about the question but frame it out.(15 minutes)

    part 2. you have to write a program to calculate the sales price of the product for a given conditions. it is very simple.(20 minutes)

    part 3. You need to create a class diagram or data model for the given requirements. the requirement is as follows
    In a village there are only few families and there were only one newspaper/magazine agent.
    there are lot of news paper and magazine available and every month a new magazine or newspaper it introduced.
    Every family is getting at least one newspaper or magazine.
    Every month at the end the cost is calculated and collected.
    Suppose if a family wants to cancel the subscription, they should be able to do it at any day of the month.
    The family should be billed only for the days which they got the newspaper or magazine.

    The agent plans to buy a computer and proceed. Please create a class diagram or data model which helps him in developing a new software for it. Do not write the code or Flowchart.(25 minutes)

    part 4. Please describe in 50 words. explain a situation in which you helped a person to excel in life in the field which you are more familiar and the person is nil about it.(3 minutes)

    Sapient Paper


    round1: write 2 programs on paper in 1 hour
    {
    .based on chair char in trains function to

    allot seats to people with some conditions like try to

    give them consecutives one etc

    .based on strings like give string remove

    toxic words like stupid etc by ###

    }

    round2: write 2 programs on paper in 1 hour

    {

    .based on postal system,how to decide the amt
    payable to companies sending post everyday, sorting

    them,discount and many more requirements.

    .to compress the data send across the company

    and filter out the corrupted data.

    }

    round3: technical discussion for abt 45 mins on 2

    programs of round 2

    additional 2 programs to seach an element

    immediately gr8r then all present in an array without

    sorting

    and a modified version of it to handle all

    error conditions. etc

    what questions I have

    round4: behavioual interview 1(HR) for abt 45 mins

    {

    tell abt urself

    strengths

    weaknesses

    describe deployment of one full project any

    one

    why sapient

    what can u bring on table

    conflicts in team and how were they ressolved

    etc.

    what questions I have

    }

    round4: behavioual interview2(HR) for abt 30 mins

    similar to round3

    {one extra question based on ur technological

    skills one thing u want to do to change the nation

    altogether}

    what questions I have

    round5: Director's meeting(HR) for abt 15 mins
    Describe abt all the ppl u have met earlier in

    the process

    What questions I have + what I know abt

    sapient

    round6: President's meeting for abt 10 mins + close of

    process including all negotiations

    round7: final meeting where u get the offer cum

    joining letter




    Sapient

    Written
    --------


    1) Write a program for the problem: the array of
    inetegers indicating the marks of the students is
    given, U have to calculate the percentile of the
    students aaccording to this rule: the percentile of a
    student is the %of no of student having marks less
    then him. For eg:
    suppose

    Student Marks
    A 12
    B 60
    C 80
    D 71
    E 30
    F 45


    percentile of C = 5/5 *100 = 100 (out of 5 students 5
    are having marks less then him)

    percentile of B = 3/5*100 = 60% (out of 5, 3 have
    markses less then him)

    percentile of A = 0/5*100 = 0%.

    2) The code was given for a problem and u have to
    identitfy the logical error in it. That was simple.
    The code was to merge the Danagrams of 2 words. The
    danagram of a word is the letters of word arranfed in
    sequential order. eg danagram of abhinav is aabhinv.
    merging of danamagram is to merge the danagrams of 2
    or more words such that the highest no of occurance
    are coming for each alphabet.eg

    merging of aabhinv and abbhhixz is aabbhhinvxz.


    Technical interview:
    --------------------


    discussion on the written paper. how did u solved the
    problem? expain him about that. small discussion on yr
    project for a while. simple techinal questions related
    to project. simple langugae question : Collections in
    java.. types of joins in SQL. if u want to ask
    something about sapient etc?

    HINT: ask something good. eg kind of projecst they are
    doing.. processes they follow .. how do they capture
    the requirements .. etc..


    Business Inteview:
    ------------------


    Hr inteview.. behaviorial questions.. how will u react
    in some conditions.. how how did u reacted..
    1) give an example when yr boss is not aggreed with u.
    what did u do?
    2) give an example when u had a clash with yr peer.
    what did u do?
    3) give an example when u faced some ambigious
    situation.(when u are not understanding the things
    properly ) what did u do?
    4) give an example when u faced some stressful
    situation.what did u do?
    5) did u make some decision of yr own to carray out
    something. and suggested this to yr boss and yr boss
    aggreed?

    etc..

    what do u want to ask.

    HINT : ask some good ques. like how open the
    envrionment is? is a junior person part of design??
    what is the responsibility of a member for the proper
    working of project?


    Busines Interview 2
    -------------------


    This was more of type 2 only. but they will tell about
    sapient. and u may ask as many quest as u want. now u
    can again ask the same ques ased in previous 2
    interviews. '?' '.' ',' etc. Also write a function to
    replace all odd occurance of '?' to '.'.


    3. there was a given program to insert a value at the

    proper postion in a doubly linked list. there was some

    logical error in that due to which it was not working

    properly. find out that error. it was easy.






    Sapient test 2nd round


    This is also technical round .Duration 1hr
    .

    You have to write two programs .in any language .preferably c++ and java.


    Program 1.

    Name : Post - mails

    Some conditions are given like if you cover some distance you have to pay this amount , if postal weight is this then u have to pay this amount .

    Thus five to six conditions are given , you have to write the program to get the distance of post – mail / sort / print / the result .

    Very simple program just use if and else loop .

    Given : getdistance() is function which gives you the distance between two cities.


    Program 2

    Name : compress and decompress the string .


    One string is given like : aaabbbbbcddddeeee

    You hav to compress the string like a3b5c1d4e4


    And it may happen while transferring the compress string some non alphanumeric characters can add in compressed string so compressed string can become a@3b%5c*1d$4e4 like this you have to remove this extra characters.


    Those who cleared this test hav technical interview round


    Technical interview :

    50 minutes technical interview .

    10 min:Debugging

    q1 .They had given me one program for debugging. The program is in java .and don’t hav any syntax error. Just logical error.


    10 min :

    Then told me to correct the mistake I had done in 2nd round answer paper.


    10 min :

    About My project


    10 min :

    curriculum /academic subjects .

    10 min :

    Extra activity – like IEEE membership / achievements / seminars / paper presentation / competitions etc.



    5 min:




    SAPIENT HIRING TEST


    TEST 1

    part 1. They gave a Java Program to convert the numeric to Words, and there was a bug in it. we have to solve it and give the comments. There is no Syntax error but only the logical error.

    The program compiles without errors and runs, but the desired output is not got. for example

    Input: 456

    Output : four hundred and fifty six (correct)


    Input :14000

    Output : hundred and fourteen thousand.(wrong)

    Desired output : fourteen hundred thousand.


    Input :235126

    output : hundred and two hundred and thirtyfive thousand hundred and one hundred and twenty six(wrong)


    I am not much clear about the question but frame it out.(15 minutes)


    part 2. you have to write a program to calculate the sales price of the product for a given conditions. it is very simple.(20 minutes)


    part 3. You need to create a class diagram or data model for the given requirements. the requirement is as follows

    In a village there are only few families and there were only one newspaper/magazine agent.

    there are lot of news paper and magazine available and every month a new magazine or newspaper it introduced.

    Every family is getting at least one newspaper or magazine.

    Every month at the end the cost is calculated and collected.

    Suppose if a family wants to cancel the subscription, they should be able to do it at any day of the month.

    The family should be billed only for the days which they got the newspaper or magazine.


    The agent plans to buy a computer and proceed. Please create a class diagram or data model which helps him in developing a new software for it. Do not write the code or Flowchart.(25 minutes)


    part 4. Please describe in 50 words. explain a situation in which you helped a person to excel in life in the field which you are more familiar and the person is nil about it.(3 minutes)


    Sapient Paper

    round1: write 2 programs on paper in 1 hour
    {
    .based on chair char in trains function to

    allot seats to people with some conditions like try to

    give them consecutives one etc

    .based on strings like give string remove

    toxic words like stupid etc by ###

    }

    round2: write 2 programs on paper in 1 hour

    {

    .based on postal system,how to decide the amt
    payable to companies sending post everyday, sorting

    them,discount and many more requirements.

    .to compress the data send across the company

    and filter out the corrupted data.

    }

    round3: technical discussion for abt 45 mins on 2

    programs of round 2

    additional 2 programs to seach an element

    immediately gr8r then all present in an array without

    sorting

    and a modified version of it to handle all

    error conditions. etc

    what questions I have

    round4: behavioual interview 1(HR) for abt 45 mins

    {

    tell abt urself

    strengths

    weaknesses

    describe deployment of one full project any

    one

    why sapient

    what can u bring on table

    conflicts in team and how were they ressolved

    etc.

    what questions I have

    }

    round4: behavioual interview2(HR) for abt 30 mins

    similar to round3

    {one extra question based on ur technological

    skills one thing u want to do to change the nation

    altogether}

    what questions I have

    round5: Director's meeting(HR) for abt 15 mins
    Describe abt all the ppl u have met earlier in

    the process

    What questions I have + what I know abt

    sapient

    round6: President's meeting for abt 10 mins + close of

    process including all negotiations

    round7: final meeting where u get the offer cum

    joining letter




    Sapient

    Written
    --------


    1) Write a program for the problem: the array of
    inetegers indicating the marks of the students is
    given, U have to calculate the percentile of the
    students aaccording to this rule: the percentile of a
    student is the %of no of student having marks less
    then him. For eg:
    suppose

    Student Marks
    A 12
    B 60
    C 80
    D 71
    E 30
    F 45


    percentile of C = 5/5 *100 = 100 (out of 5 students 5
    are having marks less then him)

    percentile of B = 3/5*100 = 60% (out of 5, 3 have
    markses less then him)

    percentile of A = 0/5*100 = 0%.

    2) The code was given for a problem and u have to
    identitfy the logical error in it. That was simple.
    The code was to merge the Danagrams of 2 words. The
    danagram of a word is the letters of word arranfed in
    sequential order. eg danagram of abhinav is aabhinv.
    merging of danamagram is to merge the danagrams of 2
    or more words such that the highest no of occurance
    are coming for each alphabet.eg

    merging of aabhinv and abbhhixz is aabbhhinvxz.


    Technical interview:
    --------------------


    discussion on the written paper. how did u solved the
    problem? expain him about that. small discussion on yr
    project for a while. simple techinal questions related
    to project. simple langugae question : Collections in
    java.. types of joins in SQL. if u want to ask
    something about sapient etc?

    HINT: ask something good. eg kind of projecst they are
    doing.. processes they follow .. how do they capture
    the requirements .. etc..


    Business Inteview:
    ------------------


    Hr inteview.. behaviorial questions.. how will u react
    in some conditions.. how how did u reacted..
    1) give an example when yr boss is not aggreed with u.
    what did u do?
    2) give an example when u had a clash with yr peer.
    what did u do?
    3) give an example when u faced some ambigious
    situation.(when u are not understanding the things
    properly ) what did u do?
    4) give an example when u faced some stressful
    situation.what did u do?
    5) did u make some decision of yr own to carray out
    something. and suggested this to yr boss and yr boss
    aggreed?

    etc..

    what do u want to ask.

    HINT : ask some good ques. like how open the
    envrionment is? is a junior person part of design??
    what is the responsibility of a member for the proper
    working of project?


    Busines Interview 2
    -------------------


    This was more of type 2 only. but they will tell about
    sapient. and u may ask as many quest as u want. now u
    can again ask the same ques ased in previous 2
    interviews.
    Tue, 22 Jul 2008 09:11:00 +0000

  • IBM Placement Papers





    Tue, 22 Jul 2008 09:09:00 +0000

  • IBM question Paper-1
    IBM Paper APTITUDE

    1)if y>x then y! / x! = ?

    ans: y(y-1)(y-2)…….(x+1)

    2)unit digit of 7^625 =?

    Ans: 7

    3)A lizard ,on a circular wall moves 8 ft to reach a wall boundary
    and then 6 ft to reach another boundary . How far is the lizard from
    the starting point? Ans: 10ft

    4)Two circles are of same radius.One is fixed and another moves over
    the it. What is the no. of revolutions it makes about the center?

    Ans: 2

    5)A school wants to have the no. of students to b 100. It has certain
    ratio of students who knows French, some Spanish,some Enlish and
    others none. What is the no. of students it has?

    Ans:I don't remember the exact figures but the ratio comes to b
    389/420 who knows certain language.The rest know no language.Hence
    the total no of students comes to b 420.

    6)In a group of 9 persons what is the probability that 3 persons have
    the same b'day in a week?

    Ans: 14.26%

    7)Two trains , of same length ,moving in opposite directions cross in
    18 seconds. The speed of the 2 trains being 42kmph and 48kmph. What
    is the length of the trains in mts?


    Ans: 225mts.

    8)A pipe fills a tank in 2hrs and another empties it in 3 hrs. How
    long will it take to fill the tank?

    Ans: 6 hrs.

    9)Out of two clocks one is slower than the other by 5%, how much is
    the second one faster than the slower clock?

    Ans:5.26%

    10)A vehicle is to reach a certain place in 1 hr at 90 kmph. However
    it slows down on the way and reaches the destination at an average
    speed of 72 kmph. How much late is the
    vehicle?

    Ans : 15 mins.

    11)In a class average age of boys is 15 yrs and that of girls is 16
    yrs. The total average being 15.6 yrs. Find the ratio of boys to
    girls.


    Ans: 3:2

    12)A person moves 25 miles South , then 25 miles West from his camp.
    How far is he and in what direction from his camp?

    Ans : (d)none of the above

    13) Find the hexadecimal equivalent of the decimal no. 10767.

    14) If x cows and y goats give some milk in 5 days.and a cows and b
    goats give same amt of milk in 3 days,then who give more milk.....(x,y,a,b
    are int.forgotten)

    15)cant recall

    16 - 20
    A bar gragh . very easy. Those from R S Agarwal are more than enough.


    IBM Technical Paper


    1)Which sorting has the same average and worst time complexity?
    a.quick, b.bubble, c.merge, etc.

    2)Declare the pointer to a function which returns int and a
    function which return int
    pointer?
    ans: int (*f)(),int* f();

    3)what does the following statement mean?
    Int (*a)[4]
    (a)'a' is a pointer to an array of 4 integers
    (b)'a' is an array of pointers to integer
    (c)'a' is a pointer to function returning an integer
    (d)...
    ans:a

    4)class xx{
    int getage();
    private:
    int itsage;
    };
    which is not useful..
    a)getage() is private
    b) itsage is private
    c) itsage is int
    d)……………..
    ans:be cause getage() is private.

    5)a question on regression testing………which testing is performed to
    fix bugs developed during other testing methods
    4) a question on s/w configuraton management…
    5) What is the output of the following code?
    Main(){ printf
    ("%u",main); }

    8)A question on views…………….(may not b exact)
    a)views have separate tables
    b)they do not specify tables
    c)they have simply definition
    d)….

    9)Which of the following has function scope:
    a)automatic variables
    b)static variables
    c)extern variables
    d)none of the above

    10)a big question on class I cant recall a bit as I even didn't go
    thru it.

    11 -16) cant recall

    17 - 20) An easy q on codind .Just b carerful while solving.

    ISL Paper

    15 q in 25 minutes

    1) Vector processing is ……………………………
    2) Pipelining
    a)increases cpu utilization
    b)decreases m/m acces time
    c)increases degree of multiprogramming
    d)
    3) ctrl+c effects processes
    a)in the foreground
    b)background
    c)currently all running processes
    d)
    4) nice command in Unix ….. ans: changes priority level
    5) Semaphore ……….a)consume processor time
    b)they're difficult to code
    c)they takes lots of memory
    d)they won't give complete soln.
    6) Which is the best scheduling algo for time-shared system?
    ans: round-robin
    7) Which is not a logical data structure ?
    a)chain b)relational c)network d)tree
    ans: chain
    8) A question from OSI………………the options were
    a) application b) transport c)….. d)….

    9) A question from ARP ………….options were
    a) IP to route address
    b) Route address to IP
    c) MAC to IP…..
    d) Store IP address……………
    10) First phase of compilation a) lexical analysis
    b)semantic analysis
    c)syntax analysis d)none of the above

    11)find the error in the following code
    class a{
    public:
    void operator=(class a);
    void operator,(class a);
    void operator+(class a);
    …..
    }
    ans: compilation error in line 11(cant remember the exact code: but
    the answer
    is write as we cant overload "," operator : so that was the only
    option to choose)

    12)class a{
    float add (..);
    double add(…);
    …..
    }
    This is an example of a)function overloading b) function overriding

    c)… d)none of the above ans: (a)
    13)thread and process differ in a way
    a)multiple threads can use same set of registers but processes cannot
    b) multiple threads can use same stack but processes cannot
    c) multiple threads can share same m/m but processes cannot
    d)……………

    14) A question on concurrency………
    a)multiprogramming environment
    b) time-shared environment
    c)a&b both
    d)none of the above

    15) A question on demand paging…………..
    a)requires paging
    b) requires segmantation
    c) requires both
    d)none of the above


    There was an interview of technical and HR both.
    a) Introduce urself , ur studies , ur fututre plans , want to
    study more?
    b) They asked me of my family bkground, their education etc.
    c) There was a lot of technical qs as well -------
    Favourite subject: why?
    1) about pointer to a fn returning an int pointer
    1) a lot abt extern variables, there scope,, restrictions ets
    2) about C Preprocessor
    3) protected data members , there accessing
    4) diff bet C and C++
    5) know Java --- ans: not much and not at all comfortable.


    Hope this paper is going to help you guys.

    Thanks,
    all the best
    Tue, 22 Jul 2008 09:05:00 +0000

  • IBM Paper-2
    IBM Aptitude :-

    1.what is the digit in the unit place of pow(7,625)

    ans: 7

    2.find the no. of revolution ,when a coin rounds along the perimeter of
    another similar coin?

    ans:1.

    3.a data interpretation regarding population during a period(bar
    chart).

    five qs (each 1 marks).

    4. if "ibm04india" is codded in this way....
    step1:9 2 13 00 04 9 14 4 9 1
    step2:79 72 713 00 04 89 814 84 89 81
    step3:7972713000489814848981
    step4:1898484189840003172797
    step5: some simple code (forgotten)

    then find the code of "always03"

    a). in step 2.
    b). in the last but one.
    c). in the last step.
    d). this type of coding is difficult to implement be cause of.........
    ans: over flow.

    5. if a clock is 5% faster than a right clock .then what % slower than
    the faster clock?

    6.if x cows and y goats give some milk in 5 days.and a cows and b goats
    give same amt of milk in 3 days.then who give more milk.....(x,y,a,b
    are int.forgotten).

    7.a ratio proportion problem.

    8.if a person moves 25 miles in the south.then he moves perpendiculam
    ly to wards west 25 miles.then he has to go 25 miles to reach the
    ultimate destination.in which direction,his dest is situated?
    ans: cant be determined?

    9.less than 500 of them are there. Among those 1/3rd know only french
    1/4th knows only english, 1/7 knows only german, Then find out how many
    are there totally?
    ans:420,

    10.
    a probability problem:
    find the probability of coinciding the day of birth of three person out
    of 9 person?

    11.two same length train are moving with speed 24 kmph and 18 kmph towards
    each other.if they crosses each other
    in 18 sec .then find the length of the train?

    12.if a pipe can fill a tank in 2 hrs.and can empty it in 3 hrs.if they r
    open at the same time ,then find the time
    taken to fill the tank?
    ans:6 hrs.

    ************************************************************************************************************


    IBM Technical:


    There r 20 qs.all r frm c and os.
    all r lengthy.
    give the statement and code..and ask 4 the output of the program.and
    the error of the code?

    eg:
    1. nice command is used for.......?
    ans: this is used for change the priority.
    2. which is not overloaded?
    ans:(',')
    3.ARP is used for...........
    1.map frm MAC adreeses to IP add.
    2.map frm IP addresses to MAC add.
    3. to store the ip addresses.

    4. declare the function ptr which return int and a function which
    return int pointer?
    ans: int (*f)(),int* f();

    5.
    what does the following statement mean?
    int (*a)[4]
    (a)'a' is a pointer to an array of 4 integers
    (b)'a' is an array of pointers to integer
    (c)'a' is a pointer to function returning an integer
    (d)...
    ans:a

    6. find the error of a program regarding operator overloading.
    ans: compilation error at line 5.

    7.
    class xx{

    int getseg();

    private:
    int segDet;
    };
    this class may create problem because: reasons are..
    1........
    2.......
    3........

    ans:be cause getseg() is private.

    8.a qs frm demand paging...........

    max c and os qs

    Hoping that this paper will help you guys,
    thanks,
    all the best
    Tue, 22 Jul 2008 09:05:00 +0000

  • IBM GLOBAL SERVICES Placements Paper-3

    1. In 1978, a kg of paper was sold at Rs25/-. I f the paper rate increases at 1.5% more than inflation rate which is of 6.5% a year , then what wil be the cost of a kg of paper after 2 years?


    a)29.12 (b) 29.72 (c) 30.12 (d) 32.65 (e) none of these

    2. In A,B,C are having some marbles with each of them. A has giben B and C the same number of marbles they already have to each of them. then, B gave C and A the same no. of marbles they have, then C gave A and B the same no. of marbles they have. At the end A,B,and C have equal no. of marbles.

    (i) If x,y,z are the marbles initially with A,B,C respectively. then the no of marbles B have at the end
    (a) 2(x-y-z) (b) 4(x-y-z) etc.

    (ii)If the total no. of marbles are 72, then the no. of marbles with A at the starting
    a. 20 b. 30 c. 32

    3. If a car starts from A towards B with some velocity due to some problem in the engine after travelling 30km.If the car goes with 4/5 th of its actuval velocity the car reaches B 45min later to the
    actual time. If the car engine fails ofter travelling
    45km, the car reaches the destination B 36min late to the actual
    time , what is the initial velocity of car and what is the distance between A and B in km

    ans) 20 & 130.

    4. A person has Rs 100/- in his pocket, he can as 25 pencils or 15books.
    He kept 15% of the money for travelling expenses and purchased 5
    pencils.So how many books he can purchase with the remaining money.

    5. ten questions on analogies.
    ex: hammer : carpenter ::

    knife : butcher.

    6. The values of shares A,B and C from january to june are as follows.

    month A B C

    JAN 30 60 80
    FEB 35 65 85
    MAR 45 75 65
    APR 40 75 82
    MAY 55 75 85
    JUNE 50 75 80

    i) During this period which share has undergone max fluctuation?

    ii) In which month it is possible to buy B and C selling A?

    iii) In which month the share values are very low?

    iv) By purchasing one share of A and 4 each of B and C in the beginning
    of the period , to get max profit when this shares should be sold?

    v) ?

    7. In a computer institute 9 languages can taught. The module is
    of 6 months duration and only six languages each of one month can
    be taught. In addition to that BASIC is always there and should be in first month itself

    # word perfect is to be taught in the preceeding week of word star.
    # FORTRAN can not be taught until COBAL is coarsed prior to that
    # BINO, FIFO never be taught in single module
    languages are BASIC, WORD STAR, WORD PERFECT, FORTRAN, COBAL, BINO, FIFO, LOTUS, C

    i. Of the following which module is possible based on above conditions.

    ii) If word star is in 3rd month , what could be in 6th month.

    iii) If COBAL is in the 2nd month and BINO in 6th month are there
    in addition to the above condition, FORTRAN will be in which month.


    8. In a class , except 18 all are above 50 years. 15 are below 50
    years of age. how many people are there

    a) 30 b) 33 c) 36 d) none of these.

    9. A square plot of some size , at four corners equal squares of
    some size are cut and is formed as open box. If this open box carries
    128ml of oil. What is the size of the plate i.e. side

    a.17 b.14 c.13

    10. In a square , all the mid points are joined. the inner square
    is shaded. If the area of the square is A, what is the shaded area?


    11. (x#y) = x+y-xy
    (x*y) = (x+y)/2

    i) (x#y)#(x*y) < (x#y), which of the below values of x, y will satisfy this equation ii) (a*b)#(b*c)< (a#b)*(b*c) , what values of a,b,c satisfy the above. 12) PATH = /bin : /usr : /yourhome The file /bin/calender has the following line in it cal 10 1997 The file /yourhome/calender has the following line in it cal 5 1997 If the current directory is /yourhome and calender is executed a) The calendar for May 1997 will be printed on screen b) The calendar for Oct 1997 will be printed on screen c) The calendar for the current month( whatever it is) will be printed d) Nothing will get printed on screen e) An error massage will be printed 13) what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these Ans) b 14) What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these Ans) c ( check it ) 15) which of the following function is used to repaint a window immediately a) Sendmessage(hWnd,WM_PAINt,......) b) InvalidateRect(.......) c) MoveWindow d) WM_COPY e) None 16) which function is the entry point for a DLL in MS Windows 3.1 a) main b) Winmain c) Dllmain d) Libmain e) None Ans) b 17) The standard source for standard input,standard output and standard error is a) the terminal b) /dev/null c) /usr/you/input, /usr/you/output/, /usr/you/error respectively d) NOne Ans) a 18) What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation 19) Which of the choices is true for the mentioned declaration ? const char *p; and char * const p; a) You can't change the character in both b) First : You can't change the characterr & Second : You can;t change the pointer c) You can't change the pointer in both d) First : You can't change the pointer & Second : You can't chanage the character e) None Ans) b ( check it) 20) The redirection operators > and >>

    a) do the same function
    b) differ : > overwrites, while >> appends
    c) differ : > is used for input while >> is used for output
    d) differ : > write to any file while >> write only to standard output
    e) None of these
    Ans) b

    21) The command
    grep first second third /usr/you/myfile

    a) prints lines containing the words first, second or third from the file /usr/you/myfile
    b) searches for lines containing the pattern first in the files
    second, third, and /usr/you/myfile and prints them
    c) searches the files /usr/you/myfiel and third for lines containing
    the words first or second and prints them
    d) replaces the word first with the word second in the files third and /usr/you/myfile
    e) None of the above
    Ans) b

    Aptitude

    1)speed of boat in still water is 10kmph..if it travels 24km downstream,16km upstream in the same
    amount of time,what is the speed of the stream?
    (a)3kmph
    (b)3.5kmph
    (c)2kmph
    (d)...

    2)a cube of 3 units is painted on all sides.If this cube is divided into cubes of 1 unit,how many cube
    have none of their faces painted?
    (a)...
    (b)2
    (c)1
    (d)0
    (e)none of these

    3)if a person sells a product for rs141/- he suffers a loss of 6%.if he has to have a profit of 10%,
    at what price should he sell it?
    (a)
    (b)rs.175
    (c)..
    (d)rs.165
    ans.rs.165 (i think,check)

    4)a ball falls from a height of 8ft ,bounces back to half the distance & continues till it comes to rest.
    what is the total distance travelled by the ball?
    (a)24ft
    (b)...
    (c)infinite
    (d)cannot be determined
    ans:(a)

    5)which of the following is the sum of 3 consecutive prime nos?
    (a)49
    (b)59
    (c)both a &b
    (d)....
    ans:c

    6)if the area of a square has increased by 69%,by what % has its side increased?

    7)in a class the average age is 16yrs.if the teacher who is 40 yrs of age is also included ,the
    average becomes 17yrs,how many students were there?

    8)if 3 houses are to be painted,mr A can paint a house in 6 days(nos are not same)...mr B can do
    the same in 8 days...& mr.C in 12 days.if mr A does the work for 8 days & leaves for vacation, & mr B continues the work
    for the next 6 days, for how many days should mr.C work?
    ans:11 days(check)

    9)4 thieves rob a bakery of the breadone after the other.each thief takes half of what is present ,& half
    a bread...if at the end 3 bread remains,what is the no of bread that was present initiallly?
    ans:63(check)

    10)if the 1rst day of 1999 is a sunday,what is the last day?
    (a)sunday
    (b)monday
    (c)....
    (d)cannot be determined.

    11) If A driver drives a car four times a lap 10,20 30,60 kmph what
    is his average speed.
    ans:20kmph

    In a group there are two kinds of people type A & type B.type A
    people answer for any question as YES & that of type B as NO.if
    they can not answer to these question then they remain silent.
    the mayor asks question to them as follows........

    12).if he asks a person are u type A
    a.YES b.NO c. Silent d.Can not be determined

    13)he asks two persons X &Ysimultaneously whether u of same type
    a. YES b. NO c.YES or NO d. Silent e. can not be determined

    14).pointing to a person X he asks Y what is his type
    a. YES b. No c. Silent d can not be determined

    15).pointing to a person X he asks Y if I ask him whether r u
    type A ,will he answer YES.Y says NO .what type of B is
    a. YES b. NO . c. Silent d. can not be determined

    16)six squares of same dimension are kept side by side to make a rectangle with a perimeter of
    182 cm. what is the perimeter of each square.
    ans) 52.

    17)one student takes 20 mins to reach school if he goes at a speed of 15kmph .At what
    speed should he go to reach in 15 mins ( nos are not same)
    ans: 16kmph( check)

    18)how many rational numbers are there between 0 & 5
    ans:infinite

    19)A certain number of bullets were shared by 3 people equally.Each of them fired 4 bullets
    and the sum of the remaining bullets was equal to the initial share each had got.what was the initial
    number of bullets?
    ans:18..( 18/3=6;
    6-4=2,6-4=2,6-4=2;
    2+2+2=6=ans)


    20)A trigger is
    (a) a statement ..start of database..
    (b)statements that r executed as a side effect to the modification to the database
    (c)...
    (d)...
    ans (b)

    21)what does the following statement mean?
    int (*a)[4]
    (a)'a' is a pointer to an array of 4 integers
    (b)'a' is an array of pointers to integer
    (c)'a' is a pointer to function returning an integer
    (d)...
    ans:a

    22)best method to find out whether a given array already sorted,is sorted or not in min. time
    ans. insertion sort (check)

    23)a primary key in one table also present in some other table is called
    (a)foreign key
    (b)secondary key
    (c)subordinate key
    (d)...
    ans. foreign key

    24)which of the following is a real time system?
    (a)robotics control
    (b)airline ticket reservation(ans)
    (c)
    (d)...

    25)a question to convert a big no in decimal to octal(check only for the last 2 nos in ans is sufficient)

    26)which of the following is an example of a spooling device?
    (a)..
    (b)line printer..
    (c)
    (d)
    (e)...

    27)if in a table:account no,account holders name,account type ,.....(something else was given)are the
    fields,which of them could be the primary key?
    (a)account no(ans)
    (b)account holders name
    (c)account type
    (d)..

    28)if a file is opened in "r+" mode(in C),it means
    (a) write
    (b)read
    (c)...
    (d).....

    29)what is the difference between 123 and 0123 in c?
    (a)120
    (b)40
    (c)0
    (d)...
    ans:40

    30) Software Configuration Management process is -
    (a)developing & managing software for .....software....
    (b)developing & managing hardware for....software.......
    (c)...
    (d)..

    31) Data Integrity constraint is
    (a)to ensure the presence of primary key
    (b)...
    (c)...
    (d)...

    32)which of the following uses the minimum length of cable?
    (a)ring
    (b)star
    (c)mesh
    (d)bus
    (e)all of the above

    33)how can u append the ls and who to certain existing file (like
    that)(i.e.listing & output of who is to be directed to a file
    (a)ls;who>filename
    (b)ls;who>>filename
    (c)(ls;who)>>filename
    (d)who;ls(e)...

    34)suppose u have a network .users complain of slow ....u suspect a problem in network adapter
    once u find that the data is continuous and erroneous.what device do u use?
    (a)volt-ohmmeter
    (b)SNMP
    (c)protocol... checking
    (d)all of the above

    35)What is vector processing?

    36)x-=y+1 is equivalent to what?
    (a)x=x-y+1
    (b)...
    (c)x=x-y-1
    (d)...
    ans:(c)

    37) in a student form what is the relationship b/w
    student and course
    (a)one to one
    (b)many to one
    (c)one to many
    (d)many to many

    38)ROM is
    (a)volatile
    (b)permanent & fast
    (c)device containig boot up program & is not accessible
    (d)...


    Technical

    1. what does vector processing do?

    2. What is the use of software configuration management?


    3. what command is used to append two files using who that is listed by ls;


    4. if there is a problem in a network during transmission which is used to detect that?
    a.protocol anaylzer, b. SNMP....

    5. In C, x-=y+1 how will u represent it..
    a.x=x+y+1,b.-x-y-1,c.-x+y+1....

    6. What does Trigger do?
    3rd option

    7. In which topology we use less amount of cables.
    ring, bus, star,mesh.....


    8. Which sorting techniques is best for already sorted array...?.
    ans: bubble sort


    9. Which is said to be a realtime system.?
    1. credit card systen
    2 online flight reservation system
    3 bridge control systen...not sure

    10. decimal to octal conversion problem?ans A

    11. A person having a/c number, a/c name,bank name, a/c type.. which is the primary among the above?

    12. why data integrity is used?

    13. if a primary key is an attribute of another one table means........
    1 candidate key
    2 foreign kryey
    3 seconda
    4.....


    14. int (*a)[4]. Explain this expression

    15. Difference between 0123 and 123 in c
    ans : 40

    16, in c r+ is used for
    1 read only
    2 writing only
    3 both 1 and 2


    Apptitude

    1. which 3 consequtive prime numbers gives the total
    ans: 49 (13,17,19)

    2. Rational numbers between 1 and 5
    1. 3
    2. 2
    3. 0
    4.infinite (ans)
    5.finite.

    3.If boat travels in 10km/hr in still water. it travels 14kmhr in upstream and 26km/hr downstream what is speed of stream?

    4. .A cube of 3 unit has 6 surface is painted.If u cut the cube of 1 unit each how many cubes remain unpainted on all sides.
    ans.1



    5 one questions in profit and loss
    a person sold an article at Rs.141 at 6% loss,to gain a profit of 10% at what price the article should be sold.
    165

    6. If person 20 min at 12 kmph. then how many Kmph in 15 minutes
    Ans.16

    7. Three person shared bullets equally. 4 were shot total no of bullets remainin is equal to the no of bullets initially divided
    ans : 18

    8.1st day of the year 1999 is sunday and what will be last day of the same year
    ans sunday

    9. 4 thieves entere a bakery and stoled bread one after the other.Each one took half of the total number of breads+half a loaf.If 3 breads were remaining what is the total number of breads.

    10. If a ball is dropped from 8ft and it bounces half the height each time. Then the total distance travelled
    ans.24

    11. 6 squares of equal size are placed side by side to form a rectangle whose perimeter is 182. find the perimeter of the single square.
    ans 52

    12.the average age of students in a class is 16.when a teacher of age 40 is added , the average becoems 17. what is the total number of students
    ans.23
    Tue, 22 Jul 2008 09:01:00 +0000

  • IBM Paper-4
    Two Sections

    1. Aptitude
    2. Technical

    Aptitude

    1. like 3 consecutive prime adds to some no what is that
    ans: both 49 and 59.

    2. one persont travlled 4 laps with the speed of 10,20,40 ( or 30) and 60 kmph
    and what is the average speed.

    ans: 20 (sure)

    3.like one student takes 20 mins if he go with speed 15kmph and at what speed he
    should go to reach in 15 mins ( nos are not same)

    ans: 16kmph( but not sure)

    4. there are 2 type of people group 'yes' who always says yes ( they never say 'no') if they are not sure about they will remain sailent. and other grou
    name 'no' where the group of people always say 'no' if they are not sure they
    will remain silent.

    thats it now quetions are

    1) what will be the answer if i ask are u belong to
    group 'yes'

    options are: they remain silent ,say yes, say no,
    either yes or no, can't
    be determined

    2) same quetion but if i ask are u belong to group
    'no'

    answers for both above quetions are not ( not
    determined)

    3) what will the other person say if ask are u
    belong to grou 'yes'
    and etc
    there were 5 quetions first 4 u can do it last one
    little bit tough.
    spend some time on this u can do it.


    4.like from height of 8 mts on ball fell down and each
    time it bounces half the
    distnace back. so what will be the distance
    travelled
    ans: 24 (sure) like 8+4+4+2+2+1+1+0.5+0.5+ and etc
    ..
    answer is not 20

    5.like 6 cubes are arranged adjacentlay and given the perimeter and aksed to
    find the perimeter of one cube.

    ans: if x is the total perimeter then (x/14)*4 leads
    to the answer.
    but check it once u will be having plenty of time.
    answer is 52 (13*4)

    6. some data is given like this 10kmph in still water
    ship took some x mins and downstream
    some y mins in same time
    what is the stream value .... (q is not exat)
    ans: 3 (not sure)

    7.some average problem like 16 students average
    weight and teacher joins them ....
    ans: 23 (sure) do this (16x+40)/(x+1) will give
    the value.

    8. some probelm on square like to increase area by
    69% by what percent side should be
    incresed
    ans: square root of 169 i.e 13 ( not sure)

    9. no of rational nos b/w 0 and 5
    ans: infinite

    10. First day of 1999 is sunday what day is the last
    day
    ans: monday

    11.bullets probel some x no of bullets are shared by 3
    people equally . and each fired
    4 bullets then the sum of remaining bullets is
    equal to intially divsion value
    ans: 18 (sure)

    12. bread problem, one come and eat half no of breads
    and somthing...
    ans: 63( check it)


    13. like A can do in 6 day and B can do in 8 and C can
    do in 12 days but b left after working for 6 days for
    how many no of day A and C shluld work
    ans: 11( i dont think so this is correct)

    Technical

    1. what is vector processing
    ans: i dont no

    2. what is data integrity
    ans: option a ( like the range of values is defined
    by data integrity)

    3.which topology takes minimum wiring
    options: star,bus,ring and complete etc
    ans: find it from network text book ( may be bus or
    ring)

    4.best sorting if elements are already sorted
    ans: insertion sort(sure)

    5.software configuration management -----
    ans: option a ( but check it from SE text book there
    are only 2 confusing answers)

    6.In network the packers are flowing unnecessarly what
    is the way to control
    it and ....
    options: SNMP, and some i dont remember.

    7.some octal no to decimal conversion
    for given octal no the last digit was 7
    ans: the option a ( the decimal last digit was 1)

    8.x-=y+1 is equivalant to

    ans: x=x-y-1 (sure) because it is interpreted as
    x=x-(y+1)

    9. in a student form what is the relationship b/w
    student and course
    ans: actually it is many to one but they specified
    in a student form
    so think and write.

    10.which is correct to append the ouput of ls and who
    to some file x.
    ans:(who;ls)>>x (check it)

    11.what is trigger in DBMS (know what it will do)


    12.what happens when we open a file in r+ mode
    like whether file will be created if it s not there
    can we write to file ...

    13. what is ROM
    ans: it contains boot up program and it is not
    accesible
    that was one answer and anothe option was
    it is non volatile ( choose one among these 2)

    14. what is int (*a)[4]
    ans: pointer to an array of 4 integer (check it)

    15. primary key of anothe table is present and so
    on..........
    ans: foreign key

    16. what is the diffirenece b/w 0123 and 123 in c?
    ans:40(sure)

    17. which among the devices is spooled device
    ans: printer(correct)

    18. if u get error in adapter which device will u use?
    ans: contact electronics student.
    one of the option was voltometer.

    19. which is the real time application
    ans: robotics


    Interview:

    it depends upon the Panel
    be perfect with u'r mini project.

    HR quetions

    1. why 2+2 is 4 why not 5.

    ans: assume u took 2 apples from A and 2 more
    apples from B and assume u are having 5
    and give 2 to X and give 2 more to Y then
    nothing will be with u i.e u lossed.
    (give some answers but dont say that it is
    like that only )

    2.how may stones did hanuman thowned on lanka? (
    diffirent but of same type)
    and one more how many trees are there in u'r campus
    ...
    ans:
    dont say i dont no
    say some no for ex 1000 and say i.e correct . they
    wont say any thing for that
    because it is not possible to disprove that .

    3. why IBM


    Technical

    1. what does vector processing do?

    2. What is the use of software configuration management?


    3. what command is used to append two files using who that is listed by ls;


    4. if there is a problem in a network during transmission which is used to detect that?

    a.protocol anaylzer, b. SNMP....

    5. In C, x-=y+1 how will u represent it..

    a.x=x+y+1,b.-x-y-1,c.-x+y+1....

    6. What does Trigger do?


    7. In which topology we use less amount of cables.
    ring, bus, star,mesh.....


    8. Which sorting techniques is best for already sorted array...?.
    ans: bubble sort


    9. Which is said to be a realtime system.?

    1. credit card systen
    2 online flight reservation system
    3 bridge control systen...not sure



    10. A person having a/c number, a/c name,bank name, a/c type.. which is the primary among the above?

    11. why data integrity is used?

    12. if a primary key is an attribute of another one table means........
    1 candidate key
    2 foreign kryey
    3 seconda
    4.....


    13. int (*a)[4]. Explain this expression

    14. Difference between 0123 and 123 in c
    ans : 40

    15, in c r+ is used for
    1 read only
    2 writing only
    3 both 1 and 2


    Apptitude

    1. which 3 consequtive prime numbers gives the total
    ans: 49 (13,17,19)

    2. Rational numbers between 1 and 5
    1. 3
    2. 2
    3. 0
    4.infinite (ans)
    5.finite.

    3.If boat travels in 10km/hr in still water. it travels 14kmhr in upstream and 26km/hr downstream what is speed of stream?

    4. .A cube of 3 unit has 6 surface is painted.If u cut the cube of 1 unit each how many cubes remain unpainted on all sides.
    ans.1

    5 one questions in profit and loss
    a person sold an article at Rs.141 at 6% loss,to gain a profit of 10% at what price the article should be sold.
    165

    6. If person 20 min at 12 kmph. then how many Kmph in 15 minutes
    Ans.16

    7. Three person shared bullets equally. 4 were shot total no of bullets remainin is equal to the no of bullets initially divided
    ans : 18

    8.1st day of the year 1999 is sunday and what will be last day of the same year
    ans sunday

    9. 4 thieves entere a bakery and stoled bread one after the other.Each one took half of the total number of breads+half a loaf.If 3 breads were remaining what is the total number of breads.

    10. If a ball is dropped from 8ft and it bounces half the height each time. Then the total distance travelled
    ans.24

    11. 6 squares of equal size are placed side by side to form a rectangle whose perimeter is 182. find the perimeter of the single square.
    ans 52

    12.the average age of students in a class is 16.when a teacher of age 40 is added , the average becoems 17. what is the total number of students
    ans.23


    IBM Latest paper
    There are 2 sections Aptitude and Technical .

    Each Comprises of 20 qs
    Aptiutude:

    1)two clocks meet at 12.Next time they meet again
    after
    Ans 65.45

    2)Soldiers form a square .Initially 32 soldiers
    left.Then 8 .After they could not form a square.Total
    at the beginning
    options 100,81,49,67

    3)Age of Grandfather is the ages of 4 grandchildren
    where their ages are in consective.Find the age of GF
    I think 72

    4)3 person waiting for the train Some conditions
    given.Finally they ask the time.Ans is 4.37

    5)Some Squirrel qs where it covers 1/4 th distance
    then 1/2 i couldnt remember

    6)if mpown=121.Then m-1pown+1 is 1000

    7)if speed in the ratio 5:4:3 then the time taken to
    cover the same distance is

    8)20men construct a wall 56m in some days similar one
    ans 49 (check aggarwal)

    Technical

    char *p=(char *)10
    op=?

    Running time of 8T(n/2)+q is ncube
    Scope of static and automatic var 2qs
    nodes in binary tree of length 4 is 15(2pown -1)
    how to convert 2d array to single dimension
    options are

    1.convering a row 2 colunm 3 or both in to o's comments-for documentaion or it increases file size like that.u have toi choose the correct one

    Technical qs are bit tricky..
    Tue, 22 Jul 2008 08:58:00 +0000

  • oracle Paper
    section 1:

    1. what are sparse matrices?. give (at least) two methods for implemetation
    rather than two dimentional array.
    2.what are cheap locks/latches?.
    3.what is two phase locking?. Name two locks.
    4. What are volatile variables in C?. What is their significance ?.
    5. will these two work in same manner
    #define intp int *
    typedef int * inpp;
    6. what are binary trees?. what is its use?.
    7.

    section 2:

    A). write header file containing functions used, etc (C),
    problem is to maitain a Queue. user has to give size and type of Queue.

    B). C++
    1. What is polymorphism?
    2. What is Inheritence?.
    3. Mention four Object Oriented Programming Languages?>
    4. Mention basic concepts of OOP.
    5. What are messages in OOP?.
    6. What is garbase collection?.
    7.what is object?.
    8. what is a class?.

    section 4:
    1. expand the following:
    a.SEI b. ISO
    2. what are different levels of SEI?.
    3. What is significance of ISO?>
    4. Expand the following:
    a. WWW
    b. HTTP
    c. HTML
    d. TCP/IP
    5. what is Black box testing?.
    6. explain the following:
    1. white box testing
    2. white box testing
    3. boundary testing
    4 stress
    5. negative
    6. system
    7. unit
    8.module
    9.destructive

    Hoping this paper will help you guys,
    ALL THE BEST
    Tue, 22 Jul 2008 08:57:00 +0000

  • WIPRO Placements Papers









    Tue, 22 Jul 2008 08:53:00 +0000

  • WIPRO PLACEMENTS PAPER - I
    Pattern was same as previous

    Verbal 15
    Analytical 15
    Technical 20
    no negative marking

    Previous questions were not repeated. If ur good at grammer in ur school level its enuf to clear Verbal.

    Analytical was really analytical as there were only 3 or 4 questions from quant. They were pretty easy. Rest all depends on ur talent.

    As I am from Electrical& Electronics I felt Technical very tuf. I knew only 4q's in tech that too from C. God was with me. So I got thru the written test.

    Suggestion for non CSE and it students is dat dont worry u can answer atleast 6 q's confidently in tech as there were some q's where u can eliminate 3 options in the first look itself.

    coming to the Tech Interview

    We were given only 10 minutes after the results of the written test were announced.

    I was the 3rd to my pannel and was the first to be selected by him.
    he: give me ur resume
    me: gave him the resume
    he: tell me abt ur self
    me: I was prepared for it.i gave the answer promptly. I couldnt maintain eye contact initialy but i could manage it.

    he: wat do u kno in C
    me: basics
    he: C++?
    me: no. and told him the reason y i didnt learn them outside.
    its always better to substantiate such things with a reason.

    he: wat 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: wats the difference bet ms office xp and 2003
    me: (i wrote tat in my computer skills) i told him we use only the basic features of ms office. may be there r some internet related features in 2003 which r not there in xp.

    the real difference is dat 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 gist was that whether a file created in office 2003 be opened in office xp.
    me: yes sir it can be without a problem
    he: r u sure
    me: yes sir. i tol 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. dat was a plus point for me.
    he: then told me to wait outside and told that he will let me kno
    me: thank u sir.he forwarded his hand and i did the same and gave a firm shake hand.

    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 ur ur self
    me: tol her same thin letter to letter as i tol in tech.

    this time eye contact was not at all a problem

    she: (i told her something on my introspection in my intro) she asked gimme an incident as an example.

    me:i didnt expect her to ask it.but suddenly an incident flashed into my mind. it really happened in my first year.i told her dat.

    she: tell me abt ur family
    me : told her
    she: y didnt u get placed in CTS and TCS?
    me: (cts and tcs came to our college on 3rd of aug) I told her i didnt clear their written.

    she: wat did u learn from dat
    me: I was not expecting dat but my mind was alert as I was not at all tensed. I told her tat donot fall for temptation from CTS and do not prepare more than ur caliber from TCS.

    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: wat if i place u 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: wat do u think abt ur 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 tat our college has good placements and good companies r coming and i also told tat Wipro is one such company

    its always good to boost abt ur college though u dont like somethings in ur college describe those points in which ur college is different from other colleges.

    then she told me "ok u can leave"

    i told thank u and left.

    interviews for me were over by 4:15 pm

    I waited upto 8 :15 then results were announced and my name was there.

    Infact the hr was so easy tat all my friends who cleared tech got thru hr. Some of them were asked only one question: why wipro or why shu i hir u? and they were all selected. EEE students gave their best on tat day.

    My suggestion to those preparing for campus placements is dat, do not expect much before u get selected. Write the test as if ur writing ur internals. Be practical, be cool.

    Never never never loose in hr interview. So donot expect any questions tat u prepared for. Only two things will be looked for: they r confidence and eye contact and truth in ur answers. So donot bluff.

    Before u go for interview learn new things abt ur self which u dont kno and try to boost those in the interview and ur resumes. U kno ur self better than others. If u kno ur self better then u will kno wat to answer for wat.


    all the best.
    Tue, 22 Jul 2008 08:53:00 +0000

  • WIPRO PLACEMENTS PAPER - II
    The day started with a pre-placement talk..it was about 45 minutes…he said a lot bout WIPRO…I was satisfied with the presentation..because…there were many opportunities after joining WIPRO….like they have tie up with BITS, IIM’s etc..so they give us an opportunity to do M.Tech..like this many….

    After this, immediately there was the written exam…which consisted of 3 sections:

    1. verbal
    2. analytical
    3. technical

    there was sectional cut-off but no negative marking…



    Verbal was bit easy…it consisted of 15 questions

    2 questions on meanings

    2 questions on analogy

    2 questions on correction of sentence

    2 questions on opposites

    4 questions on comprehensive passage

    2 questions on fill up the blanks with multiple choices

    1 odd man out

    Over all…to say clearly..this verbal section will be easy for GRE writers…coz…my other frnds said that..all question were from Barron’s



    The pattern was entirely changed…only one question was repeated from the old papers n is

    CANONIZE:SAINT::
    a)train:athiete b)guard:dignitary c)deify:sinner d)lionize:celebrity answer is D



    Comprehensive passage was little bit easy…remaining Barron’s will help u…



    Next was analytical..see frnds..this time..both previous papers and R.S.Agarwal dint helped me…questions were totally talent based..3 questions were too long..even I dint read them..juz guessed…there were 15 questions…

    2 questions were on divisibility…say…

    A number when divides with 9, 8, 5, 3 leaves remainder 5,3,6,0..wat is da number…u can do this simply by verifying the options…another was also the same type…

    One was on Permutation and combinations…my view is that..to be good in all mathematics basics n general thinking…so dat it would become easy…



    Next was the most tuff one of the exam..analytical…god…Iam from biomedical engineering stream..n all question are from java..oracle..unix..only one question was from C n other one from C++ ..

    20 questions were asked..gud news is that…wipro management said that…there will be lower cut-of for non-it branches…but this was accepted by them prior to the exam..we informed about this to wipro..on aug 1st…



    Over all all 3 sections will be given in one paper…n one omr sheet…time 1 hour for 15+15+20 questions…sectional cut of…no negative marking…so guess a lot…I guessed 17 questions of technical…refer barrons..have gud mathematics basics…have a great knowledge in C n C++..it helps u again in interview…

    I was 50-50 about my result..coz my verbal..was a big doubt for me..

    Exam was completed by 12:15…results were announced at 1:00…out of 352 members 150 were selected…mine was 3rd batch…interview at 3:30…

    I then had a mock interview with my friends….at college..i think it helped me a lot..coz..this was the first interview …

    Then..i came to assembly hall by 3:00 with a formal plain shirt n trouser (frnds don’t wear checks type of shirts)…wid shoes…

    Our 3:30 batch was called at 4:00…I was the first from our batch…to have interview…

    I went in with a big smile…greeted him…he had given a shake hand…and told me to sit…I said thanx…he asked..”tell me bout urself”…this went for 5 minutes…then he said that “iam new to biomedical..tell me about it”…I said bout biomedical engineering for 10 minutes…den he said to list the subjects which we had form 1st year…I listed all of them.. he then asked me bout my paper presentation…he was totally impressed…n den..he asked to tell bout each subject for 1 minute…I said it…n den…asked to write a program on swapping..i said I will use strings..he said no n asked to swap a=3 and b=5….bfore I took pen..he said me 2 explain the procedure….i did it perfectly….den asked bout Inheritance…loops used in C…increment and decrement…bout and & or gates..wid truth table…

    He asked why s/w…I said…doing biomedical was passion…but I want 2 work in s/w field desperately….i think he was impressed a lot…wit dis sentence..he den said any questions…I asked one..n had given me an application for HR round…I was on cloud nine…coz…I was confident dat I will be placed in wipro…

    Then…Hr was juzz for formal…it was for 3 minutes..he asked—“tell me about urself”…n “tell bout ur paper”…dats all

    I was confident that..i will be placed in WIPRO…

    90 were selected for HR…

    Interviews were upto 10:00 pm….results was announced at 10:40…ohh god….i was one among 66….



    Friends..i say clearly…juzz be confident…if u r saying false…be confident…


    all the best.
    Tue, 22 Jul 2008 08:51:00 +0000

Submit your RSS Feed

Subscribe to this RSS Feed

Copyright © 2006-2007 Listopica, Inc. RSS Feed Directory  |  Submit RSS Feed