.
  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 » Kanbay Placement Papers » Kanbay Previous Year Placement Paper

 

Kanbay Placement Paper -: Analytical Questions And Answers


Advertisements
Advertisements




Kanbay Previous Years Solved Sample Placement Papers

  1. The values of shares (in Rs) of A, B, and C from January to June are as follows:
    Month       A      B      C
    January    30     60     80
    February   35     65     85
    March      45     75     65
    April      40     75     82
    May        55     75     85
    June       50     75     80
            
    1. During this period, which share has undergone maximum fluctuation?

      Ans: Share C

    2. In which month is it possible to buy B and C by selling A?

      Ans: March

    3. In which month are the share values very low?

      Ans: January

    4. By purchasing one share of A and four each of B and C in the beginning of the period, when should these be sold to get the maximum profit?

      Ans: May

  2. In a computer institute, 9 languages can be taught. The module is of 6 months duration, and only one language can be taught each month. BASIC is always taught first. WORD PERFECT is taught in the preceding month of WORD STAR. FORTRAN cannot be taught until COBOL is taught. BINO and FIFO can never be taught in the same module.
    1. If WORD STAR is in the 3rd month, what could be in the 6th month?

      Ans: FIFO

    2. If COBOL is in the 2nd month and BINO in the 6th month, FORTRAN will be taught in which month?

      Ans: 4th month

  3. In a class, except 18, all are above 50 years. 15 are below 50 years of age. How many people are there?

    (a) 30

    (b) 33

    (c) 36

    (d) None of these (Ans)

  4. What will the following program do?
    void main()
    {
        int i;
        char a[] = "String";
        char *p = "New String";
        char *Temp;
        Temp = a;
        a = malloc(strlen(p) + 1);
        strcpy(a, p); // Line number: 9
        p = malloc(strlen(Temp) + 1);
        strcpy(p, Temp);
        printf("(%s, %s)", a, p);
        free(p);
        free(a);
    } // Line number 15
            

    (a) Swap contents of p & a and print: (New string, string)

    (b) Generate compilation error in line number 8 (Ans)

    (c) Generate compilation error in line number 5

    (d) Generate compilation error in line number 7

    (e) Generate compilation error in line number 1

  5. In the following code segment, what will be the result of the function?
    Value of x , value of y
    {
        unsigned int x = -1;
        int y;
        y = ~0;
        if(x == y)
            printf("same");
        else
            printf("not same");
    }
            

    (a) same, MAXINT, -1 (Ans)

    (b) not same, MAXINT, -MAXINT

    (c) same, MAXUNIT, -1

    (d) same, MAXUNIT, MAXUNIT

    (e) not same, MAXINT, MAXUNIT

  6. What will be the result of the following program?
    char *gxxx()
    {
        static char xxx[1024];
        return xxx;
    }
    
    main()
    {
        char *g = "string";
        strcpy(gxxx(), g);
        g = gxxx();
        strcpy(g, "oldstring");
        printf("The string is : %s", gxxx());
    }
            

    (a) The string is : string

    (b) The string is : Oldstring (Ans)

    (c) Run time error/Core dump

    (d) Syntax error during compilation

    (e) None of these

  7. 36% of 945 � 26% of 765 + 17.7 =?

    A. 167

    B. 187

    C. 159

    D. 143

    Ans: C. 159
    Explanation:
    340.2 � 198.9 =141.3+17.7 = 159
  8. v(456�12+142-11) =?

    A. 11

    B. 169

    C. 23

    D. 13

    Ans: D. 13
    Explanation:
    38+142-11 = 169 = 13*13
  9. 1(1/5) of 1(1/2) of ? = 216

    A. 100

    B. 125

    C. 140

    D. 120

    Ans: D. 120
    Explanation:
    6/5*3/2 *x = 216
    X = 216*2*5/6*3 = 2160/18 = 120




 


.

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-2024 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy