Questions

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

3 6098
Q:

STEP is the abbreviated name of the welfare programme to help

A) Children B) Woman
C) Farmers D) Senior citizens
 
Answer & Explanation Answer: B) Woman

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

15 6097
Q:

What kind of attempts is made by individuals to obtain confidential information from a person by falsifying their identity  ?

A) Spyware scams B) Phishing scams
C) Computer viruses D) None
 
Answer & Explanation Answer: B) Phishing scams

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Job Role: Bank Clerk

15 6092
Q:

Prithvi spent Rs.89,745 on his college fees, Rs 51,291 on Personality Development Classes, and the remaining 27% of the total amount he had as cash with him. What was the total amount?

A) Rs.1,85,400 B) Rs.1,89,600
C) Rs.1,91,800 D) Rs.1,93,200
 
Answer & Explanation Answer: D) Rs.1,93,200

Explanation:
Report Error

View Answer Report Error Discuss

19 6091
Q:

 What is the full form of GSLV ?

A) Ground Satellite Launching Vehicle B) Geosynchronous Satellite Launching Vehicle
C) Gravity synchronous Launching Vehicle D) Group satellite Launching vehicle
 
Answer & Explanation Answer: B) Geosynchronous Satellite Launching Vehicle

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

10 6090
Q:

What is the name of the messaging platform to be used by the Indian Army shortly?

 

A) Safe Communication Network B) Secure Application for Internet
C) Safe Messaging Service D) Secure Instant Messaging
 
Answer & Explanation Answer: B) Secure Application for Internet

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

2 6085
Q:

What number should be Replaced ?

19113682_1335002436606857_8814713213200837998_n1499843587.jpg image

A) 15 B) 17
C) 10 D) 6
 
Answer & Explanation Answer: D) 6

Explanation:

Sum of numbers in the outer circle in before Arc should come in inner circle patterns in the clock wise direction next Arc.

i.e, 9+6 = 15 comes in next arc of inner circle

7+3 = 10 comes in next arc of inner circle

In the same way, 4+2 = 6 comes in place of '?'.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

13 6079
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 6079