ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories >> Placement-Papers
 
 


 

Back to Questions Page
 
Question
Hellosoft  placement papers  --------- placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Hellosoft
I also faced this Question!!   © ALL Interview .com
Answer
Hellosoft  placement papers  



Sample Question Paper

Hellosoft technical questions


What is diners phylosophers algorithm. 
What is atomicity.Explain 
Give an example of source- level debugger in unix/linx. 
What is Pre-emptive multitasking. 
Do not remember this one. 

Hellosoft datastructures questions


DataStructures: (ONly 5 Questions)


Where will the parameters be stored when a function is 
called in a program. 
What is recursion?What are its disadvantages. 
Which one is the best and efficient sort? 


Networking questions :(Only 5 Questions)

ASN.1 belongs to which layer. 
Give an example of popular Transport Layer Protocol 
What is the netmask of Class B IP address? 
 Explain CSMA/CD. 
Given a size from 0-7 what would be the least window size. 



C Language  questions (Total 13 Questions)


main() 
{
  printf("%d",printf("HelloSoft"));
} Output? 
case 1: case 2:
      typedef Struct { typedef Struct {
                 int a; char p;
                 char b; int q;
                 int d; char k;
                 char e; int l;
                  }A; }A;
     Assuming 'packing' is not enabled, which case will 
give an error of Sizeof(A) less. 
 main()
  {
   int i=3;
   printf("%d %d %d",i++,i,++i);
    } 
main() 
    { 
      int i=10;
      int j,k=5;
      int a[10];
      for(j=0;j<10;j++)
      a[j]=(i+k)+(i*k);
    }
 Optimize the above code. 
Write In Order Tree Traversal Pseudo-code. 
 main()
    {
   int *p=0x100;
   int *q=0x100;
   int k=p*q;
   printf("%x\n",k);
   } Output ? 
Char* foo(Str...) {
     char str[4];
     strcpy(str,"HelloSoft");
     return str;
      } Output? 
int a[10][20][30][40];
       int *p
        How to access an element of a using p? 
main()
   {
      int i=10;
      if(i>20)
      if(i==10)
         print("Hi");
       else
          printf("Bye");
     } Output ? 
main()
   {
    float f;
    int i;
    //something like this   not remember these 4 
questionsexactly
    f=(float *)malloc(sizeof((float *)*4));
   }
          




  
Hellosoft  placement papers
 
0
Guest
 
 
Answer
thank you... very much .. if possible upload some more
papers.. thank u again
 
0
Bharat
 
 
Question
HCL placement papers ---------placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   HCL
I also faced this Question!!   © ALL Interview .com
Answer
HCL placement papers 



Sample Test Paper


HCL technical questions


1. Which of the following involves context switch,

(a) system call
(b) priviliged instruction
(c) floating poitnt exception
(d) all the above
(e) none of the above

Ans: (a)


2. In OST, terminal emulation is done in

(a) sessions layer
(b) application layer
(c) presentation layer
(d) transport layer

Ans: (b)


3. For a&#65533; 25MHz processor , what is the time taken by the 
instruction which needs 3 clock cycles,

(a)120 nano secs
(b)120 micro secs
(c)75 nano secs
(d)75 micro secs


4. For 1 MB memory, the&#65533; number of address lines required,

(a)11
(b)16
(c)22
(d) 24

Ans. (b)


5. Semaphore is used for

(a) synchronization
(b) dead-lock avoidence
(c) box
(d) none

Ans. (a)


6. Which holds true for the following statement

&#65533;&#65533;&#65533;&#65533; class c: public A, public B

a) 2 member in class A, B should not have same name
b) 2 member in class A, C should not have same name
c) both
d) none

Ans. (a)


HCL java questions


7. Question related to java


8. OLE is used in

a) inter connection in unix
b) interconnection in WINDOWS
c) interconnection in WINDOWS NT


9. Convert a given HEX number to OCTAL


10. Macros and function are related in what aspect?

(a)recursion
(b)varying no of arguments
(c)hypochecking
(d)type declaration


11.Preproconia.. does not do which one of the following

(a) macro
(b) conditional compliclation
(c) in type checking
(d) including load file

Ans. (c)


12. Piggy backing is a technique for

a) Flow control
b) Sequence
c) Acknowledgement
d) retransmition

Ans. (c)


13. In signed magnitude notation what is the minimum value 
that can be represented with 8 bits

(a) -128
(b) -255
(c) -127
(d) 0


14. There is an employer table with key fields as employer 
number data
&#65533;&#65533;&#65533;&#65533;&#65533; in every n'th row are needed for a simple following 
queries will get required results.

(a) select A employee number from employee A , where exists 
from employee B where A employee no. >= B
&#65533;&#65533;&#65533;&#65533; employee having (count(*) mod n)=0
(b) select employee number from employe A, employe B where 
A employe number>=B employ number
&#65533;&#65533;&#65533; group by employee number having(count(*) mod n=0 )
(c) both (a) &a
   
 

  
HCL placement papers
 
0
Guest
 
 
 
Answer
15th December 2007
 
0
Guest
 
 
Question
Geometrics placement papers -------- mplacement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Geometric-Software
I also faced this Question!!   © ALL Interview .com
Answer
Geometrics placement papers 


Geometrics aptitude questions


Directions for questions 1-3: Complete the sequence given 
below : 

1. 5, 5, 13, 13, 21, 21, __

Ans: 29 

2. 0, 7, 26, 63, 124, __

Ans: 215 ( hint: n3-1 ) 

3. 1, 3, 5, 7, __ 

Ans: 9 


4. If a person walks at 4/5th of his usual speed he reaches 
40min late. If  he walks at his usual speed for how much 
time does he travel ? 

5. Two trains A&B start at opposite points 120km apart at 
60kmph. A fly starting along with train A at 120kmph 
reaches B then returns back to touch A and continues the 
two and fro movement. By the time two trains meet how much 
distance would the fly have traveled? 

6. In a class 80% have passed in English, 70% passed Hindi, 
10% didn't pass either. If 144 students passed both the 
subjects. What is the total strength of the class? 


7. Find the least number which when divided by 7 gives the 
reminder 6, when divided by 6 gives reminder 5, when 
divided by 5 gives reminder 4 and so on ? 


8. If a man stands in front of sun what is the first letter 
of the direction which is left to him ? 


9. (a)A square is to circle as cube is to
    (b)Success is to failure as joy is to 

Geometrics verbal reasoning questions



10. (a)Give the synonyms of the following words
(i) Joy
(ii) Inert
(iii) Jolly

(b) Give the opposites of the following words
(i) genuine
(ii) command
(iii) essential 

11.Find the odd man out in the following sets
(i) Tiger, Elephant, King Cobra, Dolphin
(ii) Oasis, Lake, Pool, Valcano
(iii) Bengali, Karnataka, Mumbai, Kashmir
(iv) Lapidary, Lancet, Scapel, Surgeon
(v) Requiem, Dirge, Elegy, Paean 

aptitude questions

 
12. I bought a cycle 2days before my birthday and I broke 
it 3 days after my birthday. The day I broke it is 
Mar2,1956?

Directions: The following questions are to be answered on 
the basis of the above given statement 

i) When is my birthday?
Hint: Keep in mind that 1956 was a leap year.
(ii) What is my age on Mar 4th, 1980?
(iii) My nephew is born exactly 20years after me. If I 
turned 20 in 1960, what is the nephews age on Feb 28th 
1988 ? 


13. Monday Aug25, 96 :
Hostess: "Mr A, you forgot your umbrella during the party 
on last friday. I expected you to collect it on your visit 
on wednesday as I plan to leave on this Friday." 

  

Directions: The following questions are to be answered on 
the basis of the above given statement 

(i) when A missed umbrella?
(ii)When A is supposed to collect it?
(iii)When K leaves? 


14.What is my father's sons son to my son?

Ans. Cousin brother 

15. On cutting a solid parabola what would be generated

Ans: Cone 


16. What is Eulers formula?

Ans: F+V-E =2; where
F => faces; V => vertices; E => number of edges 

17. What is Newton Raphson method used for?

Ans: To find the root of f(x) = 0; 


18. How many tangents can be drawn on three circles if they 
don't lie within each other ? 


19. xy - x + 2y = 6 equation is shifted to form equation 
xy=c what is c ? 


20.When x is real what is the least value of (x2-6x+5)/
(x2+2x+1) 


21.When an object like cube or sphere is seen along x, y, z 
axis we get the same.Apart from these suggest another 
object which has similar characteristics as that mentioned 
above? 

Ans: Triangular prism 

22. When an object is seen from the front side we can see 
two concentric squares and top view also without any hidden 
lines. Draw the side view. 

23. In common parlance, A=> B means what 

Ans: if A is true B has to be true 

23. If A is not invertible and BA = I is not possible, what 
is implied by this? 

Ans: Determinant is Zero. 

24. What is a free body diagram used for 


25. A die is thrown twice what is the probability that you 
get same number


26. The sum of two numbers is 55. What is the larger number?


SECTION 2-TECHNICAL SECTION


Geometrics technical questions



