Questions 1 - 10 of 45
Close
Flag this interview question as inappropriate Inappropriate
See Answer

Mutual fund schemes may be classified on the basis of their structure and their investment objective

By Structure- there are two types

Open-ended Funds -An Open-ended Fund is one that is available for subscription all through the year. These do not have a fixed maturity. Investors can conveniently buy and sell units at Net Asset Value (NAV) related prices.

Close-ended Funds -A Close-ended Fund has a stipulated maturity period, which generally ranges from 3 to 15 years. The fund is open for subscription only during a specified period. Investors can invest in the scheme at the time of the initial public issue and thereafter they can buy or sell the units of the scheme on the Stock Exchanges, if they are listed. The market price at the stock exchange could vary from the scheme's NAV on account of demand and supply situation, unit holders' expectations and other market factors.

 

Create Date
:
Friday, September 28, 2007
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (2) :
1.
s,RAJ SHE KHEAR
Saturday, June 07, 2008 6:50 AM
WHET ARE BIFFOJHHYU BVGF HYERDGHU                         HU                                       JGFRAW
2.
s,RAJ SHE KHEAR
Saturday, June 07, 2008 6:42 AM
CIOSE-ENBEBFUNSB -A CIOSE FUNU HSA A STPULATEBMATURITY
Flag this interview question as inappropriate Inappropriate
See Answer
System R was designed and developed over a period of 1974-79 at IBM San Jose Research Center. It is a prototype and its purpose was to demonstrate that it is possible to build a Relational System that can be used in a real life environment to solve real life problems, with performance at least comparable to that of existing system.

Its two subsystems are

Ø Research Storage

Ø System Relational Data System.
Create Date
:
Tuesday, May 13, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
The repeated execution of a loop of code while waiting for an event to occur is called busy-waiting. The CPU is not engaged in any real productive activity during this period, and the process does not progress toward completion.
Create Date
:
Tuesday, May 13, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
It is a useful, memory-saving technique for multiprogrammed timesharing systems. A Reentrant Procedure is one in which multiple users can share a single copy of a program during the same period. Reentrancy has 2 key aspects: The program code cannot modify itself, and the local data for each user process must be stored separately. Thus, the permanent part is the code, and the temporary part is the pointer back to the calling program and local variables used by that program. Each execution instance is called activation. It executes the code in the permanent part, but has its own copy of local variables/parameters. The temporary part associated with each activation is the activation record. Generally, the activation record is kept on the stack.
Create Date
:
Tuesday, May 13, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
The DOS CHKDSK (Check Disk) command is a command-line utility that has remained in use with Windows 3.x, 9x, NT, and 2000, and is used to recover lost allocation units from the hard drive. These lost units occur when an application terminates unexpectedly and causes the file management system to lose track of where some parts of the file are stored. The total file becomes segmented into undefined pieces that can still be by the utility but cannot be associated with a particular filename in the FAT. Over a period of lost units can pile up and occupy large amounts of disk space. To remove lost units from the drive, an /F modifier is added to the command so that the lost units will be converted into files that can be investigated, and removed if necessary. In some cases, the converted file is a usable data file that can be rebuilt for use with an application. The CHKDSK /F command is often used before running a drive defragmentation program.
Create Date
:
Saturday, May 10, 2008
Tags
:
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Session tracking is a mechanism that servlets use to maintain state about a series requests from the same user across some period of time. The methods used for session tracking are:
a) User Authentication - occurs when a web server restricts access to some of its resources to only those clients that log in using a recognized username and password
b) Hidden form fields - fields are added to an HTML form that are not displayed in the client's browser. When the form containing the fields is submitted, the fields are sent back to the server
c) URL rewriting - every URL that the user clicks on is dynamically modified or rewritten to include extra information. The extra information can be in the form of extra path information, added parameters or some custom, server-specific URL change.
d) Cookies - a bit of information that is sent by a web server to a browser and which can later be read back from that browser.
e) Http Session- places a limit on the number of sessions that can exist in memory. This limit is set in the session.maxresidents property
Create Date
:
Saturday, May 10, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question