New Member FAQ | Forums | Earn Revenue


Resources Entrance Ask Experts Exam Papers Jobs English Projects Universities Colleges Courses Schools Training My India



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter



Resources » Articles/Knowledge Sharing » My Interview Experience »

Wipro Interview pattern


Posted Date: 21 Apr 2008    Resource Type: Articles/Knowledge Sharing    Category: My Interview Experience
Author: SoberpreetMember Level: Gold    
Rating: 3 out of 53 out of 53 out of 5Points: 50



Hi All,

Please find the attachment of Wipro BPO Interview. This is not my own experience but is one of my friend's who recently went for an interview in Wipro BPO.

I hope this will be usefull.

Sober:x

Attachments

  • Wipro Inteview Experience. (14780-21125-Wipro Interview.doc)



  • Responses

    Author: Soberpreet    21 Apr 2008Member Level: Gold   Points : 5
    Hi Sharathsathisan,

    First of all thanks a ton for appriciating my work. These kind of appriciations i really need for more quality stuff and for motivation as well. I also read your suggesions, thanks for that as well but ISC has already told that you can either post your own experience or your friend's. As I am still a student of MBA, i have not gone through any experince as such, however when ever i got any opportunity i will go at least for the sake of expreince and it will be my pleasure of posting it in ISC.

    Any ways thanks again for your suggesions and appriciations. Last but not the least, the Sardarji joke was nice. I liked it. Keep on posting more.

    Sober:x


    Author: Mohamed Yasir arafath    08 Jun 2008Member Level: Silver   Points : 1
    very nice of buddy to share your's friend's exp.




    Author: Mohamed Yasir arafath    08 Jun 2008Member Level: Silver   Points : 1
    very nice of buddy to share your's friend's exp.




    Author: Prasad    08 Jun 2008Member Level: Gold   Points : 1
    Information is wealth. Thanks for your sharing information.


    Author: Mohamed Yasir arafath    09 Jun 2008Member Level: Silver   Points : 0
    Keep share your information in ISC


    Author: pothula mohan krishna    22 Apr 2009Member Level: Bronze   Points : 2

    Some Technical & HR questions of WIPRO


    1.Explain ur project.
    2.what is a pointer

    3.pass the address of a variable to a pointer

    4.write pgm for pass by value and reference

    5.what is recursion.write a pgm.

    6.what is macro

    7.difference between macro and standard lib functions

    8.define inheritance &polymorphism

    9what is multithreading

    10.is it necessary for a function to return a value

    11what is swapping in os

    12list the swapping alg.

    13what is page fault.explain a PF alg

    14what is a tree

    15.what is a graph.,disjoint graph

    16.sort nos using quict sort

    17types of sorting

    18types of software model

    19 what is query

    20.typer of sql,ddl,dml

    21.creata a table,view

    22what is a shell and kernal.


    1.how to find the jth node from last node in a single
    linked list in
    one search,the condition is i have not given the
    length of the
    linked list?
    2.differentiate the call by value and call by
    reference?
    3.defferentiate the static and volatile variables?
    4.define macro?
    5.write the gcd programm?
    6.i was given a program to find the output?
    i=printf("hellow");
    printf("%d",i);
    7.define register variable? advantage?
    8.#define a(a,B) a*b;
    printf("%d",a(2+3,2+3));
    9.define avl tree,2-3 tree,btree,bst?what are balanced
    tree?
    10.diffrence between tree to bt?


    They ask you questions regrading
    1) final year project(this is very imp.
    section..explain your project
    as
    nicely as possible)
    2) why u chose that project?
    3) C/C++ skills(this may include framing a program of
    their wish or
    if you are luckythen simple questions based on the
    programming language)
    4) your favourite subject(Be carefull and prepare that
    subject
    throughly)

    1) asked to explain about project.
    2) write a query in oracle
    --> select the duplicate names in a
    table(ename,empid)
    3)abt SQL,
    4)stmts in oracle(DDL,DML,DCL,TCL) and explain,
    5)some in c++, some in C,
    6)diff. between c and C++,
    7)what is OOP, features of OOps,
    8)what is a structure,
    9)can 2 diff, machines in 2 diff. companies(eg. WIPRO
    and TCS) have
    same IP address (Ans: yes,if they have a subnet
    mask).
    10)what a grid in VB how does it differ from other
    tools?
    11)what is a t-list in VB
    12)what is ODBC,ADO,DAO.
    13)examples of RDBMS
    14)what are diff kinds of DBMS?
    15)what is LAN,WAN?
    16)what does W in WLAN stand for?
    17)What is Linux,Unix.
    18)In what way does unix differ from Windows
    19)where do we use Unix.


    Wipro Interview

    1) Tell me about yourself

    2) Favourite Subjects


    3) What are the different types of sorts you know

    4) Which sorting algorithm is useful in general

    5) Given the different data sets,how do i know which sort to use

    6) What is difference between C and C++

    7) where do u use C and where do u use C++

    Cool What is polymorphism

    9) In DBMS he asked me about SQL queries.

    ex. name1 course1

    name2 course2

    name1 course2

    name3 course2

    name2 course1



    give a SQL query to get the output as follows.

    name1 course1

    course2

    name2 course1

    course2

    name3 course2

    10) What is Waterfall model in SE

    11) Iterative model and Rapid Application Development model

    12) About my final year project and what stage is my FYP(current situation) according Waterfall model





    Technical:

    1.Tell me about yourself
    (A brief description of yourself followed by what your technical skills are)

    2.questions on Software Engineering, followed by those in C and then about your projects.
    (Though u don't mention SE in u'resume nor do u mention any project in SE, he may ask questions in SE)

    3. What are the different models of SDLC?
    4. Differentiate between Spiral and Incremental model?
    5. What is the disadvantage of Incremental model? Give an example to explain.
    6. What do you mean by the Design phase? What are the tools that can be used in this phase?
    7. Coming to C, what is hashing? Why do we use hashing and not arrays? How do we implement a Hash table?
    8. What are function pointers? Give the syntax for the same.
    9. Why do we use pointers in C at all?
    10. You know about structures and union. Why is Union used? Give a real life example in which you'll use union?
    11. What is SSL?
    12. What is the difference between HTTP and HTTPS?
    13. Explain two of your projects (one should be FYP).

    (This round takes around 20 minutes and also depends on the persons interviewing &also the person being interviewed)




    Author: Nitin Thakor    22 Apr 2009Member Level: Gold   Points : 0
    realy it is greate info abt interview


    Author: raman    17 May 2009Member Level: Silver   Points : 0
    Hello,
    Thank you for sharing information.

    Raman Sharma


    Author: sanchit kapur    07 Jun 2009Member Level: Bronze   Points : 1
    hey thanx a lot mate,
    this will help me alot..
    i am writing there test next week.
    thanx again


    Author: Ranjith    09 Jun 2009Member Level: Silver   Points : 1
    Extradinary work done by you!!!!

    Surely it ll help studs who r new for these interviews.

    Keep continue this work!!!

    Thanks!!!


    Author: Rakesh Rawat    12 Sep 2009Member Level: Silver   Points : 1
    Really very useful information.

    Atleast candidtes can be mentally prepared for questions like that. These are very useful particularly for the freshers.

    Thanks so much for sharing this!!


    Feedbacks      
    Popular Tags   What are tags ?   Search Tags  
    Sign In to add tags.
    (No tags found.)

    Post Feedback


    This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
    You must Sign In to post a response.
    Next Resource: Infosys Interview Pattern
    Previous Resource: General tips to pass an Interview
    Return to Discussion Resource Index
    Post New Resource
    Category: My Interview Experience


    Post resources and earn money!
     
    Related Resources


    Advertise Here


    Watch TV Channels




    Contact Us   Advertise   Editors    Privacy Policy    Terms Of Use   

    ISC Technologies.
    2006 - 2009 All Rights Reserved.