Interview Questions

Q:

The primary Economic function of the Financial system is to

A) Providing experts advice to investors and savers B) Match one person's savings with another person's investment
C) Keeping interest rates low D) Match one person's consumpion expenditure with another person's capital expenditure
 
Answer & Explanation Answer: B) Match one person's savings with another person's investment

Explanation:

The primary Economic function of the Financial system is to match one person's savings with another person's investment.

 

The_primary_Economic_function_of_the_Financial_system_is_to1556258311.png image

 

* As a key component of the financial system, banks allocate funds from savers to borrowers in an efficient manner.

* They provide specialized financial services, which reduce the cost of obtaining information about both savings and borrowing opportunities.

* These financial services help to make the overall economy more efficient.

Report Error

View Answer Report Error Discuss

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

0 3036
Q:

What types of people do you find it difficult to get on with?

Answer

When asking this question, an employer is n’t interested who you find it difficult to work with. They want to know what you do to ensure an effective working relationship with such individuals. 


A possible answer for this question could be: “I get on with all types of people, but get frustrated when working with those who don’t share my work ethic." 


In these situations, I find that by developing a good rapport the person, letting them know how important their contribution is to getting the job done, and appealing to their better nature………things get done.”

Report Error

View answer Workspace Report Error Discuss

Subject: Communication

1 3032
Q:

What is the difference between finance and accounts? most of the companies having a different section like finance and accounts. why they aren't had only single section neither finance nor accounts?

Answer

Finance:It is the branch of economics that studies the management of money and other assets.In simpler terms it can be defined as the commercial activity of providing funds and capital.It addresses questions like -- what funds are required by the org & How they can be raised &  How they have to be allocated etc.


Accounts: It is the occupation of maintaining and auditing records and preparing financial reports for a business. Accounts provides quantitative information about finances. It addresses issues like what amount of funds have been allocated to various activities, how the book-keeping is being done etc.


Both functions are distinct but complimentary to each other.


Finance and accounts are highly specilized and distinct areas and hence most organizations have seperate sections of finance and accounts.

Report Error

View answer Workspace Report Error Discuss

0 3031
Q:

What is the role of the DataSet object in ADO.NET?

Answer

One of the major component of ADO.NET is the DataSet object, which always remains disconnected from the database and reduces the load on the database.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 3030
Q:

What is factory method in AngularJS ?

A) It generates the facts and figures B) It is used to create the service
C) It is used to calculate the factorial of a number D) All the above
 
Answer & Explanation Answer: B) It is used to create the service

Explanation:

In general, Services are Javscript functions and are responsible to do a specific tasks. Factories implements module pattern in which we use a factory method to generate an object which is use for building models.

It's syntax is
module.factory('factoryName', function);

Report Error

View Answer Report Error Discuss

Filed Under: Web Technology
Job Role: Analyst , Software Architect

1 3029
Q:

How is sign stored in a COMP field?

Answer

It is stored in the most significant bit. Bit is ON if -ve, OFF if +ve.

Report Error

View answer Workspace Report Error Discuss

1 3028
Q:

How to define a constant variable in Java?

Answer The variable should be declared as static and final. So only one copy of the variable exists for all instances of the class and the value can't be changed also.
static final int PI = 2.14; is an example for constant.
Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 3025
Q:

Does the order of public and static declaration matter in main() method?

Answer No. It doesn't matter but void should always come before main().
Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3023