CrazyEngineers
  • 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
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Ankita Katdare

    AdministratorSep 12, 2011

    It would be great if someone could share more technical questions in reply, so that we can solve them here.
    Are you sure? This action cannot be undone.
    Cancel
  • Ankita Katdare

    AdministratorSep 13, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Ankita Katdare

    AdministratorSep 13, 2011

    Here are some technical questions in PDF:
    Are you sure? This action cannot be undone.
    Cancel
  • anudyuti

    MemberSep 25, 2011

    someone please post the solution of the Zensar Latest Campus Placement Papers 2011 (New Pattern)!!!!!
    Are you sure? This action cannot be undone.
    Cancel
  • Ankita Katdare

    AdministratorDec 4, 2014

    I think instead of going through each and every question, we can discuss the most difficult questions here. What say people?
    Are you sure? This action cannot be undone.
    Cancel
  • Ankita Katdare

    AdministratorSep 18, 2015

    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);
    
    Are you sure? This action cannot be undone.
    Cancel
  • Ankita Katdare

    AdministratorSep 18, 2015

    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.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register