Question
Recently IRDAI hiked maximum investment limit of
insurers in banking, financial services and insurance (BFSI) companies from 25% to ________?Solution
IRDAI hiked maximum investment limit of insurers in banking, financial services and insurance (BFSI) companies to 30% of their assets from 25%. Investment in housing financing companies and infrastructure financing companies will be a part of this. As per the latest changes to Irdai’s investment Regulations, 2016, the exposure limit for financial and insurance activities will now stand at 30% of investment assets for all insurers. Investment in housing financing companies and infrastructure financing companies will be a part of this. Experts feel that the hike by the regulator will help insurers bring their exposure to financial and insurance activities near broader Indian market indices. The life insurance industry had been seeking an increase in the current 25% sectoral limit on exposure to the BFSI Sector.
Which of the following is a correct way to declare and initialize a pointer to an integer in C?
What is the primary purpose of a "symbol table" in a compiler's runtime environment?
Which parser is most commonly used in modern compilers?
What is the size of 'sizeof(int)' on a system where 'int' is 4 bytes and 'sizeof(char)' is 1 byte?
What is the primary output of the lexical analysis phase of a compiler?
The primary function of a "loader" is to:
 Which of the following is NOT a typical task performed during the code optimization phase?
In LR parsing, what does the term "shift" mean?
The symbol table in a compiler is used to store:
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...