Explore topic-wise InterviewSolutions in Current Affairs.

This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.

1.

Odd one out (a) for (b) if (c) while (d) do-while

Answer»

(b) if It is a branching statement and the others are loops.

2.

Examine the following code snippet and find out the output? What will happen if the statement int ch; is replaced by char ch; int ch; for(ch=’A’;ch<=’Z’;++ch)cout<<ch<<";

Answer»

This code snippet will print 65, 66, 67,……., 90. 

If the statement int ch; is replaced by 

char ch; it prints A, B, C, ……., Z.

3.

The World Bank, an international financial institution, provides loans to countries of the world for capital projects. Where is it Headquartered?A. New York, USAB. Geneva, SwitzerlandC. Paris, FranceD. Washington DC, USA

Answer» Correct Answer - D
The World Bank is an international financial institution that provides loans to countries of the world for capital projects. It comprises two institutions: the International Bank for Reconstruction and Development, and the International Developmen Association. The World Bank is a component of the World Bank Group.
4.

Voltage fluctuations have been common and quite high in India. They harm our electrical appliances like televisions, refrigerators and air conditioners, often leaving them in a permanently damaged condition. N-Guard Company decided to manufacture stabilisers for North India where the voltage fluctuation ranges from 220V to 230V. Once the demand for North India was taken care of, they decided to launch stabilizers of varying voltages from 90 V -260 V for meeting the requirements of voltage fluctuations in other regions of India also. Three engineers were appointed for South, West and East regions of India, as the voltage was different in all the three regions. Though all the engineers were appointed to manufacture stabilisers but the product differed from region to region. Identify the organisational structure of N-Guard Company.

Answer» Company has opted divisional structure.
5.

Pick the odd one out from the following. Give reason. 1. for, while, do….while 2. if, switch, for

Answer»

1. do…..while. It is an exit controlled loop while others are entry controlled loop 

2. for. It is a loop while others are branching statements.

6.

Write the equivalent code for the following statement. R = (P<Q?P:Q)

Answer»

If(P<Q)

R = P; 

else 

R = Q;

7.

The Securities and Exchange Board of India is the regulator for the securities market in India. The present chairman of SEBI is______.A. Urjit PatelB. Subhash Chandra KhuntiaC. Ajay TyagiD. Ram Sewak Sharma

Answer» Correct Answer - C
The Securities and Exchange Board of India (SEBI) is the regulator for the securities market in India. Ajay Tyagi is the Chairman of SEBI
8.

Odd one out (a) for(b) if (c) switch (d) if-else if ladder

Answer»

(a) for. It is a loop the others are branching statement.

9.

Explain any five points of significance of pinciples of management.

Answer» For significance of principles of management, refer to text on Page 36 of Chapter-2.
10.

State whether the following statements are True or False. In either case justify your answer. 1. Break statement is essential in switch 2. For loop is an entry controlled loop 3. Do…while loop is an entry controlled loop 4. Switch is a selection statement

Answer»

1. False. It is not essential in single case statement 

2. True. Because it will first check the condition. If it is true then only the body will be executed. 

3. False. It is an exit controlled loop. 

4. True.

11.

#include&lt;iostream&gt;using namespace std;int main(){int n;cout&lt;&lt;"Enter a number in between 1-7";cin&gt;&gt;n;switch(n){Case1: cout&lt;&lt; "Sunday ";break;Case2: cout&lt;&lt; "Monday ";break;Case3: cout&lt;&lt; "Tuesday ";break;Case4: cout&lt;&lt; "Wednesday ";break;Case5: cout&lt;&lt; "Thrusday ";break;Case6: cout&lt;&lt; "Friday ";break;Case7: cout&lt;&lt; "Saturday ";break;default: cout&lt;&lt; "Invalid".}}Rewrite the above code using if else ladder.

Answer»

#include<iostream>

using namespace std;

int main()

