why TCS selected more student in the software field from
all institution.
Answers were Sorted based on User's Feedback
Answer / jj
TCS provide the service to different clients on different
technologies,to do the that task need manpower and moreover
to get the projects from client's have to show manpower
with their qualification , in which institute has got the
degree also important to the client and technology.
| Is This Answer Correct ? | 32 Yes | 5 No |
Answer / viji
Becoz they need manpower to implement their projects and to
give their best output in all their aspects.....
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / jayasree
TCS wnt more talented person with creativity mind which
able to improve the tcs and also to implement their project
in succesfull manner within limited period of time.so they
select many student from many institution from direct
interview.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / asha
it not only selects students from s/w field but also frm
all other fields bcoz they want to train students frm other
field who are really talented
| Is This Answer Correct ? | 11 Yes | 8 No |
Answer / mayank dwivedi
TCS is one of the global organization in the field of information, communication technology, it is having major client around the world and in order to fulfill thier needs, demands they require skilled technical manpower.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is pass by reference in c?
How would you sort a linked list?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
Explain spaghetti programming?
How can I trap or ignore keyboard interrupts like control-c?
What is Full Form of C and Why We use C
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is #include called?
What is 'bus error'?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
write a progrmm in c language take user interface generate table using for loop?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f