why you will give me a job in TCS.

Answers were Sorted based on User's Feedback



why you will give me a job in TCS...

Answer / sumit

Its a simple economics, you want man power with required
skill set and I want money for my livelihood.

Is This Answer Correct ?    13 Yes 1 No

why you will give me a job in TCS...

Answer / sandeep

because iam efficient of doing this job

Is This Answer Correct ?    2 Yes 0 No

why you will give me a job in TCS...

Answer / roop

because of our increasing client

Is This Answer Correct ?    1 Yes 1 No

why you will give me a job in TCS...

Answer / harshithadesai

to encourage freshers & freshers may have good technical
skills

Is This Answer Correct ?    1 Yes 1 No

why you will give me a job in TCS...

Answer / rahul

Did you ask the interviewer this question or the interviewer
asked you this?

Is This Answer Correct ?    1 Yes 1 No

why you will give me a job in TCS...

Answer / swetha

because u dont have job

Is This Answer Correct ?    1 Yes 2 No

why you will give me a job in TCS...

Answer / ashish

i wont give u a job!!!!

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].

2 Answers   Infosys, TCS,


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


How do I swap bytes?

0 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  






Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 Answers  


What is the use of bitwise operator?

0 Answers  


what are the advantage and disadvantage of recursion

5 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


What is the use of putchar function?

0 Answers  


write a program to print the one dimensional array.

1 Answers  


Why & is used in scanf in c?

0 Answers  


Categories