{

int n;

cout<<"Enter a number in between 

1-7";

cin>>n;

if (n==1)

cout<< "Sunday ";

else if (n==2)

cout<< "Monday ";

else if (n==3)

cout<< "Tuesday ";

else if (n==4)

cout<< "Wednesday ";

else if (n==5)

cout<< "Thrusday ";

else if (n==6)

cout<< "Friday ";

else if (n==7)

cout<< "Saturday ";

else

cout<< "Invalid".

}

12.

Stock exchange acts as a regulator of the securities market. It creates a continuous market where the securities are bought and sold. It gives investors the chance to disinvest and reinvest. Through this process of disinvestment and reinvestment, savings get channelised into their most productive investment avenues. To ensure that the investing public gets a safe and fair deal in the market, the membership of the stock exchange is well regulated and its dealings are well defined according to the existing legal framework. It also ensures wider share of ownership by regulating new issues, better trading practices and taking effective steps in educating the public about investements. Various functions performed by the Stock Exchanged are discussed in the above para. By quoting lines from the above para, state any four functions, of stock exchange

Answer» Functions of stock exchange discussed are:
(i) Provides liquidity and marketability to existing securities: "It creates a continuous.... Reinvest".
(ii) Safety of transactions: "To ensure that legal framework".
(iii) Contributes to economic growth: "Through this process.... investment avenues."
(i) Spreading equity cult: "It also ensures..... about investments.
13.

Trading is dematerialized shares commenced on the NSE is ………………. (a) January 1996 (b) June 1998 (c) December 1996 (d) December 1998.

Answer»

(c) December 1996

14.

means the price at which securities are bought and sold are recorded and made public……………. (a) Market Quotations (b) Trade Quotations (c) Business Quotations (d) Buyers Quotations

Answer»

(a) Market Quotations

15.

A statutory meeting can be held within months. (a) 10 (b) 5 (c) 6 (d) 3

Answer»

Correct Answer is: (c) 6

16.

Predict the output. #include &lt;iostream.h&gt;int main(){int a = 0; start: cout&lt;&lt;endI&lt;&lt;++a;if(a &lt; 5) goto start; }

Answer»

3

17.

What is Government Securities Market?

Answer»

A market whereby the Government or gilt-edged securities can be bought and sold is called ‘Government Securities Market’.

18.

Write any two segments of debt market in India.

Answer»

Segments in the Debt Market in India:

(1) Government Securities, 

(2) Public Sector Units (PSU) bonds, and 

(3) Corporate securities.

19.

What is debt market?

Answer»

Debt Market is the financial market for trading in Debt Instrument (i.e. Government Bonds or Securities, Corporate Debentures or Bonds).

20.

From the following which is exit controlled loop (a) for (b) while (c) do-while (d) None of these

Answer»

(c) do-while

21.

Read the given statements about Positioning and identify the incorrect statement. a. Positioning helps to create a distinct position of the product in the market. b. Positioning can be done by using both tangible as well as non-tangible features. c. Advertising, publicity and word-of-mouth helps in creating brand positioning. d. Positioning involves making the goods available at convenient places.

Answer»

d. Positioning involves making the goods available at convenient places.

22.

A sanitizer manufacturing company wants to become a market leader. For this purpose the manager follows an activity with certain logical steps. The first step suggested by him is to increase profits by at least 30% in the next quarter. What will be the last step of the activity being followed by the manager.(a) Follow-up action (b) Identifying alternative course of action (c) Setting objectives (d) Evaluating alternative courses of action

Answer»

(a) Follow-up action

23.

Discuss the relevance of understanding and following a logical product life cycle for marketers.

Answer»

a) To plan for unique challenges 

b) To understand those problems that the product is attempting to solve 

c) USP & need to be understood & studied. 

d) Need of potential buyers to be identified & understood.

24.

......... statement is used for unconditional jump from one location to another.

Answer»

goto statement is used for unconditional jump from one location to another. 

25.

What precautions must be taken before investment?

Answer»