1. Convert 251 in base 10 to octal(base 8)? 


2. How much information can be stored in 1 byte of a IBM pc 
compatible? 


3.What is the language used for Artificial Intelligence 

Ans: lisp 


4. Swap two variables without using temporary variable 

Ans: a= a+b; b= a-b; a= a-b: 

5.Which is not the operating system ? 

Ans: BIOS 


6. What is the optimum number of operations for 2x3 + 3x2 + 
5x + 5? 


7. In the fortran language which of the following is true.
(i) fortran uses call by value
(ii) fortran is object oriented
(iii) fortran allows use of function overloading

Ans. (i) 

8. When a program is compiled what does it produce? 

Ans: Source code is converted to object code 


9. What is the difference between function overloading and 
function overriding? 


10. What is the character set used in JAVA 2.0 ? 

Ans: Unicode 

  

SECTION 3 - C TEST 


Geometrics c questions 


1. What is the mistake in the following program segment ?

f()
{
int a;
void c;
f2(&c,&a);} 


2. a=0;
    b=(a=0)?2:3;

a) What will be the value of b and why ?
b) If in first statement a=0 is replaced by a = -1,  b= ?
c) If in second statement a=0 is replaced by a = -1, b=? 


3. char *a[2];
int const *p;
int *const p;
struct new { int a;int b; *var[5] (struct new)}

Describe the statements in the above given construct ? 

4. f()
   {
      int a=2;
      f1(a++);
   }
f1(int c)
{
printf("%d", c);
} 

What is the value of c ? 

5. f1()
    {
       f(3);
    }
f(int t)
{
switch(t);
{
case 2: c=3;
case 3: c=4;
case 4: c=5;
case 5: c=6;
default: c=0;
} 

What is the value of c? 

6. What is the fallacy in the following program segment ? 

int *f1()
{
int a=5;
return &a;
}
f()
int *b=f1()
int c=*b;
} 

7. Give the C language equivalents of the following
a)Function returning an int pointer
b)Function pointer returning an int pointer
c)Function pointer returning an array of integers
d)Array of function pointer returning an array of integers 

8. Find the fallacy in the following program segment? 

int a;
short b;
b=a; 


9. Define function ? Explain arguments in functions ? 


10. How does C pass variables to a function ? 

11. Explain the following program segment.
f(){
int *b;
*b=2;
}


12. Explain binary trees and their use ? 

13. Draw the diagram showing the function stack, 
illustrating the variables that were pushed on the stack at 
the point when function f2 has been introduced . 

type def struct
{ double x,double y} point; }
main( int argc, char *arg[3])
{ double a;
int b,c;
f1(a,b); } 

f1(double x, int y)
{point p;
stack int n;
f2(p,x,y)
} 

f2(point p, double angle)
{ int i,j,k,int max;
} 
 

  
Geometrics placement papers
 
0
Guest
 
 
Question
Future placement  papers  -------- placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   FutureSoft
I also faced this Question!!   © ALL Interview .com
Answer
Future placement  papers 

 

Future c questions



The Questions are follows


1. Number of null pointers in any binary tree = n+1

2. max(t1,t2,...tn) = pipelining

3. 50% -DBETXXXXXX - density

4. print (Head(T))
Traverse(left(T))
print (Head(T))
Traverse(right(T)) - ans: none of the above

5. Boolean expn Evalvate

6. Common subexpn : - ans : a + e

7. LRU : 1, 2, 3.

8. Tr. Delay - 10000 bits ans. 10.01

9. Grammar of Number of shift / reduce operator : ans. 4

10. CPU scheduling 9,8 ?

11. if even x/2
else p(p(3x+1))

2^k + 1: 3 . 2^(k-1) clarify this with sans

12. allocation ans: (ii) only

13. swapping : ans: reference only

14. Compiler - related Qn.

15. LAN frames - ? related Qn.

16. parameter passing (35,20)

17. sliding window protocol
- BUFFER SIZE large

18. kernel mode - deallocate resource

19. logic circuit
ans . Minimum OR = 3

20. Combinatorics related

21. priority scheduling

22. cobegin
begin x = y; x= x+1; y= x
begin x =y; z= z+1; y= z
coend

ans. Number of values possi = 2

23. 2 bits flip / 2 bits exchange

ans : the word with one '1'

24. any addr
K^+ v(a) + 2I - 2a

You try to prepare all subject questions in all the papers 
being
sent so that it will be useful in the interview.
concentrate on OS, networks. 

  


FUTURE SOFT PAPERS  c questions


1.Access time of a drum of 4000rpm?

2.Allocation units for Automatic,Global and Static 
variables.

a) Stack, Heap, Heap
b) Heap, Stack, Heap
c)Stack, Heap, Stack

3.Where are the automatic variables stored and when it is 
removed?

4.FUNC(x,y) John Jacob
John->main function 
Jacob->FUNC(x,y)

a) No of times the FUNC is called
b) Place where the FUNC is called
c) Type of return value
d) Type of actual parameters
e) Type of formal parameters

5.What?s the string represented by the DFA



6. Hardware is used in memory management for reallocation ??
ans c)To reduce execution time.


logical questions


7. Question using macros something like this logic:

int a[10]={60,57,10,5,4,3,2,8,9};

main( )
{
int varx,vary;
for (i=0;i<10;i++)
{
if(varx<a[i])
{
vary=varx;
varx=a[1];
}
else if (vary<a[i])
{ 
varx=vary;
vary=a[i];
}
printf(?%d%d?,varx,vary);
}

8.

print(int (*) ( ));
int a=40;
void main( )
{
print(fn( ));
print(fn( ));
}
print(int (*fn)( ))
{
printf(?%d?,fn( ));
printf(?%d?,fn( ));
}
int fn( )
{
/*static int i=15*/
return (i-=5); 
}

q-I
What is the output of above program when the comment is 
present.
II
What is the output of above program when the comment is 
absent.
10.where the following variable allocates 

automatic
static
global

ans:stack,heap,heap 






Future placement  papers  


 
0
Guest
 
 
Question
Flextronics placement papers  -------- placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Flextronics
I also faced this Question!!   © ALL Interview .com
Answer
Flextronics placement papers  


Flextronics Aptitude Questions 



1.                   Age problem 

2.                   Time and distance 

3.                   Coin 

4.                   direction problem 

5.                   (2n + 2 n-1/2 n+1 ? 2n) what is gives 
if n = something 

6.                   ( 10n ?1) n>1 when is divisible by 
11.no divisible by 8 

7.                   find the missing no. when it is 
divisible by some no  

8.                   Boat problem 

9.                   Average 

Flextronics  Technical Questions 



10.               Which one is called family tree 

11.               virtual function and overloading 

12.               DHCP protocol 

13.               order of insertion and Heap 
sort                                          

14.               left recursion 

15.                find output: for(l=1;a<=l;a++)
cout<<++a; cout <<a; 

16.               DEBUG trigger (oracle) 

17.               In unrestricted session which system 
privilege mode is used (oracle) 

18.               NEXTVAL and CURRENTVAL in sequence 
(Oracle) 

19.               Unix system call ??like Var( ) 

20.               OS 384 support which memory management 

21.                     Complexity to access name from the 
given double link list 

22.               Which WAN network is suitable for the 
100Km or m. distance network 

23.               If duplicate segments , file are there in 
hardisk which is best for management
a) FAT
b) SAT 

24.               stop n wait protocol is associated with 
which layer 

25.               find errors from the c and c++ codes. 

26.               3 qns on operating systems. I qn on 
dijkestra algorithm                       

27.               Using which pin it's possible to address 
16 bit addresses even though there re only 8 address bits 
in 8085? Ans: ALE 

28.               Voltage gain for an amplifier is 100 
while it is operating at 10 volts. What is the O/P voltage 
wen i/p is 1 volt 

29.               Quality factor indicates a) Quality of 
inductor b) quality of capacitor c) both 

30.               Qns related to bridges, routers and 
generators, which OSI layer they corresspond to. (Refer to 
stevens 4th chapter) 

31.               OPAmp's I/P ciurrent, O/p current and 
CMRR is given, what is the voltage gain 

32.               2-3 qns on scope of static variables in 
C. Qn to view o/p odf a C static var 

33.               Qn to print a value of a pointer 

34.               OPAmp's I/P ciurrent, O/p current and 
CMRR is given, what is the voltage gain 

35.               A qn to find the physical address from a 
given virtual address, virtual to physical address table 
was provided 

36.               6 bit mantissa and 8 bit exponent can 
present what maximum value? 

37.               4 bit window size in sliding window 
protocol, how many acknowledements can be held? 

38.               Security functionality is provided by 
which layer of OSI 

39.               Frequency spectrums for AM, FM and PM 
(figure given, u'veto tell which Kind of modulation it 
belongs to) 

40.               Among AM and FM which is better and why? 

41.               LASt stage of TTL NAND gate is called: 
Ans: Totem Pole Amplifie 

42.               SR to JK flip flop conversion. Ans: 
S=JQ', R=KQ 

43.               LSB of a shift register is connected to 
its MSB, what is formed: Ans: RING Counter 

44.               2-3 Qns based on Demorgan's laws 
(identiies: (A+b)' = A'b', etc)  

45.               2 qns on Logic gates (O/p of logic gates) 

46.               Diff in IRET and RET statements of 
8086                         

47.               How many address bytes are required to 
address an array of memory chips (4 * 6), each chip having 
4 memory bits and 8k registers. 

48.               Diff. in memory mapped and I/P O/P mapped 
Input/Output (Refer a book on Microprocessor) 

49.               Qn on pipeline architecture 

50.               QN on LAPB protocol 




Flextronics placement papers  


  
 
0
Guest
 
 
Answer
send me the placement papers
 
0
Xyz
 
 
Question
Dharma placement papers -----------placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Dharma
I also faced this Question!!   © ALL Interview .com
Answer
Dharma placement papers 


Dharma c questions

Give the output of the programs in each case unless 
mentioned otherwise : 

1.
void main()
{
int d=5;
printf("%f",d);
} 

Ans: Undefined 


2.
void main()
{
int i;
for(i=1;i<4,i++)
switch(i)
case 1: printf("%d",i);break;
{
case 2:printf("%d",i);break;
case 3:printf("%d",i);break;
}
switch(i) case 4:printf("%d",i);
} 

Ans: 1,2,3,4 


3.
void main()
{
char *s="\12345s\n";
printf("%d",sizeof(s));
} 

Ans: 6 


4.
void main()
{
unsigned i=1; /* unsigned char k= -1 => k=255; */
signed j=-1; /* char k= -1 => k=65535 */
/* unsigned or signed int k= -1 =>k=65535 */
if(i<j)
printf("less");
else
if(i>j)
printf("greater");
else
if(i==j)
printf("equal");
} 

Ans: less 


5.
void main()
{
float j;
j=1000*1000;
printf("%f",j);
}

1. 1000000
2. Overflow
3. Error
4. None 

Ans: 4 


6.  How do you declare an array of N pointers to functions 
returning
     pointers to functions returning pointers to characters?

Ans: The first part of this question can be answered in at 
least
        three ways:

    1. char *(*(*a[N])())();

    2. Build the declaration up incrementally, using 
typedefs:

        typedef char *pc;    /* pointer to char */
        typedef pc fpc();    /* function returning pointer 
to char */
        typedef fpc *pfpc;    /* pointer to above */
        typedef pfpc fpfpc();    /* function returning... */
        typedef fpfpc *pfpfpc;    /* pointer to... */
        pfpfpc a[N];         /* array of... */

    3. Use the cdecl program, which turns English into C 
and vice
    versa:

        cdecl> declare a as array of pointer to function 
returning
            pointer to function returning pointer to char
        char *(*(*a[])())()

    cdecl can also explain complicated declarations, help 
with
    casts, and indicate which set of parentheses the 
arguments
    go in (for complicated function definitions, like the 
one
    above).
    Any good book on C should explain how to read these 
complicated
    C declarations "inside out" to understand them 
("declaration
    mimics use").
    The pointer-to-function declarations in the examples 
above have
    not included parameter type information. When the 
parameters
    have complicated types, declarations can *really* get 
messy.
    (Modern versions of cdecl can help here, too.)


7. A structure pointer is defined of the type time . With 3 
fields min,sec hours having pointers to intergers.
    Write the way to initialize the 2nd element to 10. 


8. In the above question an array of pointers is declared.
    Write the statement to initialize the 3rd element of 
the 2 element to 10; 


9.
int f()
void main()
{
f(1);
f(1,2);
f(1,2,3);
}
f(int i,int j,int k)
{
printf("%d %d %d",i,j,k);
}

What are the number of syntax errors in the above?

Ans: None. 


10.
void main()
{
int i=7;
printf("%d",i++*i++);
}

Ans: 56 


11.
#define one 0
#ifdef one
printf("one is defined ");
#ifndef one
printf("one is not defined ");

Ans: "one is defined"


12.
void main()
{
int count=10,*temp,sum=0;
temp=&count;
*temp=20;
temp=&sum;
*temp=count;
printf("%d %d %d ",count,*temp,sum);
}

Ans: 20 20 20


13. There was question in c working only on unix machine 
with pattern matching.


14. what is alloca() 

Ans : It allocates and frees memory after use/after getting 
out of scope 


15.
main()
{
static i=3;
printf("%d",i--);
return i>0 ? main():0;
}

Ans: 321 


16.
char *foo()
{
char result[100]);
strcpy(result,"anything is good");
return(result);
}
void main()
{
char *j;
j=foo()
printf("%s",j);
}

Ans: anything is good. 


17.
void main()
{
char *s[]={ "dharma","hewlett-packard","siemens","ibm"};
char **p;
p=s;
printf("%s",++*p);
printf("%s",*p++);
printf("%s",++*p);
} 

Ans: "harma" (p->add(dharma) && (*p)->harma)
"harma" (after printing, p->add(hewlett-packard) &&(*p)-
>harma)
"ewlett-packard" 
 

  
Dharma placement papers
 
0
Guest
 
 
Question
Deloitte placement papers --------- placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Deloitte
I also faced this Question!!   © ALL Interview .com
Answer
Deloitte placement papers 



There are three sections (Verbal, Quans and Critical)
15 Quans
10 Verbal
4 (Fitting the correct word in the given sentence)
6 (Fitting the correct sentence in the given paragraph)
15 Reasoning.


Deloitte quantitaive questions



1.                  I have 20 rupees. I bought 1, 2, 5 
rupee stamps. They are different in numbers by the reason 
of no change, the shop keeper gives 3 one rupee stamps. So 
how many stamp(s) I have. Ans: 10

2.                  An Engine length 1000 m moving at 10 
m/s. A bird is flying from engine to end with x kmph and 
coming back at 2x. Take total time of bird traveling as 
187.5 s. Find x and 2x.

3.                  All persons know either swimming or 
rowing. There are 14 persons who know only swimming and 14 
persons who know only rowing. 8 tickets sold for rowing. 
How many people are there for swimming?

4.                  Which polygon has no. of sides = 
diagonal (Eg. Pentagon)

5.                  One Cigar can be made from 7 bits. If 
there are 16 Cigars then how many bits collected? Ans: 4

6.                  A, B, C, D went to a hotel and planned 
to share the bill equally. But afterwards they changed 
their plan and to pay proportional to consumption A paid 
240, B & C paid equally, D paid only half the amount that 
he should have paid based on the first plan. What is the 
amount paid by B?

7.                  There is a point P on the circle. A and 
B started running in two constant different speeds. A in 
Clockwise and B in Anti-clockwise. First time 500 m in 
Clockwise from P then 400 Anti-clockwise. If B is yet to 
complete one round, What is the circumference of the circle?

8.                  There are 5 Sub with equal high marks. 
Mark scored by a boy is 3:5:6:7:8 (Not sure). If his total 
aggregate if 3/5 of the total of the highest score, in how 
many subjects has he got more than 60%?

9.                  There are 11 lines in plane. How many 
intersections (Maximum) can be made?

10.              There are 3 Sections with 5 Qns each. If 
three Qns are selected from each section, the chance of 
getting different Qns is________

11.              There is a 20 X 20 array. In Each row , 
the tallest person is called and among them, the tallest 
person is A. In Each column, the shortest person is called 
and among them, the shortest person is B. Who is taller?

12.              P # Q = (P-Q)(Q-P) = - 1. Then Which is 
true?
P = 3, Q = 2 P = 2,Q = 3 P = -1,Q = 1 P = 1, Q = -1 Ans: I 
& II only

13.              7 Pink, 5 Black, 11 Yellow balls are 
there. Minimum no. atleast to get one black and yellow ball 
Ans: 17

14.              A, B, C and D are four people. There are 
four houses Red, Yellow, Blue, White. P, Q, R and S are 
four sections not in same order Conditions like  Three are 
sisters B comes from Red C comes from Blue Qns were asked 
based on that

15.              A Father is willing his estates like this. 
If a boy is born, wife has 1/3 part and remaining for boy. 
If a girl is born, Wife has 2/3 and remaining for the girl. 
But twins (Boy + Girl) are born. What is the share that the 
daughter would get?

16.              MBA, GRE prob from Barrons GRE (Don know 
whether it is there in all GRE Editions). Ans: GMAT, CAT 
(Sure)

17.               If ü - Married 
  û - Not Married and
  M-ü N-û
  N-ü L-û
  L-û M-ü
Who is married? Ans: N

 Interview
  (A panel with 2 people- one HR & one Tech Guy)

Deloitte HR questions

18.              Tell me abt urself.

19.              You specify that you get irritated when 
things dont go in the pace you want them to.Then how do you 
handle a team?

20.              tell us about ur projects

21.               Tell me wht is a foreign key(DBMS) .First 
tell me what is a key?

22.              What happens when an application is opened 
as like an MS Word and u press Tab key then the response 
seen
is the cursor moving a bit on the Word document.So,what r 
the processes (no jargon,give the proper technical terms) 
behind this whole thing happening? 

23.              Do u think ur project is saleable? What 
rating

24.              What r the things u will do to reduce the 
processing time of your project?

25.              What can you do to decrease the time taken 
for processing a file in a batch processing system?

 

  
Deloitte placement papers
 
0
Guest
 
 
Question
CTS  placement papers -------- placement  paper  4
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CTS
I also faced this Question!!   © ALL Interview .com
Answer
CTS  placement papers 


CTS  aptitude questions


SECTION I - 8 questions based on series.

1. These questions involve interchange of letters in a word 
at particular locations and also interchanging letters 
adjacent to those particular locations.Certain other 
conditions may also be given
For eg.
Let the word be ABBAABA
If we apply 25 on this, it means we have to interchange the 
letters at positions 2 and 5, also we have to change the 
letters adjacent to positions 2 and 5 i.e.from A to B and B 
to A.
A B B A A B after Step 1 i.e interchange of 2 and 5 becomes 
AABABB
Now change adjacent elements of 2 and 5...finally answer 
becomes
Ans: B A A B B A

Questions 1-5 are based on the pattern with changed numbers 
as described above 

Questions 6-8 are of the following type 

To get AAABBD from BBBAAA what number should be applied:-
a) 25
b) 34
c) 25 & 34
d) none 


