Interview Questions

Q:

What are the methods are available in storing sequential files?

A) Natural merging B) Polyphase sort
C) Distribution of Initial runs D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

ll the above listed methods are used in storing sequential files

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4043
Q:

Default constructor accepts how many arguments?

A) one B) two
C) three D) None
 
Answer & Explanation Answer: D) None

Explanation:

Default constructors has no arguments

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4021
Q:

Most modern Banking Systems are based on

A) commodity money B) 100 percent reserves
C) fractional reserves D) money of intrinsic value
 
Answer & Explanation Answer: C) fractional reserves

Explanation:

Most modern banking systems are based on Fractional reserves.

 

Fractional-reserve banking is the practice whereby a bank accepts deposits, makes loans or investments, but is required to hold reserves equal to only a fraction of its deposit liabilities. Reserves are held as currency in the bank, or as balances in the bank's accounts at the central bank.

1. In a fractional reserve banking system banks can create money through the lending process.

2. A fractional reserve banking system is susceptible to bank panics.

3. Bank panics are a risk of fractional reserve banking, but are unlikely when banks are highly regulated and lend prudently.

Report Error

View Answer Report Error Discuss

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

2 4020
Q:

Disinvestment means-

A) To reduce government share in the FDI B) To reduce the government share in the public sector
C) To reduce government share in Market D) To reduce the government share in the private sector
 
Answer & Explanation Answer: B) To reduce the government share in the public sector

Explanation:

Disinvestment is the action of an organization or government selling or liquidating an asset or subsidiary.

Report Error

View Answer Report Error Discuss

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

9 4016
Q:

Can you explain how to insert an image in table in oracle?

Answer

Insert image into a table


Create the following table:


      create table pics_table (


      bfile_id number,


      bfile_desc varchar2(30),


      bfile_loc bfile,


      bfile_type varchar2(4))


      TABLESPACE appl_data


      storage (initial 1m next 1m pctincrease 0) 


Insert Query:


      INSERT INTO pics_table


      VALUES(4,'test image',bfilename('GIF_FILES','Test.JPG'),'JPEG'); 

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

4 4008
Q:

How many validation controls are available in ASP.NET AJAX 4.0?

Answer

The following validation controls are available in ASP.NET AJAX 4.0:




        => FilteredTextBoxExtender - Enables you to apply filtering to a text box.

        => MaskedEditExtender and MaskedEditValidator - Restricts a user to enter only a certain pattern of characters in the TextBox by applying a mask to the input.

        => ValidatorCalloutExtender - Attaches to the ASP.NET validators so that the error messages are not displayed as a simple text but as a balloon-style ToolTip.

        => NoBot - Prevents the spam/bot from filling the input forms automatically and uses the Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA), which is a type of challenge-response test to ensure that the response is not generated by the computer.

        => PasswordStrengthExtender - Measures the strength of the password text entered within the text box by validating with the different strength specified parameters

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 4005
Q:

What does inheriatance allows you to do?

A) create a class B) access methods
C) create a hierarchy of classes D) None of the mentioned
 
Answer & Explanation Answer: C) create a hierarchy of classes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++

1 3999
Q:

ETCS means

A) Electronic Tax Collected at Source B) Electric Tax Collected at Source
C) Enable Tax Collected at Source D) Electrical Tax Collected at Source
 
Answer & Explanation Answer: A) Electronic Tax Collected at Source

Explanation:

Tax Collected at Source (TCS) is income tax collected in India payable by the seller who collects in turn from the buyer and it is provided under section 206C of Income Tax Act, 1961 at the sale of some goods which are specified.

E - TCS  is the process of filing TCS returns through electronic media. It is necessary for government and corporate collectors to file TCS returns in its electronic form. Collectors (other than government) have the provision to file TCS returns in physical form or electronic form.

Report Error

View Answer Report Error Discuss

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

5 3990