Interview Questions

Q:

What is the most important step in prioritizing goals?

A) deciding what is most important B) having multiple tasks lined up for each goal
C) determining categories for various goals D) writing a list of goals
 
Answer & Explanation Answer: A) deciding what is most important

Explanation:

Always prioritize by what's most important to what is less important to us to reach our goals as soon as possible.

Report Error

View Answer Report Error Discuss

3 4243
Q:

What are the different types of Loans offered by banks?

Answer

The different types of loans offered by banks are:


a) Unsecured Personal Loan


b) Secured Personal Loan


c) Auto Loans


d) Mortgage Loans


e) Small business Loans

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

1 4234
Q:

How do you rate your patience and people friendliness?

Answer

When you are applying for a job at a call center you should know that there will be moments when unsatisfied customers will get angry on you. The key here is to focus on what is the purpose of the call, maintain your calmness and be polite.


As an answer to this question, you can say that you would rate your level of patience and people friendliness above average. You can back it up with an example from your personal or professional life. 

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

7 4230
Q:

What is overdraft protection?

Answer

Overdraft protection is a service that is provided by a bank to their customer. For instance, if you are holding two accounts, saving and credit account, in the same bank. Now if one of your accounts does not have enough cash to process the cheques, or to cover the purchases. The bank will transfer money from one account to another account, which does not have cash so to prevent check return or to clear your shopping or electricity bills.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 4218
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 4206
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 4191
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 4191
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 4191