Interview Questions

Q:

What have you learned from your studies that can be applied to a career in investment banking?

Answer

You might initially think that if you haven’t done a degree in finance or economics you haven’t got very much to offer an investment bank, but you’d be wrong. Any numerate discipline will have given you a mathematical toolkit that will come in useful in technical banking work, and any good degree proves that you’re intelligent, hardworking, and effective under pressure. Extra-curricular activities may have given you a wealth of other skills that are valuable at an investment bank, such as being able to juggle a number of commitments and work with others.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

2 4088
Q:

What is the difference between the functions unlink and unset in PHP?

Answer

The function unlink() is to remove a file, where as unset() is used for destroying a variable that was declared earlier.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

1 4086
Q:

Where does the allocaters are implemented?

A) Template library B) Standard library
C) C++ code library D) None of these
 
Answer & Explanation Answer: B) Standard library

Explanation:

Allocaters are implemented in C++ standard library but it is used for C++ template library.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4081
Q:

Can you tell me how your legal organisation/law firm defines success?

Answer

Tips


It would be wise to save this question for the interviewing manager, and not for a peer/technical discussion. Nobody likes a kiss-up, but letting management know that you will communicate openly and honestly with them, always scores big points. The last part of the question can be a good barometer about how easy it will be to become a top performer. You can follow up with a discussion of how you have been successful in your previous jobs.

Report Error

View answer Workspace Report Error Discuss

Subject: Law

6 4063
Q:

What is true about certificates of deposit?

A) the money has to remain in the account for a specified period of time B) they are the most liquid account available
C) they offer lower interest rates than savings accounts D) All the above
 
Answer & Explanation Answer: A) the money has to remain in the account for a specified period of time

Explanation:

A certificate of deposit (CD) is a savings certificate with a fixed maturity date, specified fixed interest rate and can be issued in any denomination aside from minimum investment requirements.

CD's are generally issued by commercial banks

Report Error

View Answer Report Error Discuss

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

0 4059
Q:

Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?

Answer In this example it wouldn’t matter, since the variable is all by itself, but if you were to print something like "{$a},000,000 mln dollars", then you definitely need to use the braces.
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 4038
Q:

How can we distinguish between an online and batch program in IMS environment?

Answer

If in application program IO-PCB is there then it is a online program. In ENTRY statement IO-PCB must be listed first and then DB-PCB.

Report Error

View answer Workspace Report Error Discuss

1 4033
Q:

How are ip addresses available to the internet classified?

A) Static B) Public
C) Private D) None of the above
 
Answer & Explanation Answer: B) Public

Explanation:

An IP address (internet protocol address) is a numerical representation that uniquely identifies a specific interface on the network. Addresses in IPv4 are 32-bits long. This allows for a maximum of 4,294,967,296 (2^32) unique addresses. Addresses in IPv6 are 128-bits, which allows for 3.4 x 1038 (2^128) unique addresses.

 

IP addresses available to the internet are classified as Public.

Report Error

View Answer Report Error Discuss

2 4030