Questions

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 15395
Q:

Who is called the Napoleon of Iran?

Answer

Nader Shah

Report Error

View answer Workspace Report Error Discuss

Subject: World History

70 15381
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 15317
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 15299
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 15285
Q:

If lift is going up with acceleration, the apparent weight of a body is

A) may be more or less than true weight B) more than the true weight
C) less than the true weight D) equal to the true weight
 
Answer & Explanation Answer: B) more than the true weight

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

42 15279
Q:

Read the following information carefully and answer the questions that follow:

Seven persons Tina, Vini, Yasir, Rishi, Sanya, Pankaj and Urmila live on the separate floors of a 7- floor building. Ground floor is number one; second floor is number two and so on. Each of them goes to a city viz. Paris, Istanbul, Shanghai, Durban, London, Madrid and Dubai but not necessarily in the same order.

Only three people live above the floor on which Sanya lives. Only one person lives between Sanya and the one who goes to Paris. Vini lives just below the person who goes to Madrid. Only three people live between the one who goes to Paris and London. The person who goes to Madrid lives on an even numbered floor. Urmila lives just above Rishi. Urmila does not go to London. Only two persons live between Pankaj and the one who goes to Durban. Pankaj lives above the person who goes to Durban. Yasir does not go to Istanbul. Tina does not live just above or just below Sanya. The one who goes to Shanghai does not live just above or just below Pankaj.

Who among the following lives on floor number 7?

A) Tina  B) Yasir
C) Pankaj D) Urmila
 
Answer & Explanation Answer: A) Tina 

Explanation:
Report Error

View Answer Report Error Discuss

2 15276
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 15266