Interview Questions

Q:

The database schema is written in

A) DDL B) HLL
C) DCL D) DML
 
Answer & Explanation Answer: A) DDL

Explanation:

The database schema is written in DDL. A data definition language or data description language (DDL) is a syntax similar to a computer programming language for defining data structures, especially database schemas.

Report Error

View Answer Report Error Discuss

4 8850
Q:

What is the difference between cheque and Demand Draft?

Answer

A cheque is basically issued by an individual but a draft is issued by a bank. In a demand draft you have to pay before issuing while a check is withdrawn from the account.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

2 8682
Q:

Can you give few examples of final classes defined in Java API?

Answer

java.lang.String,  java.lang.Math are final classes.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

6 8526
Q:

Rate Yourself 1-10?

Answer

I think its 8 because even if i have strength i still have weaknesess.

Report Error

View answer Workspace Report Error Discuss

Subject: About Yourself

27 8523
Q:

Which JSON framework is supported by iOS?

Answer

SBJson framework is supported by iOS. It is a JSON parser and generator for Objective-C. SBJson provides flexible APIs and additional control that makes JSON handling easier.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

5 8473
Q:

Which method names follow the JavaBeans standard?

A) addSize B) putDimensions
C) getCust D) deleteRep
 
Answer & Explanation Answer: C) getCust

Explanation:

C use the valid prefixes 'get' and 'is

Report Error

View Answer Report Error Discuss

Filed Under: Java

0 8454
Q:

If you are using C language to implement the heterogeneous linked list, what pointer type will you use?

Answer

The heterogeneous linked list contains different data types in its nodes and we need a link, pointer to connect them. It is not possible to use ordinary pointers for this. So we go for void pointer. Void pointer is capable of storing pointer to any type as it is a generic pointer type.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 8409
Q:

Bad loans in banking terminology are generally known as

A) NPA's B) Prime loans
C) BPO's D) Prime Assets
 
Answer & Explanation Answer: A) NPA's

Explanation:

Bad loans in banking terminology are generally known as NPA's. A Non - performing Asset (NPA) is defined as a credit facility in respect of which the interest and installment of principal have remained 'past due' for a specified period of time.

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 8350