Interview Questions

Q:

Loan and Advances of a bank come under the category of______________.

A) Deposits B) Expenditure
C) Liabilities D) Assets
 
Answer & Explanation Answer: D) Assets

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Bank Interview

2 3573
Q:

What is accumulated loss?

Answer

A loss (or losses) from previous years carried forward in order to offset future earnings. This reduces the tax burden for the years with profit as the accumulated losses are deducted from the taxable profit.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

0 3573
Q:

What do you know about the big-O notation and can you give some examples with respect to different data structures ?

Answer

The Big-O notation simply describes how well an algorithm scales or performs in the worst case scenario as the number of elements in a data structure increases. The Big-O notation can also be used to describe other behavior such as memory consumption. Since the collection classes are actually data structures, we usually use the Big-O notation to chose the best implementation to use, based on time, memory and performance. Big-O notation can give a good indication about performance for large amounts of data.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3564
Q:

What is a DB2 bind?

Answer

A DB2 bind is a process that builds an access path to DB2 tables. 

Report Error

View answer Workspace Report Error Discuss

0 3564
Q:

What is the minimum period of time for which one can open an FD(Fixed Deposit) account ? 

A) 15 days B) 6 months
C) 7 days D) 1 year
 
Answer & Explanation Answer: C) 7 days

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Bank Interview
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

5 3558
Q:

What do you mean by a deadlock?

Answer

 - When two processes are waiting to update the rows of a table which are locked by another process, the situation is called a deadlock.
 - The reasons for it to happen are:
 * lack of proper row lock commands.
 * Poor design of front-end application
- It reduces the performance of the server severely.
- These locks get automatically released automatically when a commit/rollback operation is performed or any process is killed externally.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

0 3550
Q:

The SQL SELECT statement is capable of

A) Projection B) Selection
C) Protection & Security D) Both A & B
 
Answer & Explanation Answer: D) Both A & B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: SQL
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 3547
Q:

Explain When is Marshalling not necessary?

Answer

Marshalling is the process of packaging and sending interface method parameters across thread, process or machine boundaries.


It is not necessary when the client and the server are on the same computer.

Report Error

View answer Workspace Report Error Discuss

2 3533