Questions

Q:

The instrument of instructions contained in the Government of India Act, 1935 has been incorporated in the constitution of India in the year 1950 as

A) Fundamental Rights B) Directive Principles of the state Policy
C) Fundamental Duties D) Emergency provisions
 
Answer & Explanation Answer: D) Emergency provisions

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

32 15426
Q:

Who is called the Napoleon of Iran?

Answer

Nader Shah

Report Error

View answer Workspace Report Error Discuss

Subject: World History

70 15408
Q:

Chandigarh was designed by

A) Le Corbusier B) Edward Lutyens
C) Christopher Wren D) Michelongo
 
Answer & Explanation Answer: A) Le Corbusier

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

5 15404
Q:

Which amongst the following states/UTs has Not identified tribal community

A) Chhattisgarh B) Haryana
C) Maharashtra D) Karnataka
 
Answer & Explanation Answer: B) Haryana

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

29 15403
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 15355
Q:

The 9th South Asian Federation Games were held in which of the following cities

A) Islamabad B) Hyderabad
C) Colombo D) None of these
 
Answer & Explanation Answer: A) Islamabad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

38 15345
Q:

What are the various ways to measure the effectiveness of an advertising campaign?

Answer

The main purpose in measuring the effectiveness of any advertising campaigns is to evaluate its effect on the sales and also brand recall factor. The mathematical equation for measuring the effectiveness of an advertising campaign is:


Advertising campaign effectiveness = Revenue + Return on investment (ROI)


There are various ways to measure the effectiveness of advertising campaigns:


         - Conducting a survey after the campaign ends


         - Proportionate increase in the sales of that particular product/service


         - More customers calling to a toll-free and prescribed lines


         - Redemption of coupons and vouchers


         - Increased footfalls in the store to purchase product/service


         - Increased click on the company’s website  

Report Error

View answer Workspace Report Error Discuss

9 15335
Q:

From the given words, select the word which cannot be formed using the letters of the given word.

ILLUSTRIOUS

A) Lust B) Trust
C) Riot D) Rust
 
Answer & Explanation Answer: B) Trust

Explanation:
Report Error

View Answer Report Error Discuss

0 15318