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

CMC Technical Questions 1.

CMC Technical Questions

1. what is NFS?
a.Networking File System.
2. what is BIOS?
a.Basic Input Output System.
3. What is RPC?
a. Remote procedure Call.
4. Find shortest Path (graph has given).
a. 45
5. What is the output ?
main()
{
int i=5;
if(i>5);
{
i=100;
printf(" %d ",i);
}
}
a. 100
6. On huffman code one question has been given.
7. No. of comparisions ina merge sort?
A. (2n+1)
8. Sorting of N elments how many comparisions are required?
a.n-1.
9. One question on selection sort (to find third pass of give list)
10. What is a daemon process?
a.
11. What is the use of fork system call?
a. To create child processes.
12. In CPU scheduling , Non preemptive or pre emptive which one is best?
a. Both have negetive as well as positive.
13. DBMS queries (two questions )
14. ""
15. If two entities have m,n elements.what is the result of cross product?
a.mn
16. For every table, IS foreign key mandatory ?
a.NO
17. Three questions on OOPS(Operator over loading,inheritance)
18.
19.
20. One question on system maintainance.
a.perfect
21. He has given base address of an array . find the address of given element.
22. One question on calling main in main.
23. main()
{
int x=32;
x=x>>6;
printf("%d",x);
}
a. 0
24. main()
{
int x=5;
x=x----1;
printf("%d",x);
}
a.error.

25. main()
{
int x=0xff;
if(x<<4>>12)
printf(" ...... ");
else
printf(" .... ");
}
a.
26. Find number of bytes of a given structure.
a.
27. On a static variable 5 question have been given.

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