totalQA=60;
questions = new Array();
answers = new Array();

selectedAns = new Array(totalQA); //equal to number of questions;

for(i=0;i<selectedAns.length;i++)
selectedAns[i]=4; //I am not attempting this question

/**** answers and marks ****************/
correctAns=new Array("b","d","a","a","a","b","d","a","a","c","a","d","d","d","b","c","d","a","a","a","a","d","a","a","a","c","b","c","b","b","a","b","b","c","b","a","a","a","a","a","a","d","c","b","a","c","c","a","a","a","a","c","d","b","c","a","d","a","b","c");
marks=new Array (1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3);


function fillAnswers(num,ans_options)
{
 answers[num]=new Array(ans_options.length);
 
 for(index=0;index<ans_options.length;index++)
 answers[num][index]=ans_options[index];
}


function loadQA()
{
 ans_options = new Array();

questions[0]="Order submitted by the Trader to theBOLT system may be returned due to" ; ans_options[0]="(A)  Scrip or company is suspended after entry of order"; ans_options[1]="(B)  Member or trader is suspended after entry of order";ans_options[2]="(C)  Both (a) and (b)";ans_options[3]="(D)  None of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(0,ans_options);questions[1]="Earnings Per Share (EPS) is:" ; ans_options[0]="(A)  Net Profit / No. of shares held by public "; ans_options[1]="(B)  Gross Profit / No. of equity shareholders";ans_options[2]="(C)  Net Profit / No. of equity shareholders";ans_options[3]="(D)  Net Profit / No. of Equity shares ";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(1,ans_options);questions[2]="In terms of profiling, the System allows for deleting certain scrips from the total SENSEX Basket of 30 Scrips." ; ans_options[0]="(A)  TRUE"; ans_options[1]="(B)  FALSE";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(2,ans_options);questions[3]="Market protection is to be entered in" ; ans_options[0]="(A)  %"; ans_options[1]="(B)  Rs.";ans_options[2]="(C)  Quantity";ans_options[3]="(D)  None of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(3,ans_options);questions[4]="The member can set the net value limit for every trader" ; ans_options[0]="(A)  TRUE"; ans_options[1]="(B)  FALSE";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(4,ans_options);questions[5]="The networth required for the debt segment membership is Rs._____ crores." ; ans_options[0]="(A)  1"; ans_options[1]="(B)  1.5";ans_options[2]="(C)  2";ans_options[3]="(D)  2.5";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(5,ans_options);questions[6]="The accounts of the member must be audited within ___ months of the closure of the year." ; ans_options[0]="(A)  3"; ans_options[1]="(B)  4";ans_options[2]="(C)  5";ans_options[3]="(D)  6";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(6,ans_options);questions[7]="A Whole-time Director , designated for the purpose of Stock exchange activities by a corporate entity can undertake work" ; ans_options[0]="(A)  Related to Securities only"; ans_options[1]="(B)  Related to securities as well as any other business";ans_options[2]="(C)  None of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(7,ans_options);questions[8]="Sub-brokers are allowed to issue confirmation memo to their constituents. " ; ans_options[0]="(A)  TRUE"; ans_options[1]="(B)  FALSE";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(8,ans_options);questions[9]="The security deposit for a member with limited rights is Rs.__________lakhs." ; ans_options[0]="(A)  2.5"; ans_options[1]="(B)  5";ans_options[2]="(C)  7.5";ans_options[3]="(D)  10";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(9,ans_options);questions[10]="Registration of Remisiers is done by ___________" ; ans_options[0]="(A)  Exchange"; ans_options[1]="(B)  SEBI";ans_options[2]="(C)  Concerned Broker";ans_options[3]="(D)  Ministry of Finance";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(10,ans_options);questions[11]="A company cannot buy back its securities from any person through" ; ans_options[0]="(A)  negotiated deals"; ans_options[1]="(B)  spot transactions";ans_options[2]="(C)  private arrangement";ans_options[3]="(D)  All of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(11,ans_options);questions[12]="SEBI regulates the" ; ans_options[0]="(A)  stock exchanges"; ans_options[1]="(B)  depositories";ans_options[2]="(C)  stock brokers";ans_options[3]="(D)  all of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(12,ans_options);questions[13]="The birth of stock futures was in the year" ; ans_options[0]="(A)  1997"; ans_options[1]="(B)  1998";ans_options[2]="(C)  1999";ans_options[3]="(D)  2000";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(13,ans_options);questions[14]="Investors can buy/sell securities to/from other investors in the _____________" ; ans_options[0]="(A)  primary market"; ans_options[1]="(B)  secondary market";ans_options[2]="(C)  derivatives market";ans_options[3]="(D)  debt market";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(14,ans_options);questions[15]="What was the name of the first stock exchange in India at the time when it was formed?" ; ans_options[0]="(A)  Bombay Stock Exchange"; ans_options[1]="(B)  National Stock Exchange";ans_options[2]="(C)  The Native Share and Stockbrokers Association";ans_options[3]="(D)  The Indian Share and Stockbrokers Association";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(15,ans_options);questions[16]="Shareholder's Funds is also known as :" ; ans_options[0]="(A)  Net worth"; ans_options[1]="(B)  Proprietor's Funds";ans_options[2]="(C)  Equity";ans_options[3]="(D)  All of these";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(16,ans_options);questions[17]="The notes to the financial statements provides additional information in order to ___________ the statements." ; ans_options[0]="(A)  interpret"; ans_options[1]="(B)  understand";ans_options[2]="(C)  calculate";ans_options[3]="(D)  write";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(17,ans_options);questions[18]="Aerts are provided by the BOLT system for warning messages if the scrip fluctuates beyond a certain range" ; ans_options[0]="(A)  TRUE "; ans_options[1]="(B)  FALSE";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(18,ans_options);questions[19]=" What is Full Form of BOLT?" ; ans_options[0]="(A)   BSE online Trading System"; ans_options[1]="(B)   Bombay online Trading system";ans_options[2]="(C)   Bombay Stock Exchange Online Trading System";ans_options[3]="(D)  BOISL Online Trading System";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(19,ans_options);questions[20]="CDSL stands for" ; ans_options[0]="(A)  Central Depository Services (I) Limited"; ans_options[1]="(B)  Central Deposit Services Limited";ans_options[2]="(C)  Coastal Depository Services Limited";ans_options[3]="(D)  Centrally Deposited Services (I) Limited";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(20,ans_options);questions[21]="The system on which BOLT works" ; ans_options[0]="(A)  STRATUS"; ans_options[1]="(B)  PATNI";ans_options[2]="(C)  TCS";ans_options[3]="(D)  TANDEM";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(21,ans_options);questions[22]="Who introduced the concept of free-float in index construction in India?" ; ans_options[0]="(A)  BSE"; ans_options[1]="(B)  SEBI";ans_options[2]="(C)  RBI";ans_options[3]="(D)  UTI";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(22,ans_options);questions[23]="Who appoints the Index Committee?" ; ans_options[0]="(A)  Governing Board of BSE"; ans_options[1]="(B)  SEBI";ans_options[2]="(C)  Managing Director of the Exchange";ans_options[3]="(D)  Securities Exchange Commission";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(23,ans_options);questions[24]="There are ___ stock futures in India" ; ans_options[0]="(A)  121"; ans_options[1]="(B)  123";ans_options[2]="(C)  125";ans_options[3]="(D)  127";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(24,ans_options);questions[25]="The password expiry period is set at _________ days" ; ans_options[0]="(A)  5"; ans_options[1]="(B)  10";ans_options[2]="(C)  15";ans_options[3]="(D)  20";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(25,ans_options);questions[26]="Passwords must contain blanks" ; ans_options[0]="(A)  TRUE"; ans_options[1]="(B)  FALSE";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(26,ans_options);questions[27]="The Securities Contracts (Regulation) Act, 1956 was enacted" ; ans_options[0]="(A)  To regulate the business in commodities"; ans_options[1]="(B)  To prevent undesirable transaction in bullion market";ans_options[2]="(C)  To prevent undesirable transactions in securities";ans_options[3]="(D)  All of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(27,ans_options);questions[28]="What is the minmum listing history requirement for inclusion of scrips in SENSEX?" ; ans_options[0]="(A)  1 month"; ans_options[1]="(B)  3 months";ans_options[2]="(C)  6 months ";ans_options[3]="(D)  1 year";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(28,ans_options);questions[29]="The annual subscription for a clearing member without trading rights is Rs.__________. " ; ans_options[0]="(A)  25,000"; ans_options[1]="(B)  50,000";ans_options[2]="(C)  35,000";ans_options[3]="(D)  40,000";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(29,ans_options);questions[30]=" What is Trigger rate." ; ans_options[0]="(A)  The rate at which the stop loss order should be issued in the BOLT."; ans_options[1]="(B)  The rate at which market order gets executed.";ans_options[2]="(C)  Ths closing price of the scrip for a day.";ans_options[3]="(D)  The scrip rate applicable only during the post closing session.";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(30,ans_options);questions[31]="In a scrip when six lacs series is active alongwith five lac series, FIIs can buy in five lacs seris." ; ans_options[0]="(A)  Yes"; ans_options[1]="(B)  No";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(31,ans_options);questions[32]="The purpose of the admin terminal is." ; ans_options[0]="(A)  To upload the batch orders for various TWS users."; ans_options[1]="(B)  for controlling of Subbroker";ans_options[2]="(C)  To participate in the Auction process.";ans_options[3]="(D)  To enter custodial 6A/7A entries.";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(32,ans_options);questions[33]="Can an exparte decision be reheard by the Appeal Bench" ; ans_options[0]="(A)  Yes"; ans_options[1]="(B)  No";ans_options[2]="(C)  The Appeal Bench may rehear in case the respondent files an application supported by an affidavit w";ans_options[3]="(D)  If the Arbitration Secretary so desires";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(33,ans_options);questions[34]="Can a party prosecute any official of the Exchange in the arbitration matter." ; ans_options[0]="(A)  Yes"; ans_options[1]="(B)  No";ans_options[2]="(C)  If Governing Board allows";ans_options[3]="(D)  If the President allows";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(34,ans_options);questions[35]="In case of Corporate Members, minimum ___ Designated Directors are required." ; ans_options[0]="(A)  2"; ans_options[1]="(B)  3";ans_options[2]="(C)  5";ans_options[3]="(D)  none of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(35,ans_options);questions[36]="A Person seeking membership of the exchange should have relevant experience of" ; ans_options[0]="(A)  2 years"; ans_options[1]="(B)  3 years";ans_options[2]="(C)  4 years";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(36,ans_options);questions[37]="Pay-in / Pay-out of funds is effected in the ____maintained by the member with the clearing bank" ; ans_options[0]="(A)  Settlement account"; ans_options[1]="(B)  Own account";ans_options[2]="(C)  Savings account";ans_options[3]="(D)  Pool account";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(37,ans_options);questions[38]="For acceptance of securities from members towards BMC+AC, the Exchange applies hair-cut of" ; ans_options[0]="(A)  var margin applicable to individual scrips"; ans_options[1]="(B)  30%";ans_options[2]="(C)  25%";ans_options[3]="(D)  For some scrips 15% and for some 30%";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(38,ans_options);questions[39]="Members have to make Payment to the clients within how many days of Pay-out ?" ; ans_options[0]="(A)  one"; ans_options[1]="(B)  two";ans_options[2]="(C)  three";ans_options[3]="(D)  four";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(39,ans_options);questions[40]="If a client has sold 4000 shares of scrip@Rs.50 , what is the maximumbrokerage that the client can be charged?" ; ans_options[0]="(A)  5000"; ans_options[1]="(B)  3000";ans_options[2]="(C)  1000";ans_options[3]="(D)  2000";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(40,ans_options);questions[41]="If a client has sold 10000shares of scrip@ Rs50. And bought 5000shares of a scrip @Rs30 , what is the maximum brokerage that the client can be charged?" ; ans_options[0]="(A)  16000"; ans_options[1]="(B)  16300";ans_options[2]="(C)  15900";ans_options[3]="(D)  16200";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(41,ans_options);questions[42]="Order type for odd lot orders is " ; ans_options[0]="(A)  RL"; ans_options[1]="(B)  SL";ans_options[2]="(C)  O";ans_options[3]="(D)  all of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(42,ans_options);questions[43]="The governing body of the recognised stock exchange can be superseded by" ; ans_options[0]="(A)  SEBI"; ans_options[1]="(B)  Chairman";ans_options[2]="(C)  Managing Director of the exchange";ans_options[3]="(D)  CFO";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(43,ans_options);questions[44]="what is the important document tabled on 27th february by the finance minister" ; ans_options[0]="(A)  budget"; ans_options[1]="(B)  defaulter's list ";ans_options[2]="(C)  report";ans_options[3]="(D)  al of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(44,ans_options);questions[45]="Units of exchange traded fund can be bought and sold with cash" ; ans_options[0]="(A)  Through asset managemen company"; ans_options[1]="(B)  Through distributor of asset management company";ans_options[2]="(C)  Through trading members on respective stock exchange";ans_options[3]="(D)  None of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(45,ans_options);questions[46]="Are legal practitioners allowed in arbitration proceedings." ; ans_options[0]="(A)  Yes"; ans_options[1]="(B)  No";ans_options[2]="(C)  If permitted by arbitrators";ans_options[3]="(D)  If permitted by the Governing Board";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(46,ans_options);questions[47]="Net traded Position equals" ; ans_options[0]="(A)  Gross Purchase -Gross Sell"; ans_options[1]="(B)  Gross Sell -Gross Purchase";ans_options[2]="(C)  Gross Purchase -Gross Sell +pending buys ";ans_options[3]="(D)  Net purchase -Net sell";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(47,ans_options);questions[48]="What is the formula for calculating Dollex-200?" ; ans_options[0]="(A)  BSE-200 Index * (Rupee US$ rate during base year/ Current Rupee US$ rate)"; ans_options[1]="(B)  BSE-200 Index * (Current Rupee US$ rate/ Rupee US$ rate during base year)";ans_options[2]="(C)  BSE-200/ Current Rupee US$ rate";ans_options[3]="(D)  None of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(48,ans_options);questions[49]="In the Appellant Bench number of \"Member\" Arbitrators are :" ; ans_options[0]="(A)  2"; ans_options[1]="(B)  3";ans_options[2]="(C)  4";ans_options[3]="(D)  5";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(49,ans_options);questions[50]="Default Basket name in BOLT TWS is" ; ans_options[0]="(A)  Sensex"; ans_options[1]="(B)  Nifty";ans_options[2]="(C)  BSE 100";ans_options[3]="(D)  BSE 500";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(50,ans_options);questions[51]="Net Profit Ratio =" ; ans_options[0]="(A)  net profit/ net loss"; ans_options[1]="(B)  gross profit - net profit";ans_options[2]="(C)  net profit/ net sales";ans_options[3]="(D)  net sales - net expenditure";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(51,ans_options);questions[52]="Who has the power to condone delay in filing appeal" ; ans_options[0]="(A)  Governing Board"; ans_options[1]="(B)  President / Vice President";ans_options[2]="(C)  Executive Director or any officer so appointed by ED";ans_options[3]="(D)  (a), (b) and (c)";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(52,ans_options);questions[53]="the depository shall" ; ans_options[0]="(A)  have voting rights in respect of securities held by it as a registered owner"; ans_options[1]="(B)  have voting rights in respect of securities held by it as a beneficial owner";ans_options[2]="(C)  Both (a) and (b)";ans_options[3]="(D)  None of the above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(53,ans_options);questions[54]="The Exchanges are required to apply daily circuit filters on other than 54 scrips @" ; ans_options[0]="(A)  8%"; ans_options[1]="(B)  16%";ans_options[2]="(C)  20%";ans_options[3]="(D)  25%";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(54,ans_options);questions[55]="A trading member on the BSE, has a branch order value of Rs600lakhs for his Mumbai branch and unlimited for Delhi branch.Mumbai branch has two users \"X\" and \"Y\" with user order value limitof Rs300lakh and Rs100 lakh respectively. Delhi branch has one user \"Z\" with user ordervalue limit of Rs600 lakh. The memberapplies for a new user at Mumbai. What is the maximum user ordervalue that can be set for the new use?" ; ans_options[0]="(A)  200"; ans_options[1]="(B)  60";ans_options[2]="(C)  50";ans_options[3]="(D)  100";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(55,ans_options);questions[56]="BSE passwords should be minimum and maximum" ; ans_options[0]="(A)  7,8"; ans_options[1]="(B)  6,8";ans_options[2]="(C)  3,10";ans_options[3]="(D)  8,10";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(56,ans_options);questions[57]="Calculate the impact cost for buying 2000 shares, when ideal price is Rs. 101 and 2500 share are available at a price of Rs. 102/ share" ; ans_options[0]="(A)  0.99%"; ans_options[1]="(B)  1.00%";ans_options[2]="(C)  1.01%";ans_options[3]="(D)  1.10%";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(57,ans_options);questions[58]="Profiled Baskets are stored in a file named ?" ; ans_options[0]="(A)  Basket.Mas"; ans_options[1]="(B)   BktOrd";ans_options[2]="(C)  Bkt Trd";ans_options[3]="(D)  None of above";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(58,ans_options);questions[59]="What fees are payable if a reference to arbitration or an appeal is made after the specified period" ; ans_options[0]="(A)  Twice normal fees"; ans_options[1]="(B)  Three times normal fees";ans_options[2]="(C)  Five times normal fees";ans_options[3]="(D)  Ten times normal fees";ans_options[4]="(E)  I am not attempting the question"; fillAnswers(59,ans_options);
 
 setPassScore(50);
 writeQA(1);
}
