.
  Vyom World.com . Let's Touch the Sky Together!  
.

Home
VyomWorld.com Home
Interview Questions
VyomLinks.com Home
JobsAssist.com Home
Vyom Network
Contact Us
Jobs & Careers
Resume Submitter
Placement Papers
IT Companies Directory
Computer Jobs
Interview Questions
Online Exams
Vyom Career eMag.
Fun
Send FREE SMS!
SMS Jokes
Source Codes Library
Source Codes Home
ASP Source Codes
C Source Codes
C++ Source Codes
COBOL Source Codes
Java Source Codes
Pascal Source Codes
Submit Source Codes
GATE
GATE an Overview
GATE Preparation
Study Materal
GRE
GRE an Overview
GRE Questions
GRE Preparation
GRE Universities
TOEFL Preparation
TOEFL Resources
GMAT Preparation
GMAT Resources
MBA Preparation
MBA Resources
Networking Concepts
Networking Concepts
Testing Preparation
Testing Resources
Webmasters
Free Traffic Builder
Webmaster Articles
Web Hosting
Tutorials
Hardware Tutorial
1500 Free eBooks New!


Home » Placement Papers » Zensar Placement Papers » Zensar Previous Year Placement Paper

 

Zensar Placement Paper -: Quantitative and Analytical Reasoning Questions And Answers


Advertisements
Advertisements




Zensar Previous Years Solved Sample Placement Papers

  1. Spot is bigger than King and smaller than Sugar.
    Ralph is smaller than Sugar and bigger than Spot.
    King is bigger than Ralph.
    If the first two statements are true, the third statement is

    a. true.

    b. false.

    c. uncertain.

    Answer: b. false.
  2. Pick out the odd in the following—

    (A) Ashok—Assam

    (B) Poonam—Punjab

    (C) Gyanendra—Gujarat

    (D) Anjana—Rajasthan

    Answer: (D) Anjana—Rajasthan
  3. KEATS = 25, SHELLEY = 35, BROWNING = ?

    (A) 45

    (B) 37

    (C) 50

    (D) 40

    Answer: (D) 40
  4. QUESTION: 81, 9, 64, ______, 49, 7

    A: 8

    B: 9

    C: 10

    D: 11

    Ans: A
  5. QUESTION: AGMS, agms, _______________

    A: ABCD abcd

    B: abcd ABCD

    C: BHNT bhnt

    D: bhnt BHNT

    Ans: D
  6. QUESTION: aa, bbb, cccc, ______________

    A: ddd

    B: ddddd

    C: dddd

    D: DDDD

    Ans: C
  7. Would the following program compile?

    main()
    {
        int a=10, *j;
        void *k;
        j = k = &a;
        j++;
        k++;
        printf("\n%u%u", j, k);
    }

    A. Yes

    B. No, the format is incorrect

    C. No, the arithmetic operation is not permitted on void pointers Answer: Option C

    D. No, the arithmetic operation is not permitted on pointers

  8. According to ANSI specifications, which is the correct way of declaring main() when it receives command line arguments?

    A. main(int argc, char *argv[]) Answer: Option A

    B. main(argc, argv) int argc; char *argv[];

    C. main() {int argc; char *argv[]; }

    D. None of the above

  9. What error would the following function give on compilation?

    f(int a, int b)
    {
        int a;
        a = 20;
        return a;
    }

    A. missing parenthesis in the return statement

    B. The function should be declared as int f(int a, int b)

    C. redeclaration of a Answer: Option C

    D. None of the above

  10. Point out the error in the following program:

    main()
    {
        const char *fun();
        *fun() = 'A';
    }
    const char *fun()
    {
        return "Hello";
    }

    Ans: fun() returns to a "const char" pointer which cannot be modified.

  11. Which of the following is an infix expression?

    a) (a+b)*(c+d)

    b) ab+c*

    c) +ab

    d) abc+*

    Answer: a

    Explanation: (a+b)*(c+d) is an infix expression. +ab is a prefix expression and ab+c* is a postfix expression.

  12. What is the time complexity of an infix to postfix conversion algorithm?

    a) O(N log N)

    b) O(N)

    c) O(N²)

    d) O(M log N)

    Answer: b

    Explanation: The time complexity of an infix to postfix expression conversion algorithm is mathematically found to be O(N).




 


.

Recently Updated: New Placement Papers added.
Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | GRE Preparation | Jobs, Discussions | Software Listing | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | International Business Information | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | FAQs | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Excellent Mobiles | Software Testing | Interview Questions | Freshers Jobs | Server Insiders | File Extension Directory

Copyright ©2003-2025 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy