Zensar Latest Campus Placement Papers (New Pattern) With Solutions

The Selection process is just like other companies:

1) Aptitude Test
2) Technical Interview
3) HR Interview

The Aptitude Test Consists of 3 Sections:

1. Mathematics
2. English
3. C Programming/ SQL (Questions might also be a mixture of Networking, Computer Architecture, Operating System)


Here are some sample questions:

Replies

  • Ankita Katdare
    Ankita Katdare
    It would be great if someone could share more technical questions in reply, so that we can solve them here.
  • Ankita Katdare
    Ankita Katdare
    Zensar Technical Questions for Interview Round:

    1. What are the types of OS, with examples?

    2. Difference between Linux & Windows.

    3. During multitasking, whether the jobs are executed parallely? Whether the WINDOWS OS is pre-emptive?

    4. Is multitasking & multithreading are same or not?

    5. Various versions of WINDOWS.

    6. Latest Version of WINDOWS(Windows vista).

    7. What do you know about Vista ?

    8. What is SDLC & its steps.

    9. How will you decide which language (whether c,java,etc…) is suitable for the development of a particular software?

    10. Why java is platform independent?

    11. Are the JVM for C & JVM for JAVA are different?

    12. What are byte code & object code?

    13. Difference between C & Java.

    14. What is polymorphism & its types?

    15. How overriding is done?

    16. What is inheritance?
    17. How error handling is done in Java?

    18. Types of classes in Java.

    19. Storage classes in C.

    20. Types of function calls?

    21. Call by reference & call by value.Which is better?

    22. What are the types linklist?

    23. Write a program to search a certain node in a linear linklist?

    24. Write a program to find the length of a string in C?
  • Ankita Katdare
    Ankita Katdare
    Here are some technical questions in PDF:
  • anudyuti
    anudyuti
    someone please post the solution of the Zensar Latest Campus Placement Papers 2011 (New Pattern)!!!!!
  • Ankita Katdare
    Ankita Katdare
    I think instead of going through each and every question, we can discuss the most difficult questions here. What say people?
  • Ankita Katdare
    Ankita Katdare
    Posting a few questions from the technical side in the paper above.
    Anyone up for the challenge?

    Find the output of the following code snippets -
    main(){
    int x=20,y=35;
    x= x++ + y++;
    y = ++x + ++y; printf("%d %d",x,y); } 
    char *p[]="rachit and devender"; 
    printf("%C",++(p[4])); 
    const char *p[]="abhishek and Ankur"; char k='a';
    p[1]=k;
    printf("%s",p);
    
  • Ankita Katdare
    Ankita Katdare
    Here are two more -

    main()
    {
    extern int i; i=5;
    printf("%d",i);
    }
    
    main()
    {
    int i,j=2;
    if(i%j !=0) j=5;
    printf("%d",j);
    }
    Anyone going to give it a go?
    These questions were asked in Zensar campus placement papers.

You are reading an archived discussion.

Related Posts

Here are few Q & A from Core Java : 1.Can we say null as keyword? Ans:Null is not a keyword. 2.What is shortcut way to convert any non –string...
'Customer is the King' - Is the statement still valid?1. You have to assume that you are one of the members of a real GD. 2. Members of a GD...
Happy Programmers's Day to all Programmers out there.....😁😁 Programmers' Day - Wikipedia, the free encyclopedia
What is meant by motor stall protection?????😡😡😡😡
hi to all i am new here but i have seen that all engineers here are CrazyEngineers and i also want to be like all of you.