CMC

Career Details
Eligibility:

Engineering Degree with 50%

Selection Process:

Written
GD
Interview

Entry Package:
2.3
Organization Details
Industry:
IT/Software, Hardware
Company Profile :

CMC Limited is a leading IT solutions company and a subsidiary of Tata Consultancy Services Limited (TCS Ltd ), one of the world's leading information technology consulting, services and business process outsourcing organisations. We are a part of the Tata group, India's best-known business conglomerate.

With 18 offices, 150 service locations, 520 non-resident locations and over 3,500 employees worldwide, we provide a wide spectrum of unique Information Technology solutions and services to a clientele of premier organisations in the government and private sectors.

CMC Americas, our subsidiary, services clients in the US, while our branch offices in the UK and Dubai market our products and services in Europe, Africa and the Middle East

Written test

Technical test

Interview

The written test Contains 3 sections . contains the following...and the duration is 90 minutes....

verbal analogy (25 marks)

Data sufficiency

Logical reasioning

Analytical reasoning

Comparisons (basic mathematics)

arithmatic

reading comprehension

The technical test contains the questions from OS,DBMS,OOPS,SE,C,JAVA, DS

After clearing the techincal test there is an interview... interview is based on ur Areas Of Interest....

0
No votes yet

processor for I/O

processor for I/O operations then the load will be reduced on
ans:cpu

2. one question on DMA
ans:DMA

3. In list of 4 numbers the maximum number of comparisions to find the maximum and immediate
maximum number

4. Confuguration management does not consider about
ans:hard ware devices.

5. The most important factor of the coding: ans:readability.

6 Which of the following testing methods is used as a aceptency test
ans:functional testing

7. If the number of conditions in the decision table is n,the max number of
ans:2 power n

8. What is meant by swaping?

9. If(node!=null)
{
write(node) A(left B,right D)
traverse(right subtree) D(left E,right f)
write(node)
traverse(left subtree)}

10. A question on Functional Dependencies which is not FD in the following?

11. If T(x)=2T(x/2)+1 T(1)=1 and n is the power of 2 then T(x)=?
ans:(2n-1)

12. If we want to access the data and members of a class to the immediate derived class which
access specifier is used?
ans:protected

13. Two questions on Queries(sql) technical test is easy.u must attempt first data comparisons, then
arithmetic, then datasufficiency.

14. windows NT is:
1. extension to windows 95 2)mutiprocessing system
3. provides GUI 4)none of the above.

CMC Aptitude questions in Barron's GRE
---------------------------------------
Page No. Question Nos.

11 5,6,7 - An instructor...

12 9,10,11 - Dormitories..., It's important..., The Census Bureau...

34 7,13,14,15,16 - My father..., All ...

37 25 - I'm afraid...

40 17,18,19,20,21,22 - Mathematics...

41 25 - Television...

89 14 - Hobble

99 According to the passage... (RC)

273 30,31 - x,y,z are consecuive..., a/b-c = -5/c+b

408 1,2,3,4 - An office manager...

413 40,41 - As president...

438 7 - Wilbur is 6

439 8,9,10,11,12 - A project

441 5,6 - If Elaine..., Frank must...

444 24 - A meadow...

471 23,24 - In 1978...

473 8 to 16 (Analogy) Bleat: Sheep ...

494 23 - The current trend...

591 23 - Lillian, who...

C Questions

Read Exploring in c:(bitwise operators,precedence)
1. main()
{
int x=10,y=5,p,q;
p=x>9;
q=x>3&&y!=3;
printf("p=%d q=%d",p,q);
}ans:1,1.

2. main()
{
int x=11,y=6,z;
z=x==5 || !=4;
printf("z=%d",z);
}ans:1

3 main()
{
int c=0,d=5,e=10,a;
a=c>1?d>1||e>1?100:200:300;
printf("a=%d",a);
}ans:300

4 main()
{
int i=-5,j=-2;
junk(i,&j);
printf("i=%d,j=%d",i,j);
}
unk(i,j)
int i,*j
{
i=i*i;
*j=*j**j;
}
ans:-5,4;

5 #define NO
#define YES
main()
{
int i=5,j;
if(i>5)
j=YES;
else
j=NO;
printf("%d",j);
}
ans:Error message

6. main()
{
int a=0xff;
if(a<<4>>12)
printf("leftist)
else
printf("rightist")
}
ans:rightist

7 main()
{
int i=+1;
while(~i)
printf("vicious circles")
}
ans:continuous loop.

8 One question on assigning two different structures; i.e structure1 variable1=structure1 variable2

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> <br> <br /> <p> <div> <span> <b> <i>.
  • Lines and paragraphs break automatically.

More information about formatting options