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

Can we create hyperlink at universe level ? can u please explain with real time example

1 4525

after creating lock object if does n't access record by second user what should we do?

1547

Folder types in smatforms?

2 6927

wat is project accounting & wat is GL

1 4381

what is the difference between electrical and electronic choke?

1479

explan ur project architecture?

1599

how to configure JCO Rfc connection and waht is the use of jco rfc?

2 12182

A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?

3 8715

. There are two water tanks A and B, A is much smaller than B. While water fills at the rate of 1 liter every hour in A, it gets filled up like, 10, 20, 40,80, 160…..in tank B. (At the end of first hour, B has 10 liters, second hour it has 20 liters and so on). If tank B is 1/32 filled of the 21 hours, what is total duration of hours required to fill it completely?

3 12401

1. 10 men and 10 women are there, they dance with each other, is there possibility that 2 men are dancing with same women and vice versa? a) 22 b) 20 c) 10 d) none

2 11685

In the reading room of a library, there are 10 tables, 4 chairs per table. In each table there are different number of people seated. How many ways they will sit in the library so that no chair would be blank? a) 8 b)6 c)2 d)7

4 8444

WHAT ARE THE SHORTCUT KEYS IN QTP?

4 30923

write a query following source region sales 1 1000 2 2000 i want the output ?please give solution 1 2 1000 2000

8 7870

What is polling in informatica ?

1 11154

how can i add two different reports in the same document?

5 9255

Post New TCS Interview Questions


TCS Interview Questions


Un-Answered Questions

Is visual studio community free forever?

432


TREE RINGS. Do they have any function other than dendochronology?

1386


is cognos 7 is better than cognos 8

1690


What is context in c?

543


Can you explain sap hana cloud platform relate sap s/4hana?

294






What is the private method modifier?

589


What are the various modes in which Spark runs on YARN? (Local vs Client vs Cluster Mode)

168


What is injector bubbling?

456


How to load context variables dynamically from file/database?

1


What will be the cause of the loose compression in a cylinder?

2521


What are clob and blob data types in jdbc?

569


What is different between software and app

1231


You need to connect two computers for file sharing. Is it possible to do this without using a hub or router?

147


What is the use of string in c++?

553


Objective The objective of this problem is to test the understanding of Object-Oriented Programming (OOP) concepts, in particular, on encapsulation. Problem Description Create a program for managing customer’s bank accounts. A bank customer can do the following operations: 1. Create a new bank account with an initial balance. 2. Deposit money into his/her account. 3. Withdraw money from his/her account. For this operation, you need to output “Transaction successful” if the intended amount of money can be withdrawn, otherwise output “Transaction unsuccessful” and no money will be withdrawn from his/her account. Input The input contains several operations and is terminated by “0”. The operations will be “Create name amount”, “Deposit name amount”, or “Withdraw name amount”, where name is the customer’s name and amount is an integer indicating the amount of money. There will be at most 100 bank accounts and they are all created on the first month when the bank is opening. You may assume that all account holders have unique names and the names consist of only a single word. Output The output contains the transaction result of withdrawal operations and the final balance of all customers after some withdrawal and deposit operations (same order as the input). Sample Input Create Billy 2500 Create Charlie 1000 Create John 100 Withdraw Charlie 500 Deposit John 899 Withdraw Charlie 1000 0

1706