Searching for "CH"

Q:

The following pie chart shows the amount of subscriptions generated for India Bonds from different categories of investors.

1. In the corporate sector, approximately how many degrees should be there in the central angle ?

A. 120                 B. 121                 C. 122                 D. 123


2. If the investment by NRI's are Rs 4,000 crore, then the investments by corporate houses and FII's tog ether is:

A. 24,000 cr       B. 24,363 cr       C. 25,423 cr       D. 25,643 cr


3. What percentage of the total investment is coming from FII's and NRI's ?

A. 33%                B. 11%                C. 44%                D. 22%


4. If the total investment other than by FII and corporate houses is Rs 335,000 crore, then the investment by NRI's and Offshore funds will be (approximately) ?

A. 274,100         B. 285,600         C. 293,000         D. Cannot be determined


5. If the total investment flows from FII's were to be doubled in the next year and the investment flows from all other sources had remained constant at their existing levels for this year, then what would be the proportion of FII investment in the total investment into India Bonds next year (in US $ millions) ?

A. 40%                B. 50%                C. 60%                D. 70%

Answer

1. ANSWER :   C 


Explanation -   34 x 3.6 = 122.4 (since 1% = 3.6 degrees)  


  


2. ANSWER :  B 


Explanation -   (67/11) x 4000 = 24 363.6364   


 


3. ANSWER :  C


Explanation -  (33 + 11) = 44 


 


4. ANSWER :  A


Explanation -  Investment other than NRI and corporate houses is 33% = 335000.  Also, investment by offshore funds and NRI's is equal to 27%.


 Hence, (27 x 335000)/33 = 274 090.909


 


5. ANSWER : B


Explanation -  FII's currently account for 33 out of 100.


If their value is doubled and all other investments are kept constant then their new value would be 66 out of 133 = approximately equal to 50%

Report Error

View answer Workspace Report Error Discuss

Subject: Pie Charts

Q:

Which of the following are acceptable names of an ABAP program?

A. ZQSDABAP
B. YMYFIRSTABAPPROGRAM
C. Z”MyFirst ABAP PROGRAM
D. Z==FIRSTABAPPROGRAM
E. THISISMYFIRSTABAPPROGRAMME

Answer

Answer: A, B, E

The name of an ABAP program can be between 1 and 30 characters long.

The following symbols and signs must not be used in program names:
Period (.), comma (,), space ( ), parentheses (), apostrophe (‘), inverted commas ("), equals sign (=), asterisk
(*), accented characters or German umlauts (à, é, ø, ä, ß, and so on), percentage signs (%), or underscores (_).

Report Error

View answer Workspace Report Error Discuss

Subject: ABAP

Q:

If you have 10000 records in your file, which method you use in BDC?

Answer

Call transaction is faster than session method. But usually we use session method in real time…because we can transfer large amount of data from internal table to database and if any errors in a session, then process will not complete until session get correct.

Report Error

View answer Workspace Report Error Discuss

Subject: ABAP

Q:

How can u write programmatically value help to a field without using search help and match code?

Answer

By using two types of function modules to be called in SAP Script:

1)HELP_OBJECT_SHOW_FOR_FIELD
2)HELP_OBJECT_SHOW

Report Error

View answer Workspace Report Error Discuss

Subject: ABAP

Q:

Can You Describe Typical IRS Forms Such as Form W-2 and W-4?

Answer

Payroll administrators process payroll tax information. IRS forms W-2 and W-4 provide employers with the information needed to withhold income taxes from employees' wages. Familiarity with these forms ensure the candidate understands how to properly prepare these documents.

Report Error

View answer Workspace Report Error Discuss

Q:

What is the maximum size of a file that can be uploaded using PHP and how can we change this?

Answer

By default the maximum size is 2MB. and we can change the following
setup at php.iniupload_max_filesize = 2M

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

Q:

Refer to the exhibit. Which statement describes DLCI 17?

A: DLCI 17 describes the ISDN circuit between R2 and R3.
B: DLCI 17 describes a PVC on R2. It cannot be used on R3 or R1.
C: DLCI 17 is the Layer 2 address used by R2 to describe a PVCto R3.
D: DLCI 17 describes the dial-up circuit from R2 and R3 to the service provider.

Answer

Answer : C


Explanation:


Virtual circuits (VC)s are identified by DLCIs. DLCI values typically are assigned by the Frame Relay service provider. Frame Relay DLCIs have local significance.  A DLCI identifies a VC to the equipment at an endpoint. A DLCI has no significance beyond the single link. Two devices connected by a VC may use a different DLCI value to refer to the same connection.


Virtual circuits (VC)s are identified by DLCIs. DLCI values typically are assigned by the Frame Relay service provider. Frame Relay DLCIs have local significance.  A DLCI identifies a VC to the equipment at an endpoint. A DLCI has no significance beyond the single link. Two devices connected by a VC may use a different DLCI value to refer to the same connection. - See more at: https://www.orbitco-ccna-pastquestions.com/CCNA-Past-Questions%3A-WAN.php#sthash.nWKdjylM.dpuf
Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Which two descriptions are correct about characteristics of IPv6 unicast addressing? (Choose two)

A. Global addresses start with 2000::/3.
B. Link-local addresses start with FF00::/10.
C. Link-local addresses start with FE00:/12.
D. There is only one loopback address and it is ::1.

Answer

Answer : A , D


Explanation:


An IPv6 Unicast address identifies a single network interface. The Internet Protocol delivers packets sent to a unicast address to that specific interface.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA