Interview Questions

Q:

What is the difference between ADODC and ADODB?

Answer

- When u build connection with database through coding, then its ADODB.When u build connection with database through ADO component, then its ADODC.


- ADODB is a ActiveXdll and ADODC is a ActiveXcontrol.


- No Need to bind with controls in ADODB whereas in ADODC we should bind with controls.

Report Error

View answer Workspace Report Error Discuss

15 9377
Q:

What is CRR rate?

Answer

CRR or Cash Reverse Ratio is the amount of money that a commercial bank has to keep with the Reserve Bank of India. If the bank increase CRR then the amount with RBI comes down and vice-versa.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

5 9367
Q:

How would you improve upon our product/ company?

Answer

Best Answer for "How would you improve upon our product/ company?"


Since I’d be coming from an altogether new environment, I am bound to possess a new perspective towards everything here including the company, product, customers, environment, strategy etc. This will enable me to constructively question things which anyone else here might not do. This will help in improving the things and making the product & company better.


Having worked closely with product development team I understand how the research for product development is carried out and how is customer requirement analysed; I’d be able to provide a value addition there too.

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

12 9321
Q:

Explain Non Breaking space in HTML.

Answer

When we add many spaces in the content then HTML remove all space except one space this is Non Breaking Space. To overcome this problem we use “&nbsp”. Suppose we want to add 3 space between two words then we have to use &nbp three time. 


 

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 9286
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

8 9273
Q:

In which of the following we cannot overload the function?

A) return function B) caller
C) called function D) none of the mentioned
 
Answer & Explanation Answer: A) return function

Explanation:

While overloading the return function, it will rise a error, So we can’t overload the return function.

Report Error

View Answer Report Error Discuss

Filed Under: C++

2 9243
Q:

How do you go about familiarizing yourself with the products you sell?

Answer

Retail products often change seasonally.  Can you quickly update yourself on all the new information so you can be prepared to sell the new inventory to customers as soon as it lands on the shelf


 

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

11 9196
Q:

What is the use of SYSPRINT, SYSIN, DUMMY in JCL ?

Answer

SYSPRINT: All system output will appear under this DD card. Suppose you are copying a VSAM file using IDCAMS. Then, number of records processed, highest condition code etc.. will appear under sysprint. You cannot customise SYSPRINT output.


SYSIN: This is nothing but SYStem INstruction. Suppose, you want to sort a file on certain key. You have to have following command under SYSIN.


SORT FIELDS = (starting-col,length,data-type,A/D)


SUM FIELDS = NONE


DUMMY: Mainly used where user is intended to simulate a program without creating an output file.

Report Error

View answer Workspace Report Error Discuss

3 9189