Interview Questions

Q:

Which payment method typically charges the highest interest rates?

A) Credit cards B) Payday loans
C) Cashier's checks D) Pre-paid cards
 
Answer & Explanation Answer: B) Payday loans

Explanation:

Both Credit cards and Payday loans payment methods typically charges the highest interest rates. When compared Payday loans seems to charge a little bit higher interest rates than Credit Cards interest rates.

Report Error

View Answer Report Error Discuss

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

4 5474
Q:

Which one of the following sorts rows in SQL?

A) ORDER BY B) GROUP BY
C) SORT BY D) ALIGN BY
 
Answer & Explanation Answer: A) ORDER BY

Explanation:
Report Error

View Answer Report Error Discuss

0 5470
Q:

In which year, the first bank of India "Bank of Hindustan" was established ?

A) 1677 B) 1770
C) 1796 D) 1831
 
Answer & Explanation Answer: B) 1770

Explanation:

Among the first banks were the Bank of Hindustan, which was established in 1770 and liquidated in 1829-32.

Report Error

View Answer Report Error Discuss

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

3 5457
Q:

How could you have improved your career progress?

Answer

State that you are quite happy with your career progress barring few mistakes that could be avoided. Highlight some of mistakes you committed and how you have rectified them. While answering, you should take all responsibilities for where you are, how you’ve gotten there, where you are going…and you harbor no regrets.

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

7 5453
Q:

$message vs $$message in PHP?

Answer

$message is a variable with a fixed name. $$message is a variable whose name is stored in $message. 


If $message contains "var", $$message is the same as $var.


 

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 5450
Q:

How will you call the return code of JCL ?

Answer

Return Code in JCL can b obtained by the use of COND paramater...it is used to know the return codes of previous steps.

Report Error

View answer Workspace Report Error Discuss

2 5431
Q:

Do you prefer to work on your own or as part of team?

Answer

Even if you like to work as a team or independent. Make sure you show interest in both, As most jobs require you to work both as part of team and independent.

In general, the idea is to say what you prefer without being negative about the thing you don’t.

Independently -
If you have done enough research on the job posting and mostly need to work independently then you can say something like “I prefer to work alone, but I find that occasionally working with a team feels creative and fun. Always felt, it is easy to solve problems being part of a team.

Work in a Team -
On the other hand, if your research says that your job requires working in a team then you can say something like "I like the dynamics of working in a team, but do like working independently when the assignment requires it.”

Report Error

View answer Workspace Report Error Discuss

Subject: Team Work

12 5427
Q:

How would apply date range filter?

Answer

One can use simple conditions like >= and <=, or use between/and but the trick here is to know your exact data type.


 


- Sometimes date fields contain time and that is where the query can go wrong so it is recommended to use some date related functions to remove the time issue. In SQL Server common function for accomplishing the task datediff () function.


- Interviewees also have to be aware of different time zones and server time zone.


-To increase query performance you may still want to use between however you should be aware of proper format you should use if not it might misbehave during filtering.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

1 5390