Interview Questions

Q:

What is Bank Rate?

Answer

Bank Rate is the interest rate at which the RBI allows finance to commercial banks. By Bank Rate, we mean bank can regulate the level of economic activity.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 2634
Q:

What is the difference between class and structure?

Answer

Structure: Initially (in C) a structure was used to bundle different type of data types together to perform a particular functionality. But C++ extended the structure to contain functions also. The major difference is that all declarations inside a structure are by default public.
Class: Class is a successor of Structure. By default all the members inside the class are private.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 2634
Q:

What is market risk?

Answer

It refers to the possibility for an investor to experience  losses due to  factors that affect the overall performance of the financial markets. Market risk cannot be eliminated through diversification, though it can be hedged against. The sources of market risk include natural disasters, recessions, political turmoil, changes in interest rates and terrorist attacks.

Report Error

View answer Workspace Report Error Discuss

0 2632
Q:

How can we achieve singleton pattern in iOS?

Answer

The Singleton design pattern ensures a class only has one instance, and provides a global point of access to it. The class keeps track of its sole instance and ensures that no other instance can be created. Singleton classes are appropriate for situations where it makes sense for a single object to provide access to a global resource.Several Cocoa framework classes are singletons. They includeNSFileManager, NSWorkspace, NSApplication, and, in UIKit,UIApplication. A process is limited to one instance of these classes. When a client asks the class for an instance, it gets a shared instance, which is lazily created upon the first request.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

3 2631
Q:

What is the functionality of the function strstr and stristr?

Answer

strstr() returns part of a given string from the first occurrence of a given substring to the end of the string.
For example:
strstr("user@example.com","@") will return "@example.com".

stristr() is idential to strstr() except that it is case insensitive.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2631
Q:

Explain What is the difference between debenture holders and creditors?

Answer

Debenture holder are those who provides long term loan at specific interest rate in term of cash and creditor provides only short term credit in term of cash for purchasing of goods.

Report Error

View answer Workspace Report Error Discuss

1 2628
Q:

Explain What is the difference between debenture holders and creditors ?

Answer

Debenture holder are those who provides long term loan at specific interest rate in term of cash and creditor provides only short term credit in term of cash for purchasing of goods.

Report Error

View answer Workspace Report Error Discuss

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

1 2625
Q:

Saving accounts usually offer ___ interest rates than checking accounts.

A) Higher B) Lower
C) Equal D) None
 
Answer & Explanation Answer: A) Higher

Explanation:

A savings account is the most basic type of account at a bank or credit union, allowing you to deposit money, keep the funds safe, and withdraw funds as needed. Savings accounts typically pay interest on your deposits, which helps you grow your money, but rates are relatively low on these low-risk accounts.


A checking account is a deposit account held at a financial institution that allows withdrawals and deposits. Also called demand accounts or transactional accounts, checking accounts are very liquid and can be accessed using checks, automated teller machines and electronic debits, among other methods.

 

Hence, Saving accounts usually offer higher interest rates than checking accounts.

 

Report Error

View Answer Report Error Discuss

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

1 2623