Interview Questions

Q:

Explain about struts dispatch action in DHTML

Answer

DispatchAction is an action that comes with Struts 1.1 or later, that let us combine Struts actions into single class, each with their own method. The org.apache.struts.action.DispatchAction class allows multiple operations to map to the different functions in the same Action class.


For e:g; html:hidden property="dispatch" value="error"/>


<SCRIPT>function set(target) {document. forms[0].dispatch. value=target;}</SCRIPT>

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 3306
Q:

Why do you think you’re suited to a career in investment banking?

Answer

As you’re interested in a career in banking, plenty of reasons should spring to mind, and if they don’t you should consider choosing another path! Often students are attracted to the intellectual challenges and high-profile nature of the dealings of the finance world, the fast pace of the work here, and the rewards on offer, all of which are very valid reasons for applying to a bank. But they’re also valid reasons for applying for jobs in other parts of the finance world, so make sure you explain why you want a job at a bank, and in your chosen area in particular. Perhaps you’re keen for the broad and deep financial training and prestigious experience that only a leading bank can offer?


Your interviewers may also ask if anything puts you off banking. If you have any real doubts, an interview is not the place to air them, but it’s a great idea to show that you’ve considered the difficulties the industry is currently going through before choosing to make an application. You might say that you’re attracted to the particular professional challenges and opportunities a period of flux in an industry can offer.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 3304
Q:

Which of the following is not used for commenting in java?

A) // B) /* */
C) /** */ D) /** **/
 
Answer & Explanation Answer: D) /** **/

Explanation:
  • //               is a single line comment
  • /*  */          is commenting on one or more lines
  • /** */         is documentation comment
Report Error

View Answer Report Error Discuss

Filed Under: Java

1 3303
Q:

List different ways of deployment that are supported by .NET Framework 4.0.

Answer

       => Windows Installer

       => ClickOnce

       => XCOPY

       => Copy Web Site

       => Publish Web Site tool

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 3302
Q:

What is an assembly?

Answer

Assemblies are the basic building blocks required for any application to function in the .NET realm. They are partially compiled code libraries that form the fundamental unit of deployment, versioning, activation scoping, reuse, and security. Typically, assemblies provide a collection of types and resources that work together to form a logical unit of functionality. They are the smallest deployable units of code in .NET. Compared to the executable files assemblies are far more reliable, more secure, and easy to manage. An assembly contains a lot more than the Microsoft Intermediate Language (MSIL) code that is compiled and run by the Common Language Runtime (CLR). In other words, you can say that an assembly is a set of one or more modules and classes compiled in MSIL, and metadata that describes the assembly itself, as well as the functionalities of the assembly classes.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 3301
Q:

What kind of object is modifying sequence algorithm?

A) Function template B) Class template
C) Method D) None of these
 
Answer & Explanation Answer: A) Function template

Explanation:

It is a group of functions and implemented under algorithm header file.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 3301
Q:

Expand CAR, in Banking Terminology?

A) Current Applicable Ratio B) Capital Adequacy Ratio
C) Capital Available Request D) Compiled Acquired Ratio
 
Answer & Explanation Answer: B) Capital Adequacy Ratio

Explanation:

Capital Adequacy Ratio (CAR) is also known as Capital to Risk (Weighted) Assets Ratio (CRAR), is the ratio of a bank's capital to its risk.

 

1. The capital adequacy ratio (CAR) is a measure of a bank's capital.

2. It is used to protect depositors and promote the stability and efficiency of financial systems around the world.

3. National regulators track a bank's CAR to ensure that it can absorb a reasonable amount of loss and complies with statutory Capital requirements.

Report Error

View Answer Report Error Discuss

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

5 3297
Q:

What are the different types of VSAM files available?

Answer

ESDS: Entry Sequence Data Set


KSDS: Key Sequence Data Set


RRDS: Relative Data Set

Report Error

View answer Workspace Report Error Discuss

0 3295