Questions

Q:

The BEST definition of an event is?

A) An occurrence where a performance threshold has been exceeded and an agreed Service Level has already been impacted B) An occurrence that is significant for the management of the IT infrastructure or delivery of services
C) A known system defect that generates multiple incident reports D) A planned meeting of customers and IT staff to announce a new service or improvement program
 
Answer & Explanation Answer: B) An occurrence that is significant for the management of the IT infrastructure or delivery of services

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification

5 15083
Q:

By default, a real number is treated as a

A) Integer B) Float
C) Double D) Long double
 
Answer & Explanation Answer: B) Float

Explanation:

By default, a real number is treated as a float variable.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

29 15076
Q:

The KeyPress event will capture pressing the key

A) control. B) A.
C) Both a and b. D) shift.
 
Answer & Explanation Answer: B) A.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

10 15076
Q:

What part of a check is the least important?

A) Memo line B) The check number
C) Routing number D) Signature line
 
Answer & Explanation Answer: A) Memo line

Explanation:

The parts of a check are :

 

1. Name & Address

2. Date

3. Pay to the order of

4. Written amount

5. Numeric amount box

6. For or Memo line 

7. Signature line

8. Check number

9. Account number

10. Bank name etc... 

mb_check_labeled1530955248.gif image

 

Hence, the Memo line which describes the purpose of the check is of least important in all the parts of a check.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

15 15073
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 15063
Q:

Which of the following features is the product of vulcanicity

A) Geosyncline B) Escarpment
C) Atoll D) Fold mountain
 
Answer & Explanation Answer: C) Atoll

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

31 15062
Q:

Which High Court for the first time in India declared "Bandh" as illegal

A) Allahabad High Court B) Gujarat High Court
C) Kerala High Court D) Rajasthan High Coutrt
 
Answer & Explanation Answer: C) Kerala High Court

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

24 15033
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 15030