Interview Questions

Q:

Which utility allows you to reference an assembly in an application?

Answer

An assembly can be referenced by using the gacutil.exe utility with the /r option. The /r option requires a reference type, a reference ID, and a description.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 3796
Q:

ETCS means

A) Electronic Tax Collected at Source B) Electric Tax Collected at Source
C) Enable Tax Collected at Source D) Electrical Tax Collected at Source
 
Answer & Explanation Answer: A) Electronic Tax Collected at Source

Explanation:

Tax Collected at Source (TCS) is income tax collected in India payable by the seller who collects in turn from the buyer and it is provided under section 206C of Income Tax Act, 1961 at the sale of some goods which are specified.

E - TCS  is the process of filing TCS returns through electronic media. It is necessary for government and corporate collectors to file TCS returns in its electronic form. Collectors (other than government) have the provision to file TCS returns in physical form or electronic form.

Report Error

View Answer Report Error Discuss

Filed Under: Accounts Receivable
Exam Prep: Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 3791
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 3790
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 3786
Q:

What is PHP's mysqli Extension?

Answer

The mysqli extension , or as it is sometimes known, the MYSQL improved extension ,was developed to take advantage of new features found in MYSQL systems versions 4.1.3 and later.

The mysqli extension has a number of benfits,the key enhancements over the mysql extension being:
=> Object-oriented interface
=> Support for prepared statements
=> Support for multiple statements
=> Support for transactions
=> Enhanced debugging capabilities
=> Embedded server support

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 3785
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 3776
Q:

What is insider trading and why is it illegal?

Answer

Undergraduates may get this question as feelers of their business knowledge. Insider trading describes the illegal activity of buying or selling stock based on information that is not public information. This is to prevent those with privileged information (company execs, I-bankers and lawyers) from using this information to make a tremendous amount of money unfairly.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

4 3775
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 3762