Skip to main content

Solved DOCUMENTATION – POLICY STAGE



DOCUMENTATION – POLICY STAGE

Question 1
Which of the following documents is an evidence of the contract between
insurer and insured?
I. Proposal form
II. Policy document
III. Prospectus
IV. Claim form

Question 2
If complex language is used to word a certain policy document and it has given
rise to an ambiguity, how will it generally be construed?
I. In favour of insured
II. In favour of insurer
III. The policy will be declared as void and the insurer will be asked to return
the premium with interest to the insured
IV. The policy will be declared as void and the insurer will be asked to return
the premium to the insured without any interest

Question 3
Select the option that best describes a policy document.
I. It is evidence of the insurance contract
II. It is evidence of the interest expressed by the insured in buying an insurance
policy from the company
III. It is evidence of the policy (procedures) followed by an insurance company
when dealing with channel partners like banks, brokers and other entities
IV. It is an acknowledgement slip issued by the insurance company on payment
of the first premium

Question 4
Which of the below statement is correct?
I. The proposal form acceptance is the evidence that the policy contract has
begun
II. The acceptance of premium is evidence that the policy has begun
III. The First Premium Receipt is the evidence that the policy contract has
begun
IV. The premium quote is evidence that the policy contract has begun

Question 5
For the subsequent premiums received by the insurance company after the first
premium, the company will issue __________.
I. Revival premium receipt
II. Restoration premium receipt
III. Reinstatement premium receipt
IV. Renewal premium receipt

Question 6
What will happen if the insured person loses the original life insurance policy
document?
I. The insurance company will issue a duplicate policy without making any
changes to the contract
II. The insurance contract will come to an end
III. The insurance company will issue a duplicate policy with renewed terms and
conditions based on the current health declarations of the life insured
IV. The insurance company will issue a duplicate policy without making any
changes to the contract, but only after a Court order.

Question 7
Which of the below statement is correct?
I. The policy document has to be signed by a competent authority but need
not be compulsorily stamped according to the Indian Stamp Act.
II. The policy document has to be signed by a competent authority and should
be stamped according to the Indian Stamp Act.
III. The policy document need not be signed by a competent authority but
should be stamped according to the Indian Stamp Act.
IV. The policy document neither needs to be signed by a competent authority
nor it needs to be compulsorily stamped according to the Indian Stamp Act.

Question 8
Which of the below forms the first part of a standard insurance policy
document?
I. Policy schedule
II. Standard provisions
III. Specific policy provisions
IV. Claim procedure

Question 9
In a standard insurance policy document, the standard provisions section will
have information on which of the below?
I. Date of commencement, date of maturity and due date of last premium
II. Name of nominee
III. The rights and privileges and other conditions, which are applicable under
the contract
IV. The signature of the authorized signatory and policy stamp

Question 10
“A clause precluding death due to pregnancy for a lady who is expecting at the
time of writing the contract” will be included in which section of a standard
policy document?
I. Policy schedule
II. General provisions
III. Standard provisions
IV. Specific policy provisions

Question 11
What does a first premium receipt (FPR) signify? Choose the most appropriate
option.
I. Free look period has ended
II. It is evidence that the policy contract has begun
III. Policy cannot be cancelled now
IV. Policy has acquired a certain cash value

Popular posts from this blog

Solve

Directions: In each Q1 to Q3 of the following questions, there are five letter groups or words in each question. Four of these letter groups or words are alike in some way, while one is different. Find the one which is different. Q.1.    (1) black    (2) red    (3) green    (4) paint    (5) yellow Answer:- (4) paint Q.2.    (1) BC    (2) MN    (3) PQ    (4) XZ    (5) ST Answer :-(4)XZ Q.3.    (1) Mango    (2)Apple    (3) Orange    (4) Guava    (5) Rose Answer :- (5) Rose Directions : In each of the following questions, there is a question mark in which only one of the five alternatives given under the question satisfies the same relationship as is found between the two terms to the left of the sign :: given in the question. Find the correct answer ...

Solved practical slips of 12th Computer Science journal

Program 1:- Write a function in C++ that exchanges data (passing by references )using swap function to interchange the given two numbers.*/ # include<iostream.h> # include<conio.h> void swap(float &x ,float &y) { float t=x; x=y; y=t; } void main() { void swap(float &,float &); float a,b; cin>>a>>b; cout<<” a := ” << a <<” b := ”<< b<< endl; swap(a,b); cout<< ”a:= ”<< a<< ” b := ”<< b<< endl; } Output : 2 4 a := 2 b:= 4 a:= 4 b: =2   Program 2:- Write a program in C++ with a ratio class using member functions like assign () function to initialize its member data integer numerator and denominator ,convert() function to convert the ratio into double, invert() to get the inverse of the ratio and print() function to print the ratio and its reciprocal.*/ ...

SOLVE QUESTION ANSWERS ON OPERATING SYSTEM .

1.One can interface with operating system by means of ------- A) Operating system call in a program B) Operating system commands C) Operating system process D) Both by operating system call and operating system commands Answer :-  D) Both by operating system call and operating system commands 2. Which of the following is not type of processing ? A) Serial B) Network C) Batch D) Multiprogramming Answer :- B) Network 3. Kernel is _____ A) A part of operating system B) An operating system C) A hardware D) A register Answer :-  A) A part of operating system 4. UNIX operating system is based on ______ A) Language structure B) Kernel approach C) Virtual machine D) Time sharing Answer :-   B) Kernel approach 5. A transition between two memory resident process in a memory resident process in amultiprograming system is called ______ A) Process switch B) Mode switch C) Transition switch D) None of these Answer :-    A) Process ...