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 562018

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

9 53952

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

17 78043

What are your Greatest strengths and weaknesses?

47 202537

What do you expect of others in a team environment?

12 51317

How do you establish working relationships with new people?

11 57439

Where you would like to be in 5 years?

23 70442

what are the stages in Testing life cycle?

50 123528

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

10 61112

What is your biggest strength ?

23 81534

what is tracebility matrix?

8 29328

what is test plan and what it consists?

15 64769

what is sevirity and who will decided that one?

11 27650

what are Recoring modea available in winrunner?

3 11123

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

4 31579

Post New TCS Interview Questions


TCS Interview Questions


Un-Answered Questions

What does cms stand for?

197


#include int main() { char c='1'; int j=atoi(c); }

2043


Give example to declare variable using both val and var in Kotlin?

207


Explain about the database management systems.

1024


What is the purpose of a sql?

1041


I need testPalindrome and removeSpace #include #define SIZE 256 /* function prototype */ /* test if the chars in the range of [left, right] of array is a palindrome */ int testPalindrome( char array[], int left, int right ); /* remove the space in the src array and copy it over to the "copy" array */ /* set the number of chars in the "copy" array to the location that cnt points t */ void removeSpace(char src[], char copy[], int *cnt); int main( void ) { char c; /* temporarily holds keyboard input */ char string[ SIZE ]; /* original string */ char copy[ SIZE ]; /* copy of string without spaces */ int count = 0; /* length of string */ int copyCount; /* length of copy */ printf( "Enter a sentence:\n" ); /* get sentence to test from user */ while ( ( c = getchar() ) != '\n' && count < SIZE ) { string[ count++ ] = c; } /* end while */ string[ count ] = '\0'; /* terminate string */ /* make a copy of string without spaces */ removeSpace(string, copy, ©Count); /* print whether or not the sentence is a palindrome */ if ( testPalindrome( copy, 0, copyCount - 1 ) ) { printf( "\"%s\" is a palindrome\n", string ); } /* end if */ else { printf( "\"%s\" is not a palindrome\n", string ); } /* end else */ return 0; /* indicate successful termination */ } /* end main */ void removeSpace(char src[], char copy[], int *cnt) { } int testPalindrome( char array[], int left, int right ) { }

2749


How to start your 10g xe server from command line?

1125


How do you disable javascript?

959


we charge service tax in our Invoice.we pay it in time. At the end of the year other party gives his deduction as certificate. what to do with it ? how to submit again to tax authorities?

1953


What is xml web service?

844


What is the difference between SQL notification and SQL invalidation?

1263


Polymorphism real time scenario

1556


Explain JSF architecture?

92


What do you understand by classes in typescript? List some features of classes.

193


Enlist common shells with their indicators.

1089