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 562100

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

9 53961

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

17 78052

What are your Greatest strengths and weaknesses?

47 202562

What do you expect of others in a team environment?

12 51324

How do you establish working relationships with new people?

11 57444

Where you would like to be in 5 years?

23 70449

what are the stages in Testing life cycle?

50 123554

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

10 61118

What is your biggest strength ?

23 81544

what is tracebility matrix?

8 29338

what is test plan and what it consists?

15 64778

what is sevirity and who will decided that one?

11 27652

what are Recoring modea available in winrunner?

3 11125

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

4 31584

Post New TCS Interview Questions


TCS Interview Questions


Un-Answered Questions

what steps do you follow to study a problem before making a decision?

1347


What does br mean in html?

1019


What are the ways in which the dns request of failed servers handled?

1033


What are the different ways of creating thread?

1061


What is event handling in java?

948


Why exchange 2013 architecture has been changed with two server roles?

1150


What is a 2 dimensional array?

1051


Explain how to login into bs mode?

1057


What are the pros and cons of cashless economy?

1120


How do you clear the command prompt screen?

1112


What is struts? Explain

1018


How to find ejb version in websphere?

1001


How do I kill a program in windows?

919


What pieces of information make up a socket?

1001


Is there any way to find whether software installed in the system is registered by just providing the .exe file? I have tried the following code but its just displaying the directory structure in the registry. Here the code : package com.msi.intaller; import java.util.Iterator; import ca.beq.util.win32.registry.RegistryKey; import ca.beq.util.win32.registry.RootKey; public class RegistryFinder { public static void main(String... args) throws Exception { RegistryKey.initialize(RegistryFinder.class.getResource("jRe gistryKey.dll").getFile()); RegistryKey key = new RegistryKey(RootKey.HKLM, "Software\\ODBC"); for (Iterator subkeys = key.subkeys(); subkeys.hasNext();) { RegistryKey subkey = subkeys.next(); System.out.println(subkey.getName()); // You need to check here if there's anything which matches "Mozilla FireFox". } } }

1841