following precautions are to be taken while investing in the market :

  • Make sure your broker is registered with SEBI and the exchanges and do not deal with unregistered intermediaries.
  • Ensure that you receive contract notes for all your transactions from your broker within one working day of execution of the trades. 
  • All investments carry risk of some kind. Investors should always know the risk that they are taking and invest in a manner that matches their risk tolerance. 
  • Take informed decisions by studying the fundamentals of the company. 
  • Investing in very low priced stocks or what are known as penny stocks does not guarantee high returns. 
  • Do not be attracted by announcements of fantastic results/news reports, about a company. Do your own research before investing in any stock. 
  • Be cautious about stocks which show a sudden spurt in price or trading activity.
26.

Discuss the various strategies of market targeting.

Answer»

Evaluating & comparing the various segments to see their attractiveness & deciding as to which segment the marketer should focus.

a) Undifferentiated Strategy, 

b) Concentrated marketing, 

c) Segmented marketing, 

d) Individual marketing

27.

Style and Fit, a footwear manufacturing company has decided to offer 50 % off on all its products due to the fall in demand of its products as more efficient substitutes have been introduced in the market. Identify the pricing objective included by the firm which has made the firm resort to discounting its product.(a) Obtaining market share leadership (b) Surviving in the competitive market (c) Attaining product quality leadership (d) Protect the interest of public

Answer»

(b) Surviving in the competitive market

28.

Sunitha wants to skip one iteration. From the following which will help her? (a)continue (b) break (c) for (d) case

Answer»

(a) continue

29.

Zolo, a marketer of cars having 40 % of the current market share of the country aims at increasing the market share to 70% in next few years. For achieving this objective the manager of the company specified the action programme covering various aspects. Identify the function of marketing discussed above: (a) Customer support services (b) Gathering and Analysing market information (c) Product designing and development (d) Marketing Planning

Answer»

(d) Marketing Planning

30.

In one of the targeting strategies, the marketer selects only one single segment out of the various segments available. The reason being that the segment is untouched has less competition. Name the Targeting Strategy reflected here. a. Customized marketing b. Single-segment marketing c. Mass marketing d. Micro marketing

Answer»

Correct answer is b. Single-segment marketing 

31.

How central bank will control domestic price level

Answer»

The Central Bank of Kenya Act Sections 4 and 5 provides that the Cabinet Secretary for the National Treasury shall, by notice in writing to the Bank, provide the price stability target of the Government at least in every period of 12 months. The target is provided at the beginning of the financial year.

32.

Explain how central bank can execute the role of controlling domestic price level

Answer»

Central banks conduct monetary policy by adjusting the supply of money, generally through open market operations. For instance, a central bank may reduce the amount of money by selling government bonds under a “sale and repurchase” agreement, thereby taking in money from commercial banks.

33.

Name the term that helps the marketer to segment his market as per the refinement of the family life cycle grouping system.

Answer»

Correct answer is Sagacity.

34.

Distinguish between Central bank and Commercial banks

Answer»

Central Bank is the banker to banks, government, and financial institution, whereas Commercial Bank is the banker to the citizens. The Central Bank is the supreme monetary authority of the country. The Central Bank does not exist for making a profit, whereas commercial bank operates for making a profit for its owners.

35.

Define marketer

Answer»

A marketer is an individual who is responsible for creating an involvement chain between the customer and the product or service offered by the company.

36.

_____refers to bank loans and advance

Answer»

Answer: Financing

37.

What is progressive tax?

Answer»

A progressive tax is one where the average tax burden increases with income. High-income families pay a disproportionate share of the tax burden, while low- and middle-income taxpayers shoulder a relatively small tax burden.

38.

What is consumption and consumption function? 

Answer»

Consumption- That part of income in the economy which is spent on goods and services is called ‘consumption’and which is not consumed becomes ‘savings’. 

The addition of Consumption (C) and Saving (S) is called ‘ income’. 

 Income = Consumption + Saving  