SECTION II


CTS numerical ability questions



1. Given the following functions
(1) f(n a b c ) = ac if n=1
(2) f(n a b c) = f( n-1 a c b) + f( 1 a b c) + f( n-1 b a 
c ) if n > 1
 
Then what is the value   f( 2 a b c ) = ?

Ans: f( 2 a c b ) = ab + ac + bc. 


2. Similar question on functions. 


3. [ Based on the function in the first question] For the 
function f( 4 a b c ) the number of terms is...?
Hint f( 4 a b c ) = f( 3 a c b ) + f( 1 a b c ) + f( 3 b a 
c ) etc.


4. What is the value of the function  f( 5 a b c ) = ? 


SECTION III

CTS mathematical questions


Permutations and Combinations.
8 Questions.

1. r = number of flags;n = number of poles;
Any number of flags can be accommodated on any single pole.

1) r=5,n=5 The no. of ways the flags can be arranged ?

Questions 2-5 are based on the above pattern 


6. r = 5 n = 3 . If first pole has 2 flags, third pole has 
1 flag
    How many ways can the remaining be arranged?

Questions 7.& 8. are similar to Question 6. 


SECTION IV
Question consisting of figures - Pattern-matching type. 

Refer R.S Agarwal's book on Analytical Reasoning & TMHs 
Quantitative ability book by Edgar Thorpe.



SECTION V

Aptitude questions


In this section first part of compound word is given. 
Select meaning of the second part from the choice given:
1. Swan
2. Swans
3. Fool
4. Fools
5. Stare
6. Lady
For all above 4 choices are given.....

Eg. Swan ---> Swansong (compound word)
a) category b) music c) television d) none
Ans: Swansong is compound word. But song is not given as an 
option. so (b) music is the answer. 



CTS  placement papers
 
0
Guest
 
 
Question
CTS  placement papers -------- placement  paper 3
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CTS
I also faced this Question!!   © ALL Interview .com
Answer
CTS  placement papers 

CTS Aptitude questions


SECTION-1:

Find the next in the sequence:

1. BC CE EG GK ?

a)KN
b)KU
c)KM
d)None 


2. AA AB BC CE?

a)EG
b)EH
c)EI
d)None 


3. AB EF JK QR ?

a)YZ
b)ZA
c)AB
d)None 


4.ACD EGL IKT MOB?

a)QST
b)QSZ
c)QSY
d)None 


5.AC CG GO OE?

a)EJ
b)EI
c)EL
d)None 


6.AE BH CM DU?

a)EH
b)EZ
c) EB
d)None 


7. AD DP PL LV

a)VS
b)VK
c)VI
d)None 


8. SE QU EN TI?

a)CN
b)BM
c)AI or AZ
d)None 



SECTION-II :

CTS numerical ability questions


Find the values for the following problem:
f(X)= 2X-1 + f(X-1) if X is not equal to zero and if f(X=0)
=0 

9. Value of f(5)

a)15
b)24
c)22
d)None 


10. Value of f(f(2)) 


11. Value of f(16)- f(15) 


12. Value of f(16)+f(15)-480 


13. If f(f(X))=81 then the value of X=? 


14. If f(X)=4f(X-1) then the value of X=? 


15.If f(X)= f(X-1)+f(X-2) for X>1 then X= ? 


16. If f(X)-f(X-1)=f(X-8) for X>5 then X= 

  

SECTION -III :

CTS Aptitude questions


In the following questions a 'word' is given which may not 
have any meaning.Find differnet possible words or 
palindromes for the word as per the question.

For the following find no of distinct words that can be 
formed.

17. TYGHHTT

a).420
b)1540
c)840
d)None 


18. TYGHHTY

19. TYGHHTT 

20. TYGHHTT 

21. TYGHASD 

22. TYGHHTY 


Find the number of possible palindromes for following 


23. TYGHHTY 

24. TYHHHTYH. 

SECTION-IV :

25 to 32 are based on the figures. You have to analyse them 
and find the odd one out.
Five figures will be given out of which one is not correct. 

Refer R.S Agarwal's book on Analytical Reasoning & TMHs 
Quantitative ability book by Edgar Thorpe. 

SECTION -V :

For following first find out the anagram and then note the 
corresponding meaning.

33.TABLET
   Hint: anagram means first u arrange the letters in 
correct order like TABLET===BATTLE . So ans is FIGHT 


34.RUGGED 

35.GORE. 

36.STASSI. 

For all above choices are.

a)resentment
b)fight
c)help
d)monster 


37. ENFOLD 

38. LAMB 

39. RECEDE. 

40. PLEASE.

For all the above 4 choices are same

a)cuddle
b)sleeping
c)proclaminationd)ointment. 
 

  
CTS  placement papers
 
0
Guest
 
 
Question
CTS placement papers  ----------- placement paper 2
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CTS
I also faced this Question!!   © ALL Interview .com
Answer
CTS placement papers  


Analogies

CTS analogical questions

1. slur : speech : : smudge :?
Ans. writing 

2. epaulet : shoulder : : ring :?
Ans.finger 

3. vernacular : place : :  fingerprint : ?
Ans.identical 

  

Opposites

Q. corpulent
Ans: emaciated 

Q. officious
Ans: pragmate 

Q. dextrous
Ans: clumsy 

CTS aptitude questions


The following sentences are broken into 4 sections- A, B, 
C, D
Choose the part which has a mistake
Mark (E) if you find no mistake. 

Q.A)psychologists point out that  B)there are human 
processes C)which does not involve D) the use of words 

Ans. (C) which does not involve (do) 


Q.A)jack ordered for B)two plates of chicken C)and a glass 
D)of water 

Ans. (A)jack ordered for 


The following is a group of questions is based on a passage 
or a set of conditions for each question.
Select the best answer choice given. 

(i). If it is fobidden by law if the object of agreement is 
the doing of an act,
that is forbidden by law the agreement is void. 

(ii). If it is of the nature that,it would defeat the 
provision of any law
is the agreement is void.if the object of agreement is such 
that thing got
directly forbidden by law it would defeat the provision of 
statuary law. 

(iii). If the object of agreement is fraddulent it is void. 

(iv). An object of agreement is void if it involves or 
implies to the personnal property of another. 

(v). An object of agreement is void where the constant 
regards as ignored. 

(vi). An object of agreement is void where the constant 
regards is as opposed to public policy. 

Q. An algorithm follws a six step process 
za,zb,zc,zd,ze,zf, it is governed by the following 

(i) zd should follow ze
(ii) the first may be za,zd or zf
(iii) zb and zc have to be performed after zd
(iv) zc must be immediately after zb 


Q. If za is the first set zd must be 

a) 3rd
b) 5th
c) 2nd
d) 4th 

  

Q. If zb must follow za then za can be 

a) third or fourth
b) first or second
c) can not be third
d) fouth or fifth
e) none 


Q. If ze is third term the number of different operations 
possible are 

The following questions are based on the given statements 


Ravi plants six seperate saplings -- x,y,z,w,u,v in rows no 
1 to 6 ,according to the follwing conditions
He must plant x before y and u
He must plant y and w
The third has to be z 

Q. Which of the following is acceptable 

a) xuywzv
b) xvzyuw
c) zuyxwv
d) zvxuwy
e) wyzuvx 

Q. Which of the following is true 

a) z before v
b) z before x
c) w before u
d) y before u
e) x before w 

Q. If he plants v first, then which can be planted second 

a) x
b) y
c) z
d) w
e) u 


Q. Which of the following describes a correct combination 
of sapling and row? 

a)  x,3
b) y,6
c) z,1
d) w,2
e) u,6 


Q. If he plants b 6th which would be planted first and 
second 

a) x and w
b) x and y
c)y and x
d)w and z
e) w and u 


Q. If he plants w before u and after v he should plant w at 

a) first
b) second
c) fourth
d) fifth
e) sixth 


