Interview Questions

Q:

What is the use of tostring() method?

Answer

If we print any object by using println() or print() methods.


The println() or print() methods internally calls tostring() method and prints the return value of toString() method.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1864
Q:

What is the differnce among public, protected and package access data?

Answer

If we are not using packages and if we are not using inheritance then there is no difference among public, protected and package access data.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1861
Q:

Purchase return and allowances is a contra account

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Purchase return and allowances is a contra account to purchases.

Report Error

View Answer Workspace Report Error Discuss

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

0 1858
Q:

Which investment type typically carries the least risk?

A) Mutual funds B) Treasury bonds
C) Savings account D) Individual stocks
 
Answer & Explanation Answer: C) Savings account

Explanation:

Different types of risk exist in ivesting schemes depending on what you've invested in.

 

Savings accounts are generally regarded as the least risky investments as in this we just save our wealth for future expenses.

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 1858
Q:

The internal rate of return is defined as the

Answer

The Internal Rate of Return (IRR) is defined as the measure of an investment’s rate of return. It is also called the discounted cash flow rate of return.

Report Error

View answer Workspace Report Error Discuss

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

0 1857
Q:

24/7 operations are like relay races where you take the baton, run with it and then pass it on smoothly. How do you make seamless transitions on shift changes?

Answer

Sample Answers :


(i) Be prepared for the incoming crew. Ensure the ambulance is clean and fully stocked. Arrive early so that shift changes can take place on time, still leaving you enough time to check the ambulance and be ready to go if you get a call.


(ii) Show up a little early for your shift for rig check and to receive any information from outgoing crew. When you are the outgoing crew,leave rig in a better state than you found it. Communicate with incoming/outgoing crew allowing a smooth transition.

Report Error

View answer Workspace Report Error Discuss

1 1857
Q:

Why an infocube has maximum of 16 dimensions?

Answer

Because any Database will supports only 16 foreign keys in a database table. 


It depends upon the Database limits provided to define the Foreign key constraint, e.g. in Sql Server 2005, the recommended max limit for foreign keys is 253, but you can define more.

Report Error

View answer Workspace Report Error Discuss

0 1854
Q:

What is a delegate?

Answer

A delegate declares a ref type that references a named of anonymous method. Delegates are secure and type-safe. Consider them as type safe function pointers.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 1854