Interview Questions

Q:

Which among the following validators validates controls if controls contain data?

A) CompareValidator B) RangeValidator
C) RequiredFieldValidator D) None
 
Answer & Explanation Answer: C) RequiredFieldValidator

Explanation:

RequiredFieldValidator is used to validate the controls if they contain data

Report Error

View Answer Report Error Discuss

Filed Under: .NET
Job Role: Software Architect

0 2826
Q:

How does IDMS insure data integrity?

Answer

IDMS uses record locks to prevent another run-unit from updating the same record.

Report Error

View answer Workspace Report Error Discuss

0 2823
Q:

What is buying forward?

Answer

It is an investment strategy that involves the buying of money market instruments or currencies in anticipation of a price rise or a future increase in demand. Buying forward allows an investor to take advantage of future and potential profits by buying now at alower price, and selling when prices rise.

Report Error

View answer Workspace Report Error Discuss

0 2820
Q:

What do you think you will be doing during your first year in investment banking?

Answer

Much of your answer to this question will depend on your role – so do some careful research into your chosen department. In M&A, you might spend much of your time on financial models related to the deals you’re working on, while in a trading role you might start out by assisting more senior members of the team before being given the chance to manage a trading book yourself. Beyond that, it’s important to show that you’ll be keen to take on responsibilities, but that you also recognise that your first year is about learning the ropes, usually means include following instructions from others and completing some mundane tasks.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 2819
Q:

What is copy constructor?

Answer


Copy constructor is a constructor function with the same name as the class and used to make deep copy of objects.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 2819
Q:

Commercial banks are funded through which of the following?

A) Customer deposits B) Services
C) Stock holders D) Government funding
 
Answer & Explanation Answer: A) Customer deposits

Explanation:

A commercial bank is a financial body which performs the functions of accepting deposits from the general public and giving short term loans for investment with the aim of earning profit.

Report Error

View Answer Report Error Discuss

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

1 2818
Q:

How can we find the number of rows in a result set using PHP?

Answer

$result = mysql_query($sql, $db_link);
$num_rows = mysql_num_rows($result);
echo "$num_rows rows found";

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2817
Q:

What is the proper way of setting up an Android-powered device for app development?

Answer

The following are steps to be followed prior to actual application development in an Android-powered device:


- Declare your application as “debuggable” in your Android Manifest.


- Turn on “USB Debugging” on your device.


- Set up your system to detect your device.


 

Report Error

View answer Workspace Report Error Discuss

0 2816