Interview Questions

Q:

What is marketspace?

Answer

Marketspace refers to an information and communication based electronic exchange environment. It is a relatively new concept in marketing. Since physical boundaries no longer interfere with buy/sell decisions, the world has grown into several industry specific marketspaces which are integration of marketplaces through sophisticated computer and telecommunication technologies.

Report Error

View answer Workspace Report Error Discuss

0 3544
Q:

Why would a company distribute its earnings through dividends to common stockholders?

Answer

Regular dividend payments are signals that a company is healthy and profitable. Also, issuing dividends can attract investors (shareholders). Finally, a company may distribute earnings to shareholders if it lacks profitable investment opportunities.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

3 3541
Q:

What do you mean by platform independence?

Answer

Platform independence means that we can write and compile the java code in one platform (Eg Windows) and can execute the class in any other supported platform (Eg Linux,Solaris,etc).

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3537
Q:

What technologies are being used in AJAX?

Answer

AJAX uses four technologies, which are as follows:




       => JavaScript

       => XMLHttpRequest

       => Document Object Model (DOM)

       => Extensible HTML (XHTML) and Cascading Style Sheets (CSS)

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 3528
Q:

The largest component of National Income in India is ____ ?

A) Service Sector B) Industrial Sector
C) Agriculture Sector D) Trade Sector
 
Answer & Explanation Answer: A) Service Sector

Explanation:

The  largest component of National income is service sector.

Report Error

View Answer Report Error Discuss

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

6 3527
Q:

What is autoboxing and unboxing ?

Answer

Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper classes. For example, converting an int to an Integer, a double to a Double, and so on. If the conversion goes the other way, this is called unboxing. 

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3527
Q:

What are the types of accounts in banks?

Answer

a) Checking Account: You can access the account as the saving account but, unlike saving account, you cannot earn interest on this account. The benefit of this account is that there is no limit for withdrawal.


b) Saving Account: You can save your money in such account and also earn interest on it. The number of withdrawal is limited and need to maintain the minimum amount of balance in the account to remain active.


c) Money Market Account: This account gives benefits of both saving and checking accounts. You can withdraw the amount and yet you can earn higher interest on it. This account can be opened with a minimum balance.


d) CD (Certificate of Deposits) Account: In such account you have to deposit your money for the fixed period of time (5-7 years), and you will earn the interest on it. The rate of interest is decided by the bank, and you cannot withdraw the funds until the fixed period expires.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 3527
Q:

Describe how to step through code in .NET.

Answer

Steps to step through the code in .NET:



  1. Start the program in debug mode.

  2. When the first breakpoint is reached then step through can be done in one of the two ways:



  •  Press F10 to move to next line.

  •  Select debug menu and click on step over. This would step over the breakpoint to next level.


       3. Other options are: “Step Into” and “Step Out”.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 3526