Y = C + S 

Consumption Function – According to Keynes consumption expenditure is an economy depends on income or ‘ consumption is a function of income’.

C = f (Y)

Thus, relation between consumption and income is called consumption function. 

Consumption function tells that consumption expenditure directly increases with increase in income but increase in consumption is less than increase in income i.e. consumption does not increase at the same rate as income does. Keynes named this consumption tendency as ‘psychological law of consumption’.

39.

Fill in the blanks:____ means want satisfying power of a product​

Answer»

Utility.

Utility refers to the want satisfying power of a commodity that is experienced by the consumer due to the feature and the usefulness of the commodity.

40.

Utility is related to : (a) Usefulness (b) Morality (c) Satisfaction of human wants (d) All of the above  

Answer»

(d) All of the above  

41.

Distinguish between National Income and Private Income.

Answer»
National IncomePrivate Income
1. It includes income of both public and private sectors.1. It include income of only private sector.
2. It does not include transfer earnings. 2. It includes both factor income and transfer earnings.
3. Interest on national debt is not a part of national income.2. It includes both factor income and transfer earnings.
42.

The ability of satisfying human want in a goods is called its : (a) Productivity (b) Satisfaction (c) Utility (d) Profitability 

Answer»

The ability of satisfying human want in a goods is called its Utility.

43.

In very short period , supply will be : (a) Perfectly elastic (b) Perfectly inelastic (c) Elastic (d) None of these

Answer»

(d) None of these

44.

Can a monopolist simultaneously control both quantity and price of the goods?

Answer»

A monopolist can not determine the price of his product and the demand quantity simultaneously. At a particular point of time he can either determine price or his sold quantity. If he fixes the price, he will adjust his supply as per the demand from consumer side and contrary to it, if he wants to predetermined his supply level (i.e., sold quantity) he has to sell at the price were his supply matches the demand from consumer side.

45.

With an increase in income, consumer decreases the consumption of which goods ? (a) Inferior goods (b) Normal goods (c) Giffen goods (d) Both (a) and (b) 

Answer»

With an increase in income, consumer decreases the consumption of Giffen goods.

46.

Explain any two factors that affect price elasticity of demand? 

Answer»

The two factors that affect elasticity of demand are : 

I. Substitutes :- When substitutes of any goods is available , then demand elasticity of such goods is highly elastic , because when price of these goods increases, substitutes are used in place of it. In the samy way, on decrease in price of these goods, use a substitutes decreases. Tea , coffee , gur , sugar etc. are examples of substitutes. 

II. Price level:- Elasticity of demand also depends on price level of the goods .Elasticity of demand will be greater at high price level and less at low level of price.

47.

What do you understand by returns to scale ?

Answer»

In constant proportion production function , the ratio of factors utilised or in use remain constant . This type of production function is realated to long – run. Long – run signifies that period or duration in which a firm can change all its factors of production. In other words, no factor remains fixed in long- run. Factors of production cannot be classified into fixed and variable factors in the long- run. Scale of production can be completely changed in long – run. A firm has sufficient time to change its factor of production and the scale of production in long – run. In other words, a firm can conveniently change its factors of production in long – run to change its scale of production. So, ratio of factor utilisation remains constant in long – run, only scale of production changes. That is why, long – run production function is also called returns to scale.

48.

What is proportionate method of measuring elasticity of demand ?

Answer»

This method was propounded by prof. Flux . According to this method, for calculating the elasticity of demand , proportionate or percentage change in demand is divided by proportionate or percentage change in price .

49.

Which is a reason of change in demand (a) Change in consumer’s income (b) Change in price of related goods (c) Population increase (d) All of these 

Answer»

(d) All of these 

50.

Who propounded the percentage of proportionate method of measuring elasticity of demand? (a) Marshall (b) Flux (c) Hicks (d) None of these

Answer»

Hicks propounded the percentage of proportionate method of measuring elasticity of demand.