Q. At a certain moment a watch shows 2 min lag although it 
is running fast.
    If it showed a 3 min lag at that moment, but also gains 
by 1/2 min more a day than its current speed
    it would show the true time one day sooner than it 
usually does.
    How many mins does the watch gain per day. 

a).2
b).5
c).6
d).4
e).75 

Q. In 400m race A gives B a start of 7 sec and beats him by 
24 sec.
     In another race A beats B by 10 sec.the speeds are in 
the ratio 

a)8:7
b)7:6
c)10:8
d)6:8
e)12:10 


Q. 3x+4y=10
      x3 + y3=6
What is the minimum value of 3x+11y=? 


Q. There are 600 tennis players
4% wear wrist band on one wrist
Of the remaining, 25% wear wrist bands on both hands
How many players don't wear a wrist band? 

Ans. 432 


Q. Three types of tea the a,b,c costs Rs. 95/kg,100/kg 
and70/kg respectively.
     How many kgs of each should be blended to produce 100 
kg of mixture worth Rs.90/kg,
     given that the quntities of band c are equal 

a)70,15,15
b)50,25,25
c)60,20,20
d)40,30,30 

Ans. (b) 


Q. Two distinct no's are taken from 1,2,3,4......28
    Find the probability that their sum is less than 13 

  
 

  
CTS placement papers
 
0
Guest
 
 
Question
CTS placement papers  ----------- placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CTS , CTS
I also faced this Question!!   © ALL Interview .com
Answer
CTS placement papers  


analogies 


CTS analogical questions



1. slur : speech



ans: smulge : writing       (choice is B)



7. cpahlet : shoulder



ans: ring : finger       (choice is C)



8. vernanlar : place


ans: finger print : identical    (choice is B)




  opposite



9.corphlent 




ans:  emaciated    (choice is D)



10. officious



ans: pragmate   (choice is D)



11. dextrous



ans: clumsy    (choice is B)



12 -14: each sentense is broke to four sections 
a,b,c,d.choose which has 



mistake mark (e) if you find no mistake.



12:a)phylchologists pointout that b)there are human 
processes 




   c)which does not involve d) the use of words



(choice is A)


13:a)jack ordered for b)two plates of chicken c)and a glass 
d)of water   



(choice is A)




14:a) politics is b)  (choice is A)




                     (are)




16 - 20: each question of group of questions is based on a 
passage or a set




 of conditions for  each question,select the best answer 
choice given.



(i).if it is fobidden by law if the object of agreement is 
the doing of an act,


that is forbidden by law the agreement is void.



(ii). if it is of the nature that,it would defeat the 
provision of any law 



is the agreement is void.if the object of agreement is such 
that thing got 



directly forbidden by law it would defeat the provision of 
statuary law.


(iii). if the object of agreement is fraddulent it is void.




(iv). an object of agreement is void if it involves or 
implies to the 



personnal  property of another.



(v). an object of agreement is void where the constant 
regards as ignored.



(vi). an object of agreement is void where the constant 
regards is as opposed 



to public policy.



17. A,B,C enter an agreement for the division a many them 
of gains acqest 


or by be acquit by them by them by the argument is void as



ans: ----      (choice is D)



21-25) An algorithem follws a six step process 
za,zb,zc,zd,ze,zf, it is 




   governed by follwing



(i) zd should follw ze



(ii) the first may be za,zd or zf



(iii) zb and zc have to be performed after zd



(iv) zc must be immediately after zb



21)  ans:-  D



22) if za the first set zd must be



a) 3rd b)5th c)2nd d)4th   ans:-  A or D (probably a)



23) zf can be 3rd or 5th------any of the six, first, second 
or forth only,




    any of first four only  


none these



ans:-  B


24)   if zb must follw za then a)za can only 3rd or fourth



  
CTS placement papers
 
0
Guest
 
 
Question
CMC placement papers ------- placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CMC
I also faced this Question!!   © ALL Interview .com
Answer
CMC placement papers 


Analytical Reasoning Section: 

Directions for  questions 1-5: The questions are based on 
the information given below

There are six steps that lead from the first to the second 
floor. No two people can be on the same step
Mr. A is two steps below Mr. C
Mr. B is a step next to Mr. D
Only one step is vacant ( No one standing on that step )
Denote the first step by step 1 and second step by step 2 
etc. 

CMC analytical reasoning questions

1. If Mr. A is on the first step, Which of the following is 
true?
(a) Mr. B is on the second step
(b) Mr. C is on the fourth step.
(c) A person Mr. E, could be on the third step
(d) Mr. D is on higher step than Mr. C. 

Ans: (d) 

2. If Mr. E was on the third step & Mr. B was on a higher 
step than Mr. E which step must be vacant
(a) step 1
(b) step 2
(c) step 4
(d) step 5
(e) step 6 

Ans: (a) 

3. If Mr. B was on step 1, which step could A be on?
(a) 2&e only
(b) 3&5 only
(c) 3&4 only
(d) 4&5 only
(e) 2&4 only 

Ans: (c) 

4. If there were two steps between the step that A was 
standing and the step that B was standing on, and A was on 
a higher step than D , A must be on step 

(a) 2
(b) 3
(c) 4
(d) 5
(e) 6  

Ans: (c) 


5. Which of the following is false

i. B&D can be both on odd-numbered steps in one 
configuration
ii. In a particular configuration A and C must either both 
an odd numbered steps or both an even-numbered steps
iii. A person E can be on a step next to the vacant step. 

(a) i only
(b) ii only
(c) iii only
(d) both i and iii 

Ans: (c) 

  

Directions for  questions 6-9: The questions are based on 
the information given below 

Six swimmers A, B, C, D, E, F compete in a race. The 
outcome is as follows.
i. B does not win.
ii. Only two swimmers separate E & D
iii. A is behind D & E
iv. B is ahead of E , with one swimmer intervening
v. F is a head of D 

6. Who stood fifth in the race ?
(a) A
(b) B
(c) C
(d) D
(e) E 

Ans: (e) 

7. How many swimmers seperate A and F ?
(a) 1
(b) 2
(c) 3
(d) 4
(e) cannot be determined 

Ans: (d) 

8. The swimmer between C & E is
(a) none
(b) F
(c) D
(d) B
(e) A  

Ans: (a)


9. If the end of the race, swimmer D is disqualified by the 
Judges then swimmer B finishes in which place
(a) 1
(b) 2
(c) 3
(d) 4
(e) 5  

Ans: (b) 

Directions for questions 10-14: The questions are based on 
the information given below

Five houses lettered A,B,C,D, & E are built in a row next 
to each other. The houses are lined up in the order 
A,B,C,D, & E. Each of the five houses has a colored 
chimney. The roof and chimney of each housemust be painted 
as follows.
i. The roof must be painted either green,red ,or yellow.
ii. The chimney must be painted either white, black, or red.
iii. No house may have the same color chimney as the color 
of roof.
iv. No house may use any of the same colors that the every 
next house uses.
v. House E has a green roof.
vi. House B has a red roof and a black chimney 

10. Which of the following is true ?
(a) At least two houses have black chimney.
(b) At least two houses have red roofs.
(c) At least two houses have white chimneys
(d) At least two houses have green roofs
(e) At least two houses have yellow roofs 

Ans: (c) 

11. Which must be false ?
(a) House A has a yellow roof 
(b) House A & C have different color chimney
(c) House D has a black chimney
(d) House E has a white chimney
(e) House B&D have the same color roof. 

Ans: (b) 

12. If house C has a yellow roof. Which must be true.
(a) House E has a white chimney
(b) House E has a black chimney
(c) House E has a red chimney
(d) House D has a red chimney
(e) House C has a black chimney 

Ans: (a) 

13. Which possible combinations of roof & chimney can house
I. A red roof 7 a black chimney
II. A yellow roof & a red chimney
III. A yellow roof & a black chimney

(a) I only
(b) II only
(c) III only
(d) I & II only
(e) I&II&III 

Ans: (e) 

14. What is the maximum total number of green roofs for 
houses
(a) 1
(b) 2
(c) 3
(d) 4
(e) 5 

Note: The questions from 15-27 are multiple choice in the 
paper

15. There are 5 red shoes, 4 green shoes. If one draw 
randomly a shoe what is the probability of getting a red 
shoe 

Ans 5c1/ 9c1


16. What is the selling price of a car? If the cost of the 
car is Rs.60 and a  profit of 10% over selling price is 
earned

Ans: Rs 66/-


17. 1/3 of girls , 1/2 of boys go to canteen .What factor 
and total number of classmates go to canteen. 

Ans: Cannot be determined.


18. The price of a product is reduced by 30% . By what 
percentage should it be increased to make it 100% 

Ans: 42.857%


19. There is a square of side 6cm . A circle is inscribed 
inside the square. Find the ratio of the area of circle to 
square. 

Ans. 11/14 

20. There are two candles of equal lengths and of different 
thickness. The thicker one lasts of six hours. The thinner 
2 hours less than the thicker one. Ramesh lights the two 
candles at the same time. When he went to bed he saw the 
thicker one is twice the length of the thinner one. How 
long ago did Ramesh light the two candles .

