Questions

Q:

 Which one of the following steel plant waqs started in 1965 in India with West German Collaboration ?

A) Jamshedpur - Tata steel Plant B) Bokaro Steel Plant
C) Durgapur Steel Plant D) Rourkela Steel Plant
 
Answer & Explanation Answer: D) Rourkela Steel Plant

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

67 15119
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 15099
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 15085
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 15082
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 15078
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 15078
Q:

How would you design and promote an advertising campaign?

Answer

An advertisement campaign must comprise of the following:


      - A solid marketing plan


      - Advertising budget


      - Media buying and planning


      - Choosing the right target audience


      - Selection of relevant advertising medium


      - Consistency in campaign theme 


      - Frequency 

Report Error

View answer Workspace Report Error Discuss

5 15065
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 15063