Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

TCS Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 561783

Describe a complex problem you have solved or haven't solved?

9 53935

What are your short-range and long-range goals and how do you expect to achieve them?

17 78025

What are your Greatest strengths and weaknesses?

47 202471

What do you expect of others in a team environment?

12 51296

How do you establish working relationships with new people?

11 57428

Where you would like to be in 5 years?

23 70411

what are the stages in Testing life cycle?

50 123470

What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?

10 61100

What is your biggest strength ?

23 81498

what is tracebility matrix?

8 29303

what is test plan and what it consists?

15 64741

what is sevirity and who will decided that one?

11 27636

what are Recoring modea available in winrunner?

3 11120

What accessories required to give the motor with given circuits and do you know the ratings of those accessories?

4 31567

Post New TCS Interview Questions


TCS Interview Questions


Un-Answered Questions

Mention whether you can create relational joins in tableau without creating a new table?

547


What is a shell in operating system?

1150


What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?

935


What kind of programs do you watch on TV?

1339


What is 555 timer?

1103


What is pycharm used for?

962


What is the use of pivot table?

933


What does fsck do in linux?

906


Would you store your query in a ssrs report or a database server? State the reason why?

157


does rpa have a future?

1


Where will you define laravel's facades?

789


What first made you want to be an engineer?

1189


What is lazy true in hibernate?

452


WHAT IS MOBILE SUB-STATION? & REALLY BENEFIT IN INDIA

2112


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3384