Ans: 3 hours. 

21. If M/N = 6/5,then 3M+2N = ? 

22. If p/q = 5/4 , then 2p+q= ? 

23. If PQRST is a parallelogram what it the ratio of 
triangle PQS & parallelogram PQRST . 

Ans: 1:2 

24. The cost of an item is Rs 12.60. If the profit is 10% 
over selling price what is the selling price ? 

Ans: Rs 13.86/- 

25. There are 6 red shoes & 4 green shoes . If two of red 
shoes are drawn what is the probability of getting red 
shoes 

Ans: 6c2/10c2 

26. To 15 lts of water containing 20% alcohol, we add 5 lts 
of pure water. What is % alcohol. 

Ans : 15% 

27. A worker is paid Rs.20/- for a full days work. He works 
1,1/3,2/3,1/8.3/4 days in a week. What is the total amount 
paid for that worker ? 

Ans : 57.50 

28. If the value of x lies between 0 & 1 which of the 
following is the largest? 

(a) x
(b) x2
(c) -x
(d) 1/x

Ans : (d) 

  

Data Sufficiency Section: 

Directions : For questions in this section mark

(a) If condition (i) alone is sufficient
(b) If condition (ii) alone is sufficient
(c) If both conditions together are sufficient
(d) If condition (i) alone & (ii) alone are sufficient
(e) information not sufficient 

1. A man 6 feet tall is standing near a light on the top of 
a pole What is the length of the shadow cast by the man.
(i) The pole is 18 feet high
(ii) The man is 12 feet from the pole  

Ans: (c) 

2. Two pipes A and B emptied into a reservoir , pipe A can 
fill the reservoir in 30 minutes by itself. How long it 
will take for pipe A and pipe B together to fill up the 
reservoir.
(i) By itself, pipe B can fill up the reservoir in 20 
minutes
(ii) Pipe B has a larger cross-sectional area than pipe A  

Ans: (a) 

3. K is an integer. Is K is divisible by 12
(i) K is divisible by 4
(ii) K is divisible by 3  

Ans: (c) 


4. What is the distance from A to B
(i) A is 15 miles from C
(2) C is 25 miles from B  

Ans: (e) 

5. Was Melissa Brown's novel published?
(i). If Melissa Brown's novel was published she would 
receive atleast $1000 in royalities during 1978
(ii). Melissa Brown's income for 1978 was over $1000 

Ans: (e) 

6. Does every bird fly?
(i) Tigers do not fly.
(ii) Ostriches do not fly 

Ans: (b) 


7. How much does John weigh? Jim weighs 200 pounds.
(i) Toms weight plus Moes weight equal to John's weight.
(ii) John's weight plus Moe's weight equal to Twice Tom's 
weight. 

Ans: (c)


8. Is the figure ABCD is a rectangle if
(i)  angle ABC=90(degrees)
(ii) AB=CD 


9. Find x+2y
(i). x+y=10
(ii). 2x+4y=20 

Ans: (b)


10. Is angle BAC is a right angle 
(i) AB=2BC
(2) BC=1.5AC 

Ans: (e) 

11. Is x greater than y
(i) x=2k
(ii) k=2y  

Ans: (e) 

12. A piece of string 6 feet long is cut into three smaller 
pieces. How long is the longest of the three pieces?
(i). Two pieces are the same length.
(ii) One piece is 3 feet 2 inches lone 

Ans: (b) 

13. How many rolls of wall paper are necessary to cover the 
walls of a room whose floor and ceiling are rectangles 12 
feet wide and 15 feet long
(i) A roll of paper covers 20 sq feet
(ii) There are no windows in the walls 

Ans: (e)


14. x and y are integers that are both less than 10. Is x>y?
(i). x is a multiple of 3
(ii). y is a multiple of 2 

Ans: (e) 

15. Fifty students have signed up for atleast one of the 
courses GERMAN & ENGLISH, how many of the 50 students are 
taking GERMANI but not ENGLISH?
(i). 16 students are taking GERMANI  & ENGLISH
(ii). The number of students taking ENGLISH  but not 
GERMANI  is the same as the number of students taking 
GERMAN 

Ans: (c) 

16. Is ABCD is a square ? 

A 
   
 B 
 
  
 X

  


 

   
 
C 
   
 D 
 

(i) AD = AB 
(ii). x=90(degres)  

Ans: (e) 

17. How much card board will it take to make a rectangular 
box with a lid whose base has length 7 inches.
(i). The width of the box 5 inches
(ii). The height of the box will be 4 inches 

Ans: (c)
. 

18. Did ABC company made profit in 1980?
(i) ABC company made a profit in 1979.
(ii) ABC company made a profit in 1981. 

Ans: (e) 

19. How much is Janes salary?
(i). Janes salary is 70% of John's salary
(ii). Johns salary is 50% of Mary's salary 

Ans: (e) 

20. Is x>1
(i) x+y=2
(ii) y<0 

Ans: (c) 

21. How many of the numbers, x and y are positive? Both x 
and y are less than 20.
(i) x is less than 5
(ii) x+y =24 

Ans: (b) 

22. Is the angle ACB is right angle  

(1) AC=CB 
(2). (AC)2+CB2=AB2  

Ans: (b) 

23. How far it from town A to town B? Town C is 12 miles 
east of town A
(i). Town C is south of town B
(ii). It is 9 miles from town B to town C 

Ans: (c) 

24. A rectangular field is 40 yards long. Find the area of 
the field.
(i). A fence around the boundary of the field is 140 yards 
long
(ii). The field is more than 20 yards width 

Ans: (a) 

25. An industrial plant produces bottles. In 1961 the 
number of bottles produced by the plant was twice the 
number of produced in 1960. How many bottles were produced 
altogether in the year 1960, 61,&62
(i). In 1962 the number of bottles produced was 3 times the 
number of produced in 1980
(ii). In 1963 the number of bottles produced was one half 
the total produced in the years 1960,1961,1962. 

Ans: (e) 

26. Is xy > 1 ? If x & y are both positive
(i) x is less than 1
(ii) y is greater than 1 

Ans: (e) 

27. Is it a Rhombus 
(i) All four sides are equal 
(ii)  Total internal angle is 360  

Ans: (e) 

28. How many books are in the book shelf
(i) The book shelf is 12 feet long
(ii). The average weight of each book is 1.2 pound 

Ans: (e) 

29. What is the area of the circle?
(i) Radius r is given
(ii) Perimeter is 3 times the area 

Ans: (a) 

Arithmetic Section:


CMC Arithmetic questions


1. If the total distance of a journey is 120 km .If one 
goes by 60 kmph and comes back at 40kmph what is the 
average speed during the journey?  

Ans: 48kmph 

2. A school has 30% students from Maharashtra .Out of these 
20% are Bombey students. Find the total percentage of 
Bombay? 

Ans:  6% 

3. An equilateral triangle of sides 3 inch each is given. 
How many equilateral triangles of side 1 inch can be formed 
from it? 

Ans: 9 

4. If A/B = 3/5,then 15A = ? 

Ans : 9B 

5. Each side of a rectangle is increased by 100% .By what 
percentage does the area increase? 

Ans : 300% 

6. Perimeter of the back wheel = 9 feet, front wheel = 7 
feet on a certain distance, the front wheel gets 10 
revolutions more than the back wheel .What is the distance? 

Ans : 315 feet. 

7. Perimeter of front wheel =30, back wheel = 20. If front 
wheel revolves 240 times. How many revolutions will the 
back wheel take? 

Ans: 360 times 

8. 20% of a 6 litre solution and 60% of 4 litre solution 
are mixed. What percentage of the mixture of solution 

Ans: 36% 

9. City A's population is 68000, decreasing at a rate of 80 
people per year. City B having population 42000 is 
increasing at a rate of 120 people per year. In how many 
years both the cities will have same population? 

Ans: 130 years 

10. Two cars are 15 kms apart. One is turning at a speed of 
50kmph and the other at 40kmph . How much time will it take 
for the two cars to meet? 

Ans: 3/2 hours 

11. A person wants to buy 3 paise and 5 paise stamps 
costing exactly one rupee. If he buys which of the 
following number of stamps he won't able to buy 3 paise 
stamps. 

Ans: 9 

12. There are 12 boys and 15 girls, How many different 
dancing groups can be formed with 2 boys and 3 girls. 


13. Which of the following fractions is less than 1/3 

(a) 22/62 
(b) 15/46
(c) 2/3
(d) 1 

Ans: (b) 

14. There are two circles, one circle is inscribed and 
another circle is circumscribed over a square. What is the 
ratio of area of inner to outer circle? 

Ans: 1 : 2 

Directions for questions 15-17: The questions are based on 
the information given below : 

Miss Dean wants to rennovate her house. She hires a 
plumber, a carpenter, a painter, an electrician and an 
interior decorator. The work to be finished in one working 
(Monday - Friday ). 
Each worker will take the full day to do his job. Miss Dean 
permits only one person to work each day.
I. The painter can work only after the plumber and the 
carpenter have finished their jobs
II. The interior decorator must do his job before the 
electrician.
III. The carpenter cannot work on Monday or Tuesday 

15. If the painter work on Thursday, which one of the 
following alternatives is possible? 

(a) The electrician works on Tuesday.
(b). The electrician works on Friday.
(c) The interior decorator works after the painter does.
(d). The painter works on consecutive days.
(e). Miss Dean cannot fit all of the workers int schedule 

Ans: (b) 

16. If the painter works on Friday which of the following 
must be false? 

(a) . The carpenter may works on Wednesday
(b). The carpenter and the electrician may work on 
consecutive days
(c). If the carpenter works on Thursday, the electrician 
has to work on Wednesday
(d). The plumber may work before the electrician does
(e). The electrician may work on Tuesday 

Ans: (c) 


17. Which argument is possible?

(a). The electrician will works on Tuesday and the interior 
decorator on Friday
(b). The painter will work on wednesday and plumber on 
thursday
(c). The carpenter will works on Tuesday and the painter on 
Friday
(d). THe painter will work on Monday and the carpenter on 
Thursday
(e). The carpenter will work on Wednesday and the plumber 
on Thursday 

Ans: (e) 



CMC placement papers 

  
 
0
Guest
 
 
Question
Cisco placement papers -----------placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Cisco
I also faced this Question!!   © ALL Interview .com
Answer
Cisco placement papers 


COMPUTER AWARENESS TEST 

computer awareness questions

1.In the command scanf, h is used for

Ans. Short int


2.A process is defined as

Ans. Program in execution


3.A thread is

Ans. Detachable unit of executable code)


4.What is the advantage of Win NT over Win 95

Ans. Robust and secure


5.How is memory management done in Win95

Ans. Through paging and segmentation


6.What is meant by polymorphism

Ans. Redfinition of a base class method in a derived class


7.What is the essential feature of inheritance

Ans. All properties of existing class are derived


8.What does the protocol FTP do

Ans. Transfer a file b/w stations with user authentification


9.In the transport layer ,TCP is what type of protocol

Ans. Connection oriented


10.Why is a gateway used

Ans. To connect incompatible networks


11.How is linked list implemented

Ans. By referential structures


12.What method is used in Win95 in multitasking

Ans. Non preemptive check


13.What is meant by functional dependency


14.What is a semaphore

Ans. A method synchronization of multiple processes


15.What is the precedence order from high to low ,of the 
symbols ( ) ++ /

Ans.( ) , ++, /


16.Preorder of A*(B+C)/D-G

Ans.*+ABC/-DG

18. B-tree (failure nodes at same level)


19. Dense index (index record appers for every search -key 
in file)


20.What is the efficiency of merge sort

Ans. O(n log n)


21.A program on swaping ( 10,5 )was given (candidate cannot 
recollect)


22.In which layer are routers used

Ans.In network layer


23.In which layer are packets formed ( in network layer ) 


24.heap ( priority queue )


25.copy constructor ( constant reference )


26.Which of the following sorting algorithem has average 
sorting behavior --
       Bubble sort,merge sort,heap sort,exchange sort

Ans. Heap sort


27.In binary search tree which traversal is used for 
getting ascending order values--Inorder ,post order,preorder

Ans.Inorder


28.What are device drivers used for

Ans.To provide software for enabling the hardware


29. Irrevalent to unix command ( getty)


30.What is fork command in unix

Ans. System call used to create process


31.What is make command in unix

Ans. Used forcreation of more than one file


32.In unix .profile contains

Ans. Start up program


33.In unix echo is used for ( answer C)


34.In unix 'ls 'stores contents in

Ans.inode block


QUANTITATIVE SECTION

Cisco quantitative questions
 
1.In a class composed of x girls and y boys what part of 
the class is composed of girls

A.y/(x + y)
B.x/xy
C.x/(x + y)
D.y/xy

Ans.C


2.What is the maximum number of half-pint bottles of cream 
that can be filled with a 4-gallon can of cream(2 pt.=1 qt. 
and 4 qt.=1 gal)

A.16
B.24
C.30
D.64

Ans.D


3.If the operation,^ is defined by the equation x ^ y = 2x 
+ y,what is the value of a in 2 ^ a = a ^ 3

A.0
B.1
C.-1
D.4

Ans.B


4.A coffee shop blends 2 kinds of coffee,putting in 2 parts 
of a 33p. a gm. grade to 1 part of a 24p. a gm.If the 
mixture is changed to 1 part of the 33p. a gm. to 2 parts 
of the less expensive grade,how much will the shop save in 
blending 100 gms.

A.Rs.90
B.Rs.1.00
C.Rs.3.00
D.Rs.8.00

Ans.C


5.There are 200 questions on a 3 hr examination.Among these 
questions are 50 mathematics problems.It is suggested that 
twice as much time be spent on each maths problem as for 
each other question.How many minutes should be spent on 
mathematics problems

A.36
B.72
C.60
D.100

Ans.B


6.In a group of 15,7 have studied Latin, 8 have studied 
Greek, and 3 have not studied either.How many of these 
studied both Latin and Greek

A.0
B.3
C.4
D.5

Ans.B


7.If 13 = 13w/(1-w) ,then (2w)2 =

A.1/4
B.1/2
C.1
D.2

Ans.C


8. If a and b are positive integers and (a-b)/3.5 = 4/7, 
then 

(A) b < a
(B) b > a
(C) b = a
(D) b >= a 

Ans. A


9. In june a baseball team that played 60 games had won 30% 
of its game played. After a phenomenal winning streak this 
team raised its average to 50% .How many games must the 
team have won in a row to attain this average? 

A. 12
B. 20
C. 24
D. 30 

Ans. C


10. M men agree to purchase a gift for Rs. D. If three men 
drop out how much more will each have to contribute towards 
the purchase of the gift/ 

A. D/(M-3)
B. MD/3
C. M/(D-3)
D. 3D/(M2-3M) 

Ans. D


11. A company contracts to paint 3 houses. Mr.Brown can 
paint a house in 6 days while Mr.Black would take 8 days 
and Mr.Blue 12 days. After 8 days Mr.Brown goes on vacation 
and Mr. Black begins to work for a period of 6 days. How 
many days will it take Mr.Blue to complete the contract? 

A. 7
B. 8
C. 11
D. 12

Ans.C 


12. 2 hours after a freight train leaves Delhi a passenger 
train leaves the same station travelling in the same 
direction at an average speed of 16 km/hr. After travelling 
4 hrs the passenger train overtakes the freight train. The 
average speed of the freight train was? 

A. 30
B. 40
C.58
D. 60 

Ans. B 


13. If 9x-3y=12 and 3x-5y=7 then 6x-2y = ? 

A.-5
B. 4
C. 2
D. 8 

Ans. D 


Cisco Analytical ability questions

ANALYTICAL ABILITY 

1. The office staff of XYZ corporation presently consists 
of three bookeepers--A, B, C and 5 secretaries D, E, F, G, 
H. The management is planning to open a new office in 
another city using 2 bookeepers and 3 secretaries of the 
present staff . To do so they plan to seperate certain 
individuals who don't function well together. The following 
guidelines were established to set up the new office 

I. Bookeepers A and C are constantly finding fault with one 
another and should not be sent together to the new office 
as a team
II. C and E function well alone but not as a team , they 
should be seperated
III. D and G have not been on speaking terms and shouldn't 
go together
IV Since D and F have been competing for promotion they 
shouldn't be a team 

1.If A is to be moved as one of the bookeepers,which of the 
following cannot be a possible working unit.

A.ABDEH
B.ABDGH
C.ABEFH
D.ABEGH

Ans.B


2.If C and F are moved to the new office,how many 
combinations are possible

A.1
B.2
C.3
D.4

Ans.A


3.If C is sent to the new office,which member of the staff 
cannot go with C

A.B
B.D
C.F
D.G

Ans.B


4.Under the guidelines developed,which of the following 
must go to the new office

A.B
B.D
C.E
D.G

Ans.A


5.If D goes to the new office,which of the following is/are 
true

I.C cannot go
II.A cannot go
III.H must also go

A.I only
B.II only
C.I and II only
D.I and III only

Ans.D


2.After months of talent searching for an administrative 
assistant to the president of the college the field of 
applicants has been narrowed down to 5--A, B, C, D, E .It 
was announced that the finalist would be chosen after a 
series of all-day group personal interviews were held.The 
examining committee agreed upon the following procedure

I.The interviews will be held once a week
II.3 candidates will appear at any all-day interview session
III.Each candidate will appear at least once
IV.If it becomes necessary to call applicants for additonal 
interviews, no more 1 such applicant should be asked to 
appear the next week
V.Because of a detail in the written applications,it was 
agreed that whenever candidate B appears, A should also be 
present.
VI.Because of travel difficulties it was agreed that C will 
appear for only 1 interview. 

1.At the first interview the following candidates appear 
A,B,D.Which of the follwing combinations can be called for 
the interview to be held next week.

A.BCD
B.CDE
C.ABE
D.ABC

Ans.B


2.Which of the following is a possible sequence of 
combinations for interviews in 2 successive weeks

A.ABC;BDE
B.ABD;ABE
C.ADE;ABC
D.BDE;ACD

Ans.C


3.If A ,B and D appear for the interview and D is called 
for additional interview the following week,which 2 
candidates may be asked to appear with D?

I. A
II B
III.C
IV.E 

A.I and II
B.I and III only
C.II and III only
D.III and IV only

Ans.D


4.Which of the following correctly state(s) the procedure 
followed by the search committee

I.After the second interview all applicants have appeared 
at least once
II.The committee sees each applicant a second time
III.If a third session,it is possible for all applicants to 
appear at least twice

A.I only
B.II only
C.III only
D.Both I and II

Ans.A


3. A certain city is served by subway lines A,B and C and 
numbers 1 2 and 3
When it snows , morning service on B is delayed
When it rains or snows , service on A, 2 and 3 are delayed 
both in the morning and afternoon
When temp. falls below 30 degrees farenheit afternoon 
service is cancelled in either the A line or the 3 line,
but not both.
When the temperature rises over 90 degrees farenheit, the 
afternoon service is cancelled in either the line C or the
3 line but not both.
When the service on the A line is delayed or cancelled, 
service on the C line which connects the A line, is delayed.
When service on the 3 line is cancelled, service on the B 
line which connects the 3 line is delayed. 

Q1.  On Jan 10th, with the temperature at 15 degree 
farenheit, it snows all day. On how many lines will service 
be
       affected, including both morning and afternoon. 

(A) 2
(B) 3
(C) 4
(D) 5 

Ans. D 


Q2. On Aug 15th with the temperature at 97 degrees 
farenheit it begins to rain at 1 PM. What is the minimum 
number
      of  lines on which service will be affected? 

(A) 2
(B) 3
(C) 4
(D) 5 

Ans. C 


Q3. On which of the following occasions would service be on 
the greatest number of lines disrupted. 

(A) A snowy afternoon with the temperature at 45 degree 
farenheit
(B) A snowy morning with the temperature at 45 degree 
farenheit
(C) A rainy afternoon with the temperature at 45 degree 
farenheit
(D) A rainy afternoon with the temperature at 95 degree 
farenheit 

Ans. B 


4. In a certain society, there are two marriage groups, red 
and brown. No marriage is permitted within a group. On 
marriage, males become part of their wives groups; women 
remain in their own group. Children belong to the same 
group as their parents. Widowers and divorced males revert 
to the group of their birth. Marriage to more than one 
person at the same time and marriage to a direct descendant 
are forbidden 

Q1. A brown female could have had 

I. A grandfather born Red
II. A grandmother born Red
III Two grandfathers born Brown 

(A) I only
(B) III only
(C) I, II and III
(D) I and II only 

Ans. D 


Q2. A male born into the brown group may have 

(A) An uncle in either group
(B) A brown daughter
(C) A brown son
(D) A son-in-law born into red group 

Ans. A 


Q3. Which of the following is not permitted under the rules 
as stated. 

(A) A brown male marrying his father's sister
(B) A red female marrying her mother's brother
(C) A widower marrying his wife's sister
(D) A widow marrying her divorced daughter's ex-husband 

Ans. B 


Q4. If widowers and divorced males retained their group 
they had upon marrying which of the following would be 
permissible ( Assume that no previous marriage occurred) 

(A) A woman marrying her dead sister's husband
(B) A woman marrying her divorced daughter's ex-husband
(C) A widower marrying his brother's daughter
(D) A woman marrying her mother's brother who is a widower. 

Ans. D 


Q5. I. All G's are H's
II. All G's are J's or K's
III All J's and K's are G's
IV All L's are K's
V All N's are M's
VI No M's are G's 

Q1. If no P's are K's which of the following must be true 

(A) No P is a G
(B) No P is an H
(C) If any P is an H it is a G
(D) If any P is a G it is a J 

Ans. D 


Q2. Which of the following can be logically deduced from 
the stated conditions 

(A) No M's are H's
(B) No H's are M's
(C) Some M's are H's
(D) No N's are G's 

Ans. D 


Q3. Which of the following is inconsistent with one or more 
conditions 

(A) All H's are G's
(B) All H's are M's
(C) Some H's are both M's and G's
(D) No M's are H's 

Ans. C 


Q4. The statement  "No  L's are J's" is 

I. Logically deducible from the conditions stated
II Consistent with but not deducible from the conditions 
stated
III. Deducible from the stated conditions together with the 
additional statements "No J's are K's" 

(A) I only
(B) II only
(C) III only
(D) II and III only 

Ans. D 




Cisco placement papers 
 
0
Guest
 
 
Answer
nothing
 
0
Sagar
 
 
Answer
this is not goood as i expected ,,,,,,u have to develope...
more sectins are not updated.....
 
0
Sagar
 
 
Question
Changepond placement papers --------- placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Changepond
I also faced this Question!!   © ALL Interview .com
Answer
Changepond placement papers 

There were two sections Aptitude Technical

changepond Aptitude questions

1.                  If m-4 is 7 more than n then m+9 is how 
much more than n+2

2.                  If 10x coins are added to the no. of 
original coins he has (5y + 1) times more coins. Find out 
how many coins he 
had originally in terms of x and y 

3.                  Find out the Simple Interest paid for a 
sum of $4000 at the rate of 8% per annum for 3 months.

4.                  If it takes 10 technicians working 6 
hours to build a server. They start woring at 11 AM and 1 
technician is
 added  per hour starting at 5 PM. At what time they will 
finish the server?

5.                   A chart was there giving the speed of 
train after some minutes like
  0 30 60 90 120 150 180
  40 45 50 55 60 65 70

6.                  Find the % increase in the speed of 
train?

7.                   If it is extrapolated further what 
will be the speed after 5 hrs.

8.                  If the data is for 10 bogies and for 
every 2 bogies added speed decreases by 5% what will be the 
speed after 5 
hrs.

9.                   The type of questions where Both stmt 
are necessary First one is sufficient in itself?..? What is 
the perimeter of the quadrilateral?

10.              The quadrilateral is rectangle

11.              The area of the quadrilateral is 36 What 
is a*b

12.              6a+4b=43

13.              3a+12b=63

14.              The house is big and lovely but since 
nobody uses it it is pretty much a white Elephant What does 
White     Elephant  mean?

15.              Sometime they irritate me because they are 
up with the lark whereas I like to lie in What does Up with 
Lark 
mean?

Changepond Technical questions

1.                  What exception can an overridden method 
throw in comparison with the method it is overriding?

2.                  What does parseQueryString return?

3.                  Anonymous classes ? Can they have 
constructors?

4.                   what is wrong with this
abstract class MyClass
{
transient a,
synchronized b.
}

5.                  How can an inner class access the 
members of outer class?

6.                  Find the output:
String a=?abc?;
String b=?abc?; 
If(a==b)
System.out.println(?1?);
Else
System.out.println(?2?);
If a.equals(b) 
System.out.println(?3?);
Else
System.out.println(?4?);

7.                  Find the output Code showing Call by 
reference and call by value was given Array was used.

8.                  Some For stmts was given Mark all valid 
once

9.                   byte b=1
While(++b > 0);
System.out.println(b);





Changepond placement papers 
 
0
Guest
 
 
Question
Celstream  Placement papers ---------placement paper 1
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Celstream
I also faced this Question!!   © ALL Interview .com
Answer
Celstream  Placement papers 

Celstream aptitude questions


1.                  One problem like 5pigs cost is same as 
25 dogs which is equal 12 elephants if 15  elephants is 
2500 what is value of 1 pig. (numbers are not 
same.)                                                     

2.                  One man brought pen and book from 250 
and he sold both at 10% profit on pen and 20% loss on book 
and finally he gained 40% what is the value of pen (numbers 
are not same)

3.                  12 men can build wall of length of 12m 
in 10 days how many men are required to build 20 m in 15 
days. (numbers are not exact)  answering of at least 9 is 
necessary. try to answer the questions which are easy. do 
some guessing work otherwise u can't complete the paper

4.                  Passage like this  there are 2 wings of 
houses east and west u can see the sea from east from some 
houses for that extra charges. and some rooms had kitchen 
extra cost for them and so on  and questions on that 

5.                  Passage like this  there are 2 wings of 
houses east and west u can see the sea from east from some 
houses for that extra charges. and some rooms had kitchen 
extra cost for them and so on  and questions on that 

6.                  In a temple there are 3 doors. and 
after each doar there is one idol (so there will be 3 
idols) at each door the flowers we take will be doubled . 
and questions on this answers were for one 7 and for 
another it is 40. and one more question was there i don't 
no that

7.                  One passage was on playing cards. know 
how many diamonds and etc.            

8.                  There was on passage like this one host 
and one hostess. invited 6 for lunch and they are sitting 
in on a rectangular table for their lunch. and arrangements 
should that  at least one adjacent person should be 
apposite sex. and some conditions are given easy to solve. 
for one question the answer was host.

  
Celstream  Placement papers
 
0
Guest
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com