Subscribe:Posts Comments | Read Articles on Various Topics - Pro Articles

You Are Here: Home » Cadence Design Systems Test Papers, Sample Placement Papers » Cadence Sample Placement Test Paper

Cadence India Sample Test Question Paper

Aptitude Questions:

  1. A sequence is given. You should find out error & write correct 1 2 5 10 13 26 29 48.

    ans: Error is 48,there you should write 58.

  2. 2,3 6,7 14,15 29,46. Error is 46. In every pair you add 1 to get
    second number. Ans:29+1=30

  3. A girl is 13′th highest,13th lowest. How many member.

  4.  

  5.  

    Ans:25

  6. Rearrange MERGANY

  7.  

  8.  

    Ans:Germany (country)

  9. Rearrange BBIRAT

  10.  

  11.  

    Ans:RABBIT 

  12. (passage) There are 6 persons k,l,m,n,o,p to give seminar cond: 3 persons should give before lunch and 3 after lunch
    l should immediately precede the seminar of m there should be no gap between l and m …..

    Answer: 1. L position is 2
    2. m position is 5
    3. k position is 4

  13. (English language related: passage and questions)
    A is daughter of Y, Z is father of Y. Q is son of Z,
    1.if T is son of Y, then
    ans: T and A brother/sister
    2. if m is brother of T, then
    ans :Z is grandfather of M and M & A are brother/sister
    3. if Q is son of Z them
    ans: Q & Y are brothers
    Q. if speed of ongoing train is 24 and while return is 48
    avg = —-

  14.  

  15.  

    ans:32

  16. 0.23 + 0.02323 + 0.002323…. == ???

  17. 0.4 + 0.44 + 0.444 ….. = ???

  18.  

  19. 1,2,2,4,8,?

  20.  

  21.  

    ans:32

  22.  55*55*55+45*45*45/55*55-55*45+45*45

  23.  

  24.  

    ans:100

  25.  4^^61 + 4^^62 + 4^^63 + 4^^64 . this sum is divisible by which of the following ?

  26.  

           ans:17


C Programming Language Questions: 

  1. #define min((a),(b)) ((a)<(b))?(a):(b)
    main()
     {
      int i=0,a[20],*ptr;
      ptr=a;
      while(min(ptr++,&a[9])<&a[8]) i=i+1;
      printf(“i=%d\n”,i);}

 

  1.  

     

    Ans:5. (c program is provided and question is often for finding the output, error in the code or the error message.

  2. main()
     {char a[10]={1,2,3,4,5,6};int x;
       for(x=0;x<4;x++){ b[x]=x+’a';}
       printf(“%s”,b);}

     

     Ans:abcd56

  3. Linked Lists are preffered than arrays to get advantage while
    a)Insertion b)Deletion c)Accessing Element d)None

  4.  

  5. ~(~0<<8)? Ans:Last 8 digits are 1′s rest are 0′s.

  6.  

  7.  

  8. int a,b=3,c=2;
    a=b++*c;c=++b*a;Some thing like this.
    print a,b,c?
     

C++ Programming Language Questions: C Plus Plus

  1. Virtual Functions in C++ (Refer to 13′th chapter first two
    examples of LAFORE Book)

  2. Which of the following is not true regarding C++ Friend function
    Ans:If y is friend of x and z is friend of y then z can access private of x.

  3. Given some program on “&” operator overloading.

  4. Program:  class X{
                 public:X(){ cout<<”This is Base”;}
              };
      class Y:public X
         { public:Y(){cout<<”This is Derived”;}};
            what is printed when an object of Y is created?

  5. One question on reference variable in C++.

    Ans:&a.

Technical Questions:

  1. Number of nodes in Binary tree with height 3

    Answer:7(Refer to Formula 2^^n-1)

  2. TCP/IP is used in?

    Answer:LAN/WAN

  3. Host IP Address is? Answer:32 bits OR 4 bytes.

See other Cadence Placement Test Papers, IT exam papers, freshers recruitment – computer science engineers, electronics, vlsi designers, chip design experience holders for Cadence. Apply for Cadence worldwide Careers / Jobs at the address here.

Related Posts

Leave a Reply

© Copyright 2010 Latestexams. All Rights Reserved | Privacy Policy | Terms & Conditions