PlacementPapers.asia

Placement Papers 2008,2009,2010 for Freshers.Largest Collection of IT Companies Placement Papers and Interview Questions in india. Latest Placement Papers of IT and Non-IT Companies.




Categories

Links

  • JET AIRWAYS PLACEMENT PAPER 9th JULY 2006
    JET AIRWAYS SAMPLE PAPER 0N 9th JULY 2006 AT BIT, KOLKATA
    Hi friend,
    today i have given the exam of jet airways .
    It is a tough q . The pappern is quite weaky type . i am from ece but in their q paper there was at least 15 q what [...]

    2 Comments
  • JATAAYU PLACEMENT PAPER 15th OCTOBER
    JATAAYU PAPER ON  15th OCTOBER AT ANANTAPUR
    Hai guys,,
    this is Mahesh. Studying M.C.A in JNTU college of engineering Anantapur.
    Now i am sharing my experince with Jatayu Software held recently in our college.
    mainly jataayu has 4 rounds.
    In this 1) aptitude round.  (1 hour)
    2) c-aptitude round.(1/2 hour)
    3) c-programming round. (1 hour)
    4) Techinical  &&  HR [...]

    No Comments
  • J&B Placement Papers  – JUN 2006
    J&B SOFTWARE INTERVIEW – JUN 2006
    Dear Friends
    I got placed in j&b software.  I would like to tell you about my interview experience there.
    They asked me from OOPS and C. Then they asked me questions from my project and how i implemented it. I answered it well. I even told them [...]

    2 Comments
  • Ivega pattern
    Written by Santhosh
    Thursday, 28 September 2006
    In IVEGA test
    There will be 4 rnds,—-written,gd,interview-tech,hr-rnd.
    The written test—-will be of 30 min. n 40 qns.. all r multiple choice qns.
    includes eng,apt-maths,gk
    gk-such as wht’z the diff bn GMT & IST..ans is +5.5 hrs..
    apt-from RSAgarwal–train,time,distance,work,geometric-area,volume…
    eng-from GRE syn,ant,fill in blnk
    GD —–will be of 15-20 min abt a topic.
    introduce urself and discuss [...]

    1 Comment
  • Ittiam Question Papers
    1 A 5 digit number is appended with 7(on right of units place) and multiplied by 5 then the result is similar to intial no with 7 on the left most digit (most significant digit). Find the 3rd digit in the initial number
    ans = abcde7
    * 5
    ————-
    7abcde
    Therefore, e=5, b=8, c=2
    answer: c=2
    2 OTTFFSS?N
    a.T
    b.E
    c.N
    d
    ans: I wrote [...]

    3 Comments
  • ELICO placement paper
    16 people can do a work in 3 hrs?, how much time will 5 people take?
    * 185 miles. traveled in bus for 2 hrs a dist of 85. in how much time, he need to travel the
    remaining 100 miles, if he need to get an average of 50 miles per hr.
    *efface=? : similer [...]

    1 Comment
  • DELL PATTERN – 10 JUL 2006
    1. Personal Introduction and Topic round
    2. Hr Round
    3. Voice Asscent round
    4. Operational Manager round.
    5. Hr round (Reg sal and etc)
    1. Personal Introduction and Topic round:
    This is easy round and they ask u to say about urself and then ask to speak on topic for minimum of 1 min and topic [...]

    1 Comment
  • HFCL Placement paper

    Company : HFCL
    (1) TTL to CMOS pullup & vice-versa
    (2) function of Ping
    (3) SNMP protocol
    (4) Application layer
    (5) ## —-> token pasting in C
    (6) Question on C: i^=j you have to tell the output given the values of i and j;
    (7) Complexity of Binary Search tree
    (8) Macro is given as follows : SQR(x) x*x
    find the [...]

    No Comments
  • Cap Gemini 2006 placement paper

    It consists of 3 round. (1) Written (2) Technical Interview (3) HR Interview.
    Written Test
    There were 3 sections :-
    (1) Quantitative 25 questions.
    (2) Analytical 30 questions
    (3) Verbal 25 questions.
    Test Details :
    Student appeared :- 150 (Exact)
    Short listed from written : 30% (Approx)
    Selected finally : 30% of short listed
    Quantitive Section (Maths)
    Logical Reasoning Section
    Verbal Section
    Round II [...]

    No Comments
  • BBB Placement paper 1
    Analytical:
    1. Given a cube, with different colors on its faces, and then is cut into 64 pieces, and the questions relate to the colors of different colored small cubes.
    2. A few ladies and gents sit around table in some given order and 4 questions are about their seating arrangement with some restrictions.
    3. [...]

    No Comments
  • ISRO Placement Paper
    The minimum number of edges in a connected cyclic graph on n vertices is
    a) n-1 b) n c) n+1 d)none of these
    2.A full binary tree with n non leaf nodes contains
    a) n nodes b) log n nodes c)2n-1 nodes d)2n nodes
    3.The time complexity of shell sort
    a) O(n) b) O(log n) c) O(n ) [...]

    1 Comment
  • ISPAT PAPER

    HAI FRIENDS
    Iam renjith.r from govt engineering college kozhokode.i got selected for ispat industries from interview.i want share my experience.
    1.ispat mainly focussing electrical,mechanical,instrumentation.
    iam a electronics and instrumentation student
    2.ispat didnt conduct any aptitudetests,ellimination through gd.they are avoided  50% people.gd topic not related on any current topic.some management level topic.my topic is why should you select [...]

    No Comments
  • ISOFT Placrement Paper
    c ques:
    1.a=5,b=3,c=a,b
    d=(a,b)
    printf(c,d)
    ans:c=5,d=3
    2.e(int n)
    {
    if(n>0)
    {
    …(not clear)
    printf(“%d”,n);
    e(–n);
    }
    return
    }
    ans:0,1,2,0
    3.which has no problem with pointers
    int *f1()
    {
    int n;
    return (n)
    }
    int *f2()
    {
    int *p;
    *p=3;
    return p;
    }
    int *f3()
    {
    int *p;
    p=malloc();
    return p;
    }
    ans:no error
    4.header file ->contains declarations.
    5.sizeof operator is executed during compile time..
    6.*p+=1
    *p++
    are these two same?
    not same.
    7.func(int i)
    {
    static int count;
    count=count+i;
    }
    ans:1+2+3…(counts values does not go after funtion call
    8.is(‘a’<’b’) true
    10.short int=16 bits
    11.4 stmt. ans.int float i;
    12.int num[3];
    num[3]=2;
    ans:first stmt deals with [...]

    1 Comment
  • IOCL Placement Papers
    Section one: (100 Questions)
    General Aptitude.
    English
    Antonym
    Synonym
    Sentance Complition
    Reading Comprihension
    General Knowledge
    Maths
    Equation
    Percentage
    Interest
    Speed and time
    and some basic maths
    Section two: (100 Questions)
    Discipline Wise Questions
    Questions on
    Binary Tree
    Stack & Queue concept
    GateS (AND OR NAND NOR XOR…)
    Operation system fundamentals ( stress on diff algorithms)
    Data structure basics
    C funda
    Hit ratio, Page fault, seek time and other computer architech. fundamentals
    Compilar construction
    IOCL PLACEMENT PAPER – [...]

    2 Comments
  • Intex Placement Papers
    Paper Type : Whole Testpaper
    Test Date : 15 November 2006
    Test Location : Bangalore
    INTEC PAPER ON 15th NOVEMBER AT BANGALORE
    Hi Folks
    This is Abhishek, I appeared for Intec test through employee referral.
    Test duration : 90 mins
    No. of Questions : 23
    Completelly Technical (It was based on C )
    1. Difference between static & non-static variables.
    2. Define Pointers
    3. [...]

    1 Comment