Interview Questions

Q:

A distinguishing feature of managerial accounting is

A) general-purpose reports B) very detailed reports
C) quarterly and annual reports D) external users
 
Answer & Explanation Answer: B) very detailed reports

Explanation:

Managerial accounting is the process of identifying, measuring, analyzing, interpreting and communicating information for the pursuit of an organization's goals. This branch of accounting is also known as cost accounting.

 

Hence, the distinguishing feature of managerial accounting is very detailed reports.

Report Error

View Answer Report Error Discuss

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

0 3531
Q:

Expand CAR, in Banking Terminology?

A) Current Applicable Ratio B) Capital Adequacy Ratio
C) Capital Available Request D) Compiled Acquired Ratio
 
Answer & Explanation Answer: B) Capital Adequacy Ratio

Explanation:

Capital Adequacy Ratio (CAR) is also known as Capital to Risk (Weighted) Assets Ratio (CRAR), is the ratio of a bank's capital to its risk.

 

1. The capital adequacy ratio (CAR) is a measure of a bank's capital.

2. It is used to protect depositors and promote the stability and efficiency of financial systems around the world.

3. National regulators track a bank's CAR to ensure that it can absorb a reasonable amount of loss and complies with statutory Capital requirements.

Report Error

View Answer Report Error Discuss

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

5 3530
Q:

What is synchronization and why is it important ?

Answer

With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object's value. This often leads to significant errors.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3529
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 3517
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 3511
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 3510
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 3509
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 3504