Interview Questions

Q:

Explain our business model.

Answer

Banks provide their clients with advice, assistance in arranging financing, and other services, such as access to trading on the markets, investment management, and risk reduction. Their main source of revenue is the fees they charge their clients for these services. Some banks have departments which invest or trade the bank’s own money to generate returns, though the extent to which they can do so has become more limited in recent years.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 4237
Q:

What do you mean by friend function in C++ ?

Answer

Friends can be either functions or other classes. The class grants friends unlimited access privileges.

* The declaration of the function should be preceded by the keyword 'friend'.
* The function definition will not use the keyword or the scope operator '::'.


Thus, a friend function is an ordinary function or a member of another class.

Report Error

View answer Workspace Report Error Discuss

15 4232
Q:

How JavaScript timers work? What is a drawback of JavaScript timers?

Answer

Timers allow you to execute code at a set time or repeatedly using an interval. This is accomplished with the setTimeout, setInterval, and clearInterval functions. The setTimeout(function, delay) function initiates a timer that calls a specific function after the delay; it returns an id value that can be used to access it later. The setInterval(function, delay) function is similar to the setTimeout function except that it executes repeatedly on the delay and only stops when cancelled. The clearInterval(id) function is used to stop a timer. Timers can be tricky to use since they operate within a single thread, thus events queue up waiting to execute.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 4229
Q:

If Average Total Cost is declining then

A) The Marginal Cost is Less than Average Cost B) The Total Cost must also be Declining
C) The Marginal Cost is Greater than Average Cost D) The Average Fixed Cost curve must lie above the average variable cost curve
 
Answer & Explanation Answer: A) The Marginal Cost is Less than Average Cost

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales

4 4225
Q:

How much the bug is affecting the functionality of the application?

Answer

EX:


- High Priority and Low Severity:


Company logo is not properly displayed on their website.


- High Priority and High Severity:


Suppose you are doing online shopping and filled payment information, but after submitting the form, you get a message like "Order has been cancelled."


- Low Priority and High Severity:


If we have a typical scenario in which the application get crashed, but that scenario exists rarely.


- Low Priority and Low Severity:


There is a mistake like "You have registered success" instead of successfully, success is written.

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

6 4222
Q:

RBI controls the commercial banks through

A) Calling for returns and other information B) Periodic inspection of banks
C) Follow up action D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

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

5 4221
Q:

What is C-Sharp (C#) and its advantages ?

Answer

C# is a type-safe, managed and object oriented language, which is compiled by .Net framework for generating intermediate language (IL).


Below are some of the features supported in C# -
* Constructors and Destructors
* Properties
* Passing Parameters
* Arrays
* Main
* XML Documentation and
* Indexers


Below are the advantages of C# -


* Easy to learn
* Object oriented
* Component oriented
* Part of .NET framework

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: IT Trainer , Analyst

1 4217
Q:

What is RAROC?

Answer

RAROC is a risk-adjusted framework for profitability measurement and profitability management. It is a tool for measuring risk-adjusted financial performance. And it provides a uniform view of profitability across businesses (Strategic Business Units / divisions). RAROC and related concepts such as RORAC and RARORAC are mainly used within (business lines of) banks and insurance companies. RAROC is defined as the ratio of risk-adjusted return to economic capital.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

0 4205