Question Set

1. The first public sector bank introduced ‘Credit card’ in India:





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->In which bank the Union Government has decided to infuse a capital of 5,042 crore rupees ahead of its merger with two other public sector lenders Dena Bank and Vijaya Bank?....
QA->Which public sector bank has become the first in the country to link savings bank interest rate to RBI repo rate?....
QA->On which public sector bank the Reserve Bank of India has imposed Rs 2 crore penalty for non-compliance of regulatory directions with regard to SWIFT operations?....
QA->Which bank was categorised by the Reserve Bank of India (RBI) on March 14, 2019 as a 'Private Sector Bank' for regulatory purposes with effect from January 21, 2019?....
QA->What was the first credit card?....
MCQ->Statement: Many private sector banks have reduced interest rate on housing loans in comparison to public sector banks. Courses of Action: The case should be raised before the regulatory authority for investigation by the public sector banks as they cannot follow such reduction. Public sector banks must adopt such policy to remain in competition. The public sector banks should advertise their special feature repeatedly so that they do not lose their future customers.

....
MCQ->You are installing a network interface card on a computer with the following configuration: a 5867133 CPU, 16MB or RAM, a 800-MB IDE hard disk, a parallel port configured as LPT1, and a serial port configured as COM1, which is currently used by a mouse. In addition to the IDE host adapter and the video card, the following devices have been installed on the computer's expansion bus: a modem on COM2, a SCSI host adapter for a CD-ROM drive, and a sound card. The SCSI hose adapter is using IRQ 5, and the sound card is using IRQ 11. The network interface card that you are installing supports the following choices for IRQ: 2, 3, 4, 5, 9,10 and 11. Which IRQ(s) could you use for the network interface card without creating an IRQ conflict with another device?....
MCQ->The first public sector bank introduced ‘Credit card’ in India:....
MCQ->Statement: Should there be reservation of jobs in the organizations in the private sector also as in the public sector undertakings in India? Arguments: Yes. This would give more opportunities of development to the weaker sections of the society and thus help reduce the gap between the affluent and the downtrodden in India. No. The private sector does not get any government assistance and therefore they should not be saddled with such policies. No. Nowhere else in the world such a practice is being followed.No. The management of the private sector undertaking would not agree to such compulsions.

....
MCQ->What will be the output of the program? public abstract class AbstractTest { public int getNum() { return 45; } public abstract class Bar { public int getNum() { return 38; } } public static void main (String [] args) { AbstractTest t = new AbstractTest() { public int getNum() { return 22; } }; AbstractTest.Bar f = t.new Bar() { public int getNum() { return 57; } }; System.out.println(f.getNum() + " " + t.getNum()); } }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution