Cadence Placement Papers to Download in PDF and Word Format

Download cadence placement papers in ms word and pdf format for written exams. Check cadence sample interview questions and test papers for your job interview.
Advertisements

Cadence Technical - Other - Solved Paper 2

adance Sample Question Paper Aptitude  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,3 6,7 14,15 29,46. Error is 46. In every pair you add 1 to getsecond number. Ans:29+1=30 A girl is 13,th highest,13th lowest. How many member. Ans:25 Rearrange MERGANY Ans:GERMANY (country) Rearrange BBIRAT Ans:RABBIT  (passage) There are 6 persons k,l,m,n,o,p to give seminar cond: 3 persons should give before lunch and 3 after lunchl should immediately precede the seminar of m there should be no gap between l and m .....ans: 1. L position is 22 m pos is 53. k pos is 4 (passage)A is daughter of Y, Z is father of...

Solved Paper 1 - Cadence Technical - Other

Technical  Inorder and preorder trees (expressions) are given and postorder tree (expression) is to be found out.  given a grammar, in which some productions of if then else etc were given. you had to choose one option that can be derived out of the grammar.  how many flip flops you require for modulo 33 counter.ans : 6 f/f 7 bit ring counter,s initial state is 0100010. after how many clock cylces will it return to the initial state.ans : 6 cycles  some boolesn expression of the form x,y,z, + yz +.. ( something like this) find the simplified expressionans:z(x+y) given 6 bit mantissa in 2s complement form and 4 bit exponent is in excess-4 form in a floating point representation,...
Advertisements

Cadence Technical - C & C++

Cadance Sample Question Paper Technical In assembler relocatable code generated by ...!!??asn: indirect addressing int v,u;while(v != 0) {   t = v % u;   v = u;   u = t;}find the time complexity of the above program.  x is passed by reference, y passed by value.x = 3, y = 2;foo(x, y)var integer x, y; {  x = x + 2;  y = y + 3; }main() {  x = 5;  y = 5;  foo(x, y);  print (x, y);}output of the above pseudo code. How many flip flops you require for modulo 19 counter.  ring counter,s initial state is 01000. after how many clock cylces will it return to the initial state. some boolesn